: @ki4 :: devfest silicon valley Laziness – The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-‐ saving programs that other people will find useful, and document what you wrote so you don't have to answer so many quesRons about it. Hence, the first great virtue of a programmer. h4p://en.wikipedia.org/wiki/Larry_Wall
: @ki4 :: devfest silicon valley “Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.” Robert A. Heinlein
: @ki4 :: devfest silicon valley ^a beginning of line ^e end of line ^r reverse search through history alt-‐b back a word alt-‐f forward a word TAB to autocomplete * unless you have vi bindings in your terminal
: @ki4 :: devfest silicon valley % cd /home/takethelongroad/path/to/interesRng/locaRon % cd ../../another/interesRng/locaRon % cd ../../../back/to/another/place % cd ../../../../another/interesRng/locaRon
: @ki4 :: devfest silicon valley alias dev 'cd /home/www-‐data/public/example.org/dev/' alias stg 'cd /home/www-‐data/public/example.org/staging/' alias www 'cd /home/www-‐data/public/example.org/www/'
: @ki4 :: devfest silicon valley # m h dom mon dow command # every seventh minute, every day */7 * * * * /usr/bin/example -‐arg # run ping and ls at noon and midnight on the 1st day of every 2nd month # output the commands into the log file /var/log/cronrun. 0 0,12 1 */2 * /sbin/ping -‐c 192.168.0.1; ls -‐la >>/var/log/cronrun # third monday of every month at 4 am 0 4 15-‐21 * 1 /command
: @ki4 :: devfest silicon valley % at 1605 March 15 at> ~/bin/tweet ‘I am now speaking at #devfestsv about the "at" command. I hope I Rmed it well.’ at> ^D * tweet is a rename of h4p://www.floodgap.com/so^ware/4y4er/
: @ki4 :: devfest silicon valley M-‐x ( <do commands that will be repeated> M-‐x ) meta-‐x open-‐paren <do commands that will be repeated> meta-‐x close-‐paren flower x shi^ 9 <do commands that will be repeated> flower x shi^ 0
: @ki4 :: devfest silicon valley Learn your operaRng system shortcuts! Apple h4p://support.apple.com/kb/HT1343 Window h4p://support.microso^.com/kb/126449