|
|
|||||||
| Computers & Information Technologies « Everything related to computers and internet. » |
![]() |
|
|
Share | Thread Tools | Search this Thread |
|
|
#1 |
|
Last Online: 05-30-2013
Join Date: Jan 2008
Posts: 1,788
Thanks: 10,018
Thanked 1,100 Times in 651 Posts
Groans: 1
Groaned at 6 Times in 6 Posts
|
This websites is basically a COOL library for Linux shell commands. If you're searching for a command that brings you "Laban l3asfour" on Linux, you'll find it there.
Here it is:Commandlinefu.com Let me show you some examples: Code:
$ dd if=/dev/dsp | ssh -c arcfour -C username@host dd of=/dev/dsp This will output the sound from your microphone port to the ssh target computer's speaker port. Code:
tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=unblock | GREP_COLOR="1;32" grep --color "[^ ]" This will makes your shell interface a Matrix reloaded style! Code:
mplayer -fs $(echo "http://youtube.com/get_video.php?$(curl -s $youtube_url | sed -n "/watch_fullscreen/s;.*\(video_id.\+\)&title.*;\1;p")") This will grab a youtube video and display it directly in your mplayer. These are some examples of the beauty of Linux command line. Don't tell me that you can do this on Windows. You can't. Feel the power of the command line! ![]()
__________________
|
|
|
|
![]() |
|
| Tags |
| commands, linux, master, shell |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|