Favorite Unix Commands
clippy.in
Favorite Unix Commands
1–10 of 135 posts
Re: Favorite Unix Commands
#2Re: Favorite Unix Commands
#3Please comment if you have a favorite not on this list.
Re: Favorite Unix Commands
#4Re: Favorite Unix Commands
#5Re: Favorite Unix Commands
#6Please comment if you have a favorite not on this list.
Re: Favorite Unix Commands
#7Anyway, I'm a big fan of piping things into xargs. xxd is a terminal-based hex editor. It can convert both to and from hex to binary. I also use 'pgrep -lf 'partial_program_name' a lot in place of 'ps aux | grep partial_program_name'. 'pkill -9 partial_program_name' searches for and kills all processes matching the string.
Re: Favorite Unix Commands
#8This is useful for creating a connection for receiving the input of what you get...
e.g. running
faucet 80 --in cat
and later
curl http://127.0.0.1:80
will deliver to you console :
GET / HTTP/1.1 User-Agent: curl/7.21.4 (i686-pc-linux-gnu) libcurl/7.21.4 OpenSSL/0.9.8n zlib/1.2.5 libidn/1.19 Host: 127.0.0.1:900 Accept: /