mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
135 lines
5.0 KiB
Markdown
135 lines
5.0 KiB
Markdown
[#]: subject: "Our favorite Linux commands to use just for fun"
|
||
[#]: via: "https://opensource.com/article/22/1/fun-linux-commands"
|
||
[#]: author: "Opensource.com https://opensource.com/users/admin"
|
||
[#]: collector: "lujun9972"
|
||
[#]: translator: "geekpi"
|
||
[#]: reviewer: "wxy"
|
||
[#]: publisher: "wxy"
|
||
[#]: url: "https://linux.cn/article-14226-1.html"
|
||
|
||
我们最喜欢的好玩的 Linux 命令
|
||
======
|
||
|
||
> Linux 命令行以生产力强而闻名。它也是一个可以获得一些乐趣的地方!
|
||
|
||
![](https://img.linux.net.cn/data/attachment/album/202201/30/104636dwqkzr9wqq4k6w0r.jpg)
|
||
|
||
去年 11 月,我们分享了一篇文章《[7 个好玩的 Linux 命令][2]》,并请读者们告诉我们推荐的“好玩”的 Linux 命令是什么,以及为什么?
|
||
|
||
一些读者在下面分享了他们的最爱:
|
||
|
||
---
|
||
|
||
这是我的最爱:
|
||
|
||
* 当然得有 `cowsay`!
|
||
* `fortune`,我最喜欢的 “黑科技” 是让用户连接时的 `motd` 成为一个幽默的格言。
|
||
* `sl`,在你的终端上的蒸汽机车。
|
||
* `xsnow`,另一个 XWindow 黑科技,这个命令可以在你的工作区降雪,并堆积在打开的窗口上。
|
||
* GNOME 复活节彩蛋,在 GNOME 2 中,按下 `Alt+F2`(打开运行对话框)并输入 `free the fish`,就可以在你的根窗口中释放 “Wanda the Fish”。如果你点击 Wanda,它就会四处游荡,窜来窜去(一段时间)。
|
||
|
||
~[Dave Neary][3]
|
||
|
||
---
|
||
|
||
我的一天从这些开始:
|
||
|
||
`fortune`、`cowsay`、`lolcat`
|
||
|
||
![Don't take life too seriously][4]
|
||
|
||
紧接着是 `curl` [wttr.in][6]。
|
||
|
||
![Weather][7]
|
||
|
||
现在我们可以喝咖啡了 ;-)
|
||
|
||
~[Tomasz Waraksa][8]
|
||
|
||
---
|
||
|
||
`cmatrix` ,因为每当这个时候,你就会觉得自己被插入了机器。
|
||
|
||
|
||
~[Gary Smith][9]
|
||
|
||
---
|
||
|
||
```
|
||
telnet towel.blinkenlights.nl
|
||
```
|
||
|
||
这并不完全是 Linux 特有的,但它还挺棒的。
|
||
|
||
~[John 'Warthog9' Hawley][10]
|
||
|
||
---
|
||
|
||
Xroach 是 20 世纪 90 年代你的窗口管理器的一个很酷的附加功能。当时它与 Tab Window Manager (TWM)和 F Virtual Window Manager (FVWM)一起使用时非常有趣,但我已经多年没有使用它了。当你运行 Xroach 时,它添加了小蟑螂并“住”在你的窗口下。当你移动一个窗口或关闭它时,蟑螂就会窜到另一个窗口下躲起来或跑出屏幕。这只是其中一种使桌面更有趣的小方法。
|
||
|
||
看起来有一个 [Xroach 的现代移植][11],我得找个时间试试。
|
||
|
||
~[Jim Hall][12]
|
||
|
||
---
|
||
|
||
我在 90 年代末担任过计算机科学的助教,我们的计算机实验室里有 Sun Sparc 工作站。有时学生会在实验室时间里走开而不锁屏。每隔一段时间,我就会在他们不注意的时候在终端上执行 `xroach &; clear`。
|
||
|
||
XRoach 是个好东西。蟑螂躲在窗口下,在屏幕上窜来窜去,当你移动一个窗口时,又躲在另一个窗口下。
|
||
|
||
~[Ann Marie Fred][13]
|
||
|
||
---
|
||
|
||
我最喜欢的一个是 `hollywood`,在 [这里][14] 了解下。
|
||
|
||
只需运行它并开始随意按键,你就会让星巴克的每个人都相信你正在摧毁美国。
|
||
|
||
~[Clint Byrum][15]
|
||
|
||
[Jim Hall][12] 对此回应道:
|
||
|
||
这真是太棒了! 这让我想起了 [Hacker Typer][16]。它是一个网站而不是一个终端程序。只要调出网站,然后敲击键盘。不管你输入什么,Hacker Typer 的输出都似乎是真正的工作。:-)
|
||
|
||
为了回应 Clint Byrum(和 Jim Hall 的回应)带来的乐趣:
|
||
|
||
这两个我都喜欢! 请欣赏这篇关于 Hollywood 黑科技的 [博文][17]。我最爱之一。
|
||
|
||
~[Greg Scott][18]
|
||
|
||
---
|
||
|
||
你最喜欢的“有趣的” Linux 命令是什么?请在下面的评论中分享你的。
|
||
|
||
--------------------------------------------------------------------------------
|
||
|
||
via: https://opensource.com/article/22/1/fun-linux-commands
|
||
|
||
作者:[Opensource.com][a]
|
||
选题:[lujun9972][b]
|
||
译者:[geekpi](https://github.com/geekpi)
|
||
校对:[wxy](https://github.com/wxy)
|
||
|
||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||
|
||
[a]: https://opensource.com/users/admin
|
||
[b]: https://github.com/lujun9972
|
||
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/lenovo-thinkpad-laptop-window-focus.png?itok=g0xPm2kD (young woman working on a laptop)
|
||
[2]: https://opensource.com/article/21/11/fun-linux-commands
|
||
[3]: https://opensource.com/users/dneary
|
||
[4]: https://opensource.com/sites/default/files/uploads/too-seriously.png (Don't take life too seriously)
|
||
[5]: https://creativecommons.org/licenses/by-sa/4.0/
|
||
[6]: http://wttr.in/
|
||
[7]: https://opensource.com/sites/default/files/uploads/wttr.png (Weather)
|
||
[8]: https://opensource.com/user_articles/380541
|
||
[9]: https://opensource.com/users/greptile
|
||
[10]: https://opensource.com/users/warthog9
|
||
[11]: https://github.com/interkosmos/xroach
|
||
[12]: https://opensource.com/users/jim-hall
|
||
[13]: https://opensource.com/users/annmarie99
|
||
[14]: https://snapcraft.io/install/hollywood/ubuntu
|
||
[15]: https://opensource.com/users/spamaps
|
||
[16]: https://hackertyper.net/
|
||
[17]: https://www.dgregscott.com/hollywood-hacker/
|
||
[18]: https://opensource.com/users/greg-scott
|