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/
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.
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
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:
There is 1 alternative - vote for the best!
If you can do better, submit your command here.
You must be signed in to comment.
Very cool! Thanks logik
don't think the cat is needed... or the dd... strings /dev/mem should work fine.
cat is not needed.
strings /dev/mem | grep "llama"
This looks like it came from my site: http://www.nixtutor.com/linux/general-troubleshooting-in-linux/
But never the less awesome command. :)
never thought of this!
The fact that my bios branding pops up in my ram 15 times vaugely irks me....
I wonder what would happen if I removed them?
# sudo perl -pi.bk -e's/Phoenix//g'That sounds more entertaining than the shutdown command right now.
Is this really possible on linux to read /dev/mem from non privilegied user?
In FreeBSD you can't read the file if you user doesn't belong to the kmem group:
%head /dev/mem
head: /dev/mem: Permission denied
%ls -lh /dev/mem
crw-r----- 1 root kmem 0, 32 Dec 5 18:39 /dev/mem