All commands (14,187)

What's this?

commandlinefu.com is the place to record those command-line gems that you return to again and again. 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.

Share Your Commands


Check These Out

Update twitter with curl
Same as below, but no quotes are necessary when twitting more than one word

Convert CSV to JSON
Replace 'csv_file.csv' with your filename.

Get shellcode of the binary using objdump
Anyone can make the command smaller & easier? :)

archlinux:Delete packages from pacman cache that are older than 7 days
for debian/ubuntu

Remove job from crontab by commandline
The "-u USER" is optional if root user is used

Find all files with root SUID or SGID executables
Discovering all executables on your system that can be run as another user, especially root, is critical for system security. The above command will find those files with have SUID or SGID bits set and are owned by the root user or group.

Show established network connections

check open ports without netstat or lsof

Display time of accounts connection on a system
Works on CentOS ad OpenBSD too, display time of accounts connection on a system, -p option print individual user's statistics.

Produce a pseudo random password with given length in base 64
Don't copy trailing '=' or use head -c to limit to desired length.


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: