Search found 426 matches

by Alad
Sun Sep 14, 2014 10:50 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Random Internet Thread
Replies: 1924
Views: 2777067

Re: Random Internet Thread

^ His page is filled with rants like that. Doesn't really help his cause, but eh.
by Alad
Sun Sep 14, 2014 2:41 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Birthy Hapday archvortex
Replies: 11
Views: 3988

Birthy Hapday archvortex

Happy birthday, Mr. Meme! :)
by Alad
Sun Sep 14, 2014 12:37 am
Forum: HOW-TO (/usr/share/man)
Topic: Emacs tips and tricks
Replies: 449
Views: 333593

Re: Emacs tips and tricks

^ Good point.
by Alad
Sun Sep 14, 2014 12:29 am
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: Xresources/Xdefaults colors
Replies: 394
Views: 146207

Re: Xresources/Xdefaults colors

^ A worthy successor. :)

PS: There's some trailing whitespace in your code-block; fixed here:
by Alad
Sun Sep 14, 2014 12:27 am
Forum: HOW-TO (/usr/share/man)
Topic: Emacs tips and tricks
Replies: 449
Views: 333593

Re: Emacs tips and tricks

Got a file or quote full of rogue white space? Enter whitespace-cleanup.

http://batsov.com/articles/2011/11/25/e ... e-cleanup/

edit: or rather delete-trailing-whitespace (see below )
by Alad
Fri Sep 12, 2014 2:03 pm
Forum: HOW-TO (/usr/share/man)
Topic: Post your Command line tricks
Replies: 283
Views: 105779

Re: Post your Command line tricks

Find out an IP or hostname's location: ipif() { if grep -P "(([1-9]\d{0,2})\.){3}(?2)" <<< "$1" then curl ipinfo.io/"$1" else ipadd=$(host "$1") && ipawk=$(awk '{ print $4 }' <<< "$ipadd") curl ipinfo.io/"$ipawk" fi echo } PS: I suc...
by Alad
Thu Sep 11, 2014 11:35 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Random Internet Thread
Replies: 1924
Views: 2777067

Re: Random Internet Thread

*Piles on*

[yt]4Ovyeoyl29I[/yt]
by Alad
Thu Sep 11, 2014 9:44 pm
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: dmenu-extended
Replies: 7
Views: 3603

Re: dmenu-extended

I plead guilty on both accounts. Let the spankings begin... :p
by Alad
Thu Sep 11, 2014 11:54 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: /dev/null
Replies: 1574
Views: 1107808

Re: /dev/null

If you're active in blog land, you may be interested in the latest scheme - blog cloning.

http://www.seiten-wechsel.org/wissen/co ... betroffen/
https://github.com/sebauer/wp-anticlone
by Alad
Thu Sep 11, 2014 10:43 am
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: dmenu-extended
Replies: 7
Views: 3603

dmenu-extended

Dmenu on 'roids. RTFM for details and installation.

https://github.com/markjones112358/dmenu-extended

Tip: remove "-b" in ~/.config/dmenu-extended/dmenuExtended_preferences.json to place the menu at the top, and modify default apps
by Alad
Thu Sep 11, 2014 10:35 am
Forum: SUPPORT (/usr/share/doc)
Topic: [SOLVED] Disabling screen blanking
Replies: 9
Views: 3596

Re: [SOLVED] Disabling screen blanking

^ Just look at his profile....
by Alad
Thu Sep 11, 2014 12:45 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Happy birthday GekkoP
Replies: 19
Views: 6056

Happy birthday GekkoP

After 1-year BBQ, stile di vita degli anni Trenta! (? :D) Happy birthday!
by Alad
Tue Sep 09, 2014 12:59 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Random Internet Thread
Replies: 1924
Views: 2777067

Re: Random Internet Thread

hunt mentioned this on IRC:

http://dslr.dimakrasner.com/
by Alad
Mon Sep 08, 2014 7:15 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: tmux.conf
Replies: 30
Views: 20148

Re: tmux.conf

^ Wow, thanks for sharing!
by Alad
Mon Sep 08, 2014 5:05 pm
Forum: LINUXBBQ NEWS (/var/mail)
Topic: Propaganda
Replies: 385
Views: 318019

Re: Propaganda

^ It looks like an actor in that French youporn channel, what's it called. Or rather, it wishes it were one.
by Alad
Mon Sep 08, 2014 4:46 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Quote of the day
Replies: 120
Views: 33839

Re: Quote of the day

Greg wrote:In coding, unlike in the bedroom, it's good to be simple and predictable.
by Alad
Mon Sep 08, 2014 4:38 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Quote of the day
Replies: 120
Views: 33839

Re: Quote of the day

Hi I'm new to linux .. I went on ubuntu since it's easy to use but I started lagging on it and I went on crunchbang. I have no idea what to do here. Can someone add me on facebook or something skype? and everytime I got a question can help me ? For example I can't install this on crunchbang. http:/...
by Alad
Thu Sep 04, 2014 8:19 pm
Forum: HOW-TO (/usr/share/man)
Topic: Lennart's Lemmings: Disable systemd binary logs
Replies: 3
Views: 3775

Re: Lennart's Lemmings: Disable systemd binary logs

If you're on a non-systemd system and have to look at the binary logs, you can use strings to decipher them (apparently, the message text remains unaltered):

Code: Select all

strings /var/log/journal/<lotsofnumbers> | grep <stuff>
PS: systemd updates may re-enable a persistent journal also.
by Alad
Thu Sep 04, 2014 8:18 pm
Forum: HOW-TO (/usr/share/man)
Topic: Emacs tips and tricks
Replies: 449
Views: 333593

Re: Emacs tips and tricks

Re RSI, at least for me, my hands didn't like the regular emacs keybinds. YMMV. I've got rid of ergoemacs - too invasive and bugged - so I might take a look at this godmode (right now I just map CAPS to Ctrl).