From 9495ad072c326d30571cdaacf25a4d1e19e1ca89 Mon Sep 17 00:00:00 2001 From: "Y.C.S.M" Date: Thu, 10 Sep 2015 09:26:38 +0800 Subject: [PATCH 1/6] Update 20150908 List Of 10 Funny Linux Commands.md translate as much as i can by using the working time --- sources/tech/20150908 List Of 10 Funny Linux Commands.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/tech/20150908 List Of 10 Funny Linux Commands.md b/sources/tech/20150908 List Of 10 Funny Linux Commands.md index f3acbe27d3..59464c6497 100644 --- a/sources/tech/20150908 List Of 10 Funny Linux Commands.md +++ b/sources/tech/20150908 List Of 10 Funny Linux Commands.md @@ -2,9 +2,9 @@ translating by tnuoccalanosrep List Of 10 Funny Linux Commands ================================================================================ **Working from the Terminal is really fun. Today, we’ll list really funny Linux commands which will bring smile on your face.** - +**在终端工作是一件很有趣的事情。今天,我们将会列举一些有趣得让你笑出来的Linux命令。 ### 1. rev ### - +创建一个文件,在文件里面输入几个单词,rev命令会将你写的东西反转输出到控制台。 Create a file, type some words in this file, rev command will dump all words written by you in reverse. # rev @@ -14,7 +14,7 @@ Create a file, type some words in this file, rev command will dump all words wri ![Selection_001](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0011.png) ### 2. fortune ### - +这个命令没有被默认安装,用apt-get命令安装它,fortune命令会随机显示一些句子 This command is not install by default, install with apt-get and fortune will display some random sentence. crank@crank-System:~$ sudo apt-get install fortune @@ -22,7 +22,7 @@ This command is not install by default, install with apt-get and fortune will di ![Selection_003](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0031.png) Use **-s** option with fortune, it will limit the out to one sentence. - +利用fortune命令的**_s** 选项,他会限制一个句子的输出长度。 # fortune -s ![Selection_004](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0042.png) From 78cdfeb0b08859ef0d6f8591020732a77e9e4a04 Mon Sep 17 00:00:00 2001 From: "Y.C.S.M" Date: Sat, 12 Sep 2015 20:22:20 +0800 Subject: [PATCH 2/6] Update 20150908 List Of 10 Funny Linux Commands.md complete the translation --- ...0150908 List Of 10 Funny Linux Commands.md | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/sources/tech/20150908 List Of 10 Funny Linux Commands.md b/sources/tech/20150908 List Of 10 Funny Linux Commands.md index 59464c6497..18d6628b04 100644 --- a/sources/tech/20150908 List Of 10 Funny Linux Commands.md +++ b/sources/tech/20150908 List Of 10 Funny Linux Commands.md @@ -1,11 +1,13 @@ translating by tnuoccalanosrep -List Of 10 Funny Linux Commands + +10条真心有趣的Linux命令 ================================================================================ -**Working from the Terminal is really fun. Today, we’ll list really funny Linux commands which will bring smile on your face.** -**在终端工作是一件很有趣的事情。今天,我们将会列举一些有趣得让你笑出来的Linux命令。 + +**在终端工作是一件很有趣的事情。今天,我们将会列举一些有趣得为你带来欢笑的Linux命令。** + ### 1. rev ### + 创建一个文件,在文件里面输入几个单词,rev命令会将你写的东西反转输出到控制台。 -Create a file, type some words in this file, rev command will dump all words written by you in reverse. # rev @@ -14,15 +16,15 @@ Create a file, type some words in this file, rev command will dump all words wri ![Selection_001](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0011.png) ### 2. fortune ### + 这个命令没有被默认安装,用apt-get命令安装它,fortune命令会随机显示一些句子 -This command is not install by default, install with apt-get and fortune will display some random sentence. crank@crank-System:~$ sudo apt-get install fortune ![Selection_003](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0031.png) -Use **-s** option with fortune, it will limit the out to one sentence. 利用fortune命令的**_s** 选项,他会限制一个句子的输出长度。 + # fortune -s ![Selection_004](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0042.png) @@ -31,15 +33,14 @@ Use **-s** option with fortune, it will limit the out to one sentence. #yes -This command will keep displaying the string for infinite time until the process is killed by the user. +这个命令会不停打印字符串,直到用户把这进程给结束掉。 # yes unixmen ![Selection_005](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0054.png) ### 4. figlet ### - -This command can be installed with apt-get, comes with some ascii fonts which are located in **/usr/share/figlet**. +这个命令可以用apt-get安装,安装之后,在**/usr/share/figlet**可以看到一些ascii字体文件。 cd /usr/share/figlet @@ -57,34 +58,33 @@ e.g. ![Selection_007](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0072.png) -You can try another options also. +当然,你也可以尝试使用其他的选项。 ### 5. asciiquarium ### - -This command will transform your terminal in to a Sea Aquarium. -Download term animator +这个命令会将你的终端变成一个海洋馆。 +下载term animator # wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz -Install and Configure above package. +安装并且配置这个包 # tar -zxvf Term-Animation-2.4.tar.gz # cd Term-Animation-2.4/ # perl Makefile.PL && make && make test # sudo make install -Install following package: +接着安装下面这个包: # apt-get install libcurses-perl -Download and install asciiquarium +下载并且安装asciiquarium # wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz # tar -zxvf asciiquarium.tar.gz # cd asciiquarium_1.0/ # cp asciiquarium /usr/local/bin/ -Run, +执行如下命令 # /usr/local/bin/asciiquarium @@ -95,13 +95,13 @@ Run, # apt-get install bb # bb -See what comes out: +看看会输出什么? ![Selection_009](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0092.png) ### 7. sl ### -Sometimes you type **sl** instead of **ls** by mistake,actually **sl** is a command and a locomotive engine will start moving if you type sl. +有的时候你可能把 **ls** 误打成了 **sl**,其实 **sl** 也是一个命令,如果你打 sl的话,你会看到一个移动的火车头 # apt-get install sl @@ -113,7 +113,7 @@ Sometimes you type **sl** instead of **ls** by mistake,actually **sl** is a com ### 8. cowsay ### -Very common command, is will display in ascii form whatever you wants to say. +一个很普遍的命令,它会用ascii显示你想说的话。 apt-get install cowsay @@ -123,7 +123,7 @@ Very common command, is will display in ascii form whatever you wants to say. ![Selection_013](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0132.png) -Or, you can use another character instead of com, such characters are stored in **/usr/share/cowsay/cows** +或者,你可以用其他的角色来取代默认角色来说这句话,这些角色都存储在**/usr/share/cowsay/cows**目录下 # cd /usr/share/cowsay/cows @@ -134,6 +134,7 @@ Or, you can use another character instead of com, such characters are stored in ![Selection_014](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0141.png) or +或者 # cowsay -f bud-frogs.cow Rajneesh @@ -141,7 +142,7 @@ or ### 9. toilet ### -Yes, this is a command, it dumps ascii strings in colored form to the terminal. +你没看错,这是个命令来的,他会将字符串以彩色的ascii字符串形式输出到终端 # apt-get install toilet @@ -161,7 +162,7 @@ Yes, this is a command, it dumps ascii strings in colored form to the terminal. ### 10. aafire ### -Put you terminal on fire with aafire. +aafire能让你的终端燃起来。 # apt-get install libaa-bin @@ -171,8 +172,7 @@ Put you terminal on fire with aafire. ![Selection_019](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0191.png) -That it, Have fun with Linux Terminal!! - +就这么多,祝你们在Linux终端玩得开心哈!!! -------------------------------------------------------------------------------- via: http://www.unixmen.com/list-10-funny-linux-commands/ From 9ea105a0032da9dcdd394337b359dba0fb9ae427 Mon Sep 17 00:00:00 2001 From: "Y.C.S.M" Date: Sat, 12 Sep 2015 20:25:20 +0800 Subject: [PATCH 3/6] Update 20150908 List Of 10 Funny Linux Commands.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit adjust the output form,and change some translation --- sources/tech/20150908 List Of 10 Funny Linux Commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/tech/20150908 List Of 10 Funny Linux Commands.md b/sources/tech/20150908 List Of 10 Funny Linux Commands.md index 18d6628b04..aeb45f8d28 100644 --- a/sources/tech/20150908 List Of 10 Funny Linux Commands.md +++ b/sources/tech/20150908 List Of 10 Funny Linux Commands.md @@ -113,7 +113,7 @@ e.g. ### 8. cowsay ### -一个很普遍的命令,它会用ascii显示你想说的话。 +一个很常见的命令,它会用ascii显示你想说的话。 apt-get install cowsay @@ -133,7 +133,6 @@ e.g. ![Selection_014](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0141.png) -or 或者 # cowsay -f bud-frogs.cow Rajneesh @@ -173,12 +172,13 @@ aafire能让你的终端燃起来。 ![Selection_019](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0191.png) 就这么多,祝你们在Linux终端玩得开心哈!!! + -------------------------------------------------------------------------------- via: http://www.unixmen.com/list-10-funny-linux-commands/ 作者:[Rajneesh Upadhyay][a] -译者:[译者ID](https://github.com/译者ID) +译者:[tnuoccalanosrep](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From bb1bdf524c3a1500d50ae592dd96a0a65f327edf Mon Sep 17 00:00:00 2001 From: "Y.C.S.M" Date: Sat, 12 Sep 2015 20:33:29 +0800 Subject: [PATCH 4/6] create translated file [20150908 List Of 10 Funny Linux Commands] --- ...0150908 List Of 10 Funny Linux Commands.md | 186 ++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 translated/tech/20150908 List Of 10 Funny Linux Commands.md diff --git a/translated/tech/20150908 List Of 10 Funny Linux Commands.md b/translated/tech/20150908 List Of 10 Funny Linux Commands.md new file mode 100644 index 0000000000..aeb45f8d28 --- /dev/null +++ b/translated/tech/20150908 List Of 10 Funny Linux Commands.md @@ -0,0 +1,186 @@ +translating by tnuoccalanosrep + +10条真心有趣的Linux命令 +================================================================================ + +**在终端工作是一件很有趣的事情。今天,我们将会列举一些有趣得为你带来欢笑的Linux命令。** + +### 1. rev ### + +创建一个文件,在文件里面输入几个单词,rev命令会将你写的东西反转输出到控制台。 + + # rev + +![Selection_002](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0021.png) + +![Selection_001](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0011.png) + +### 2. fortune ### + +这个命令没有被默认安装,用apt-get命令安装它,fortune命令会随机显示一些句子 + + crank@crank-System:~$ sudo apt-get install fortune + +![Selection_003](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0031.png) + +利用fortune命令的**_s** 选项,他会限制一个句子的输出长度。 + + # fortune -s + +![Selection_004](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0042.png) + +### 3. yes ### + + #yes + +这个命令会不停打印字符串,直到用户把这进程给结束掉。 + + # yes unixmen + +![Selection_005](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0054.png) + +### 4. figlet ### +这个命令可以用apt-get安装,安装之后,在**/usr/share/figlet**可以看到一些ascii字体文件。 + + cd /usr/share/figlet + +---------- + + #figlet -f + +e.g. + + #figlet -f big.flf unixmen + +![Selection_006](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0062.png) + +#figlet -f block.flf unixmen + +![Selection_007](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0072.png) + +当然,你也可以尝试使用其他的选项。 + +### 5. asciiquarium ### +这个命令会将你的终端变成一个海洋馆。 +下载term animator + + # wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz + +安装并且配置这个包 + + # tar -zxvf Term-Animation-2.4.tar.gz + # cd Term-Animation-2.4/ + # perl Makefile.PL && make && make test + # sudo make install + +接着安装下面这个包: + + # apt-get install libcurses-perl + +下载并且安装asciiquarium + + # wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz + # tar -zxvf asciiquarium.tar.gz + # cd asciiquarium_1.0/ + # cp asciiquarium /usr/local/bin/ + +执行如下命令 + + # /usr/local/bin/asciiquarium + +![asciiquarium_1.1 : perl_008](http://www.unixmen.com/wp-content/uploads/2015/09/asciiquarium_1.1-perl_008.png) + +### 6. bb ### + + # apt-get install bb + # bb + +看看会输出什么? + +![Selection_009](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0092.png) + +### 7. sl ### + +有的时候你可能把 **ls** 误打成了 **sl**,其实 **sl** 也是一个命令,如果你打 sl的话,你会看到一个移动的火车头 + + # apt-get install sl + +---------- + + # sl + +![Selection_012](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0122.png) + +### 8. cowsay ### + +一个很常见的命令,它会用ascii显示你想说的话。 + + apt-get install cowsay + +---------- + + # cowsay + +![Selection_013](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0132.png) + +或者,你可以用其他的角色来取代默认角色来说这句话,这些角色都存储在**/usr/share/cowsay/cows**目录下 + + # cd /usr/share/cowsay/cows + +---------- + + cowsay -f ghostbusters.cow unixmen + +![Selection_014](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0141.png) + +或者 + + # cowsay -f bud-frogs.cow Rajneesh + +![Selection_015](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0151.png) + +### 9. toilet ### + +你没看错,这是个命令来的,他会将字符串以彩色的ascii字符串形式输出到终端 + + # apt-get install toilet + +---------- + + # toilet --gay unixmen + +![Selection_016](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0161.png) + + toilet -F border -F gay unixmen + +![Selection_020](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_020.png) + + toilet -f mono12 -F metal unixmen + +![Selection_018](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0181.png) + +### 10. aafire ### + +aafire能让你的终端燃起来。 + + # apt-get install libaa-bin + +---------- + + # aafire + +![Selection_019](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0191.png) + +就这么多,祝你们在Linux终端玩得开心哈!!! + +-------------------------------------------------------------------------------- + +via: http://www.unixmen.com/list-10-funny-linux-commands/ + +作者:[Rajneesh Upadhyay][a] +译者:[tnuoccalanosrep](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]:http://www.unixmen.com/author/rajneesh/ From 7a26d47f807e57b80250ec615aa7182754cd5839 Mon Sep 17 00:00:00 2001 From: "Y.C.S.M" Date: Sat, 12 Sep 2015 20:35:08 +0800 Subject: [PATCH 5/6] Update 20150908 List Of 10 Funny Linux Commands.md remove the state of file in the head --- translated/tech/20150908 List Of 10 Funny Linux Commands.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/translated/tech/20150908 List Of 10 Funny Linux Commands.md b/translated/tech/20150908 List Of 10 Funny Linux Commands.md index aeb45f8d28..7219e16890 100644 --- a/translated/tech/20150908 List Of 10 Funny Linux Commands.md +++ b/translated/tech/20150908 List Of 10 Funny Linux Commands.md @@ -1,5 +1,3 @@ -translating by tnuoccalanosrep - 10条真心有趣的Linux命令 ================================================================================ From 7054c14d60581082e700f0fe14dd59fd523de653 Mon Sep 17 00:00:00 2001 From: "Y.C.S.M" Date: Sat, 12 Sep 2015 20:35:53 +0800 Subject: [PATCH 6/6] Delete 20150908 List Of 10 Funny Linux Commands.md --- ...0150908 List Of 10 Funny Linux Commands.md | 186 ------------------ 1 file changed, 186 deletions(-) delete mode 100644 sources/tech/20150908 List Of 10 Funny Linux Commands.md diff --git a/sources/tech/20150908 List Of 10 Funny Linux Commands.md b/sources/tech/20150908 List Of 10 Funny Linux Commands.md deleted file mode 100644 index aeb45f8d28..0000000000 --- a/sources/tech/20150908 List Of 10 Funny Linux Commands.md +++ /dev/null @@ -1,186 +0,0 @@ -translating by tnuoccalanosrep - -10条真心有趣的Linux命令 -================================================================================ - -**在终端工作是一件很有趣的事情。今天,我们将会列举一些有趣得为你带来欢笑的Linux命令。** - -### 1. rev ### - -创建一个文件,在文件里面输入几个单词,rev命令会将你写的东西反转输出到控制台。 - - # rev - -![Selection_002](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0021.png) - -![Selection_001](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0011.png) - -### 2. fortune ### - -这个命令没有被默认安装,用apt-get命令安装它,fortune命令会随机显示一些句子 - - crank@crank-System:~$ sudo apt-get install fortune - -![Selection_003](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0031.png) - -利用fortune命令的**_s** 选项,他会限制一个句子的输出长度。 - - # fortune -s - -![Selection_004](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0042.png) - -### 3. yes ### - - #yes - -这个命令会不停打印字符串,直到用户把这进程给结束掉。 - - # yes unixmen - -![Selection_005](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0054.png) - -### 4. figlet ### -这个命令可以用apt-get安装,安装之后,在**/usr/share/figlet**可以看到一些ascii字体文件。 - - cd /usr/share/figlet - ----------- - - #figlet -f - -e.g. - - #figlet -f big.flf unixmen - -![Selection_006](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0062.png) - -#figlet -f block.flf unixmen - -![Selection_007](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0072.png) - -当然,你也可以尝试使用其他的选项。 - -### 5. asciiquarium ### -这个命令会将你的终端变成一个海洋馆。 -下载term animator - - # wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz - -安装并且配置这个包 - - # tar -zxvf Term-Animation-2.4.tar.gz - # cd Term-Animation-2.4/ - # perl Makefile.PL && make && make test - # sudo make install - -接着安装下面这个包: - - # apt-get install libcurses-perl - -下载并且安装asciiquarium - - # wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz - # tar -zxvf asciiquarium.tar.gz - # cd asciiquarium_1.0/ - # cp asciiquarium /usr/local/bin/ - -执行如下命令 - - # /usr/local/bin/asciiquarium - -![asciiquarium_1.1 : perl_008](http://www.unixmen.com/wp-content/uploads/2015/09/asciiquarium_1.1-perl_008.png) - -### 6. bb ### - - # apt-get install bb - # bb - -看看会输出什么? - -![Selection_009](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0092.png) - -### 7. sl ### - -有的时候你可能把 **ls** 误打成了 **sl**,其实 **sl** 也是一个命令,如果你打 sl的话,你会看到一个移动的火车头 - - # apt-get install sl - ----------- - - # sl - -![Selection_012](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0122.png) - -### 8. cowsay ### - -一个很常见的命令,它会用ascii显示你想说的话。 - - apt-get install cowsay - ----------- - - # cowsay - -![Selection_013](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0132.png) - -或者,你可以用其他的角色来取代默认角色来说这句话,这些角色都存储在**/usr/share/cowsay/cows**目录下 - - # cd /usr/share/cowsay/cows - ----------- - - cowsay -f ghostbusters.cow unixmen - -![Selection_014](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0141.png) - -或者 - - # cowsay -f bud-frogs.cow Rajneesh - -![Selection_015](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0151.png) - -### 9. toilet ### - -你没看错,这是个命令来的,他会将字符串以彩色的ascii字符串形式输出到终端 - - # apt-get install toilet - ----------- - - # toilet --gay unixmen - -![Selection_016](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0161.png) - - toilet -F border -F gay unixmen - -![Selection_020](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_020.png) - - toilet -f mono12 -F metal unixmen - -![Selection_018](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0181.png) - -### 10. aafire ### - -aafire能让你的终端燃起来。 - - # apt-get install libaa-bin - ----------- - - # aafire - -![Selection_019](http://www.unixmen.com/wp-content/uploads/2015/09/Selection_0191.png) - -就这么多,祝你们在Linux终端玩得开心哈!!! - --------------------------------------------------------------------------------- - -via: http://www.unixmen.com/list-10-funny-linux-commands/ - -作者:[Rajneesh Upadhyay][a] -译者:[tnuoccalanosrep](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]:http://www.unixmen.com/author/rajneesh/