Video for Gummizelle now online Apocalipsis y Fotos de Arte This is why you're fat

06.05.2009 19:55

Command Line Fu & Snipt


 ____________________________________
/ dd if=/dev/dsp | ssh -c arcfour -C \
\ username@host dd of=/dev/dsp       /
 ------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
 ____________________________
< python -m SimpleHTTPServer >
 ----------------------------
        \   ^__^
         \  (==)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
 ________________
< :w !sudo tee % >
 ----------------
        \   ^__^
         \  ($$)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
commandlinefu.com is a public repository for handy bash one-liners like sudo !!, python -m SimpleHTTPServer or cp filename{,.bak} (run the last command as root, serve current directory tree at http://$HOSTNAME:8000/, and backup or copy a file). You can sort the entries by date or by popularity. I like it - it's a convenient way to explore new commands and see what other people manage to do with the shell.

Snipt goes one step further and provides a database for all things related to coding, scripting and administration. Python, PHP, Ruby, Apache, C++, OS X - if you're looking for a quick way to solve a specific problem, or want to explore a new language, give it a try.


Posted by mm | Permanent link | File under: technology | Forum