TranslateProject/published/201603/20151215 Linux Desktop Fun--Summon Swarms Of Penguins To Waddle About The Desktop.md

103 lines
3.0 KiB
Markdown
Raw Normal View History

Linux/Unix 桌面趣事:召唤一群企鹅在桌面上行走
2015-12-15 10:46:54 +08:00
================================================================================
XPenguins 是一个在窗口播放可爱动物动画的程序。默认情况下,将会从屏幕上方掉落企鹅,沿着你的窗口顶部行走,在窗口漂浮起来,踩上滑板,和做其他类似的有趣的事情。现在,你可以把这些可爱的小企鹅大军入侵别人的桌面了。
2015-12-15 10:46:54 +08:00
2016-02-29 15:46:07 +08:00
### 安装XPenguins ###
2015-12-15 10:46:54 +08:00
打开终端(选择程序->附件->终端),接着输入下面的命令来安装 XPenguins。首先输入 `apt-get update` 通过请求配置的仓库刷新包的信息,接着安装需要的程序:
2015-12-15 10:46:54 +08:00
$ sudo apt-get update
$ sudo apt-get install xpenguins
### 我本地如何启动 XPenguins ###
2015-12-15 10:46:54 +08:00
2016-02-29 15:46:07 +08:00
输入下面的命令:
2015-12-15 10:46:54 +08:00
$ xpenguins
2016-02-29 15:46:07 +08:00
示例输出:
2015-12-15 10:46:54 +08:00
![An army of cute little penguins invading the screen](http://files.cyberciti.biz/uploads/tips/2011/07/Workspace-1_002_12_07_2011.png)
*一支可爱企鹅军队正在入侵屏幕。*
2015-12-15 10:46:54 +08:00
![Linux: Cute little penguins walking along the tops of your windows](http://files.cyberciti.biz/uploads/tips/2011/07/Workspace-1_001_12_07_2011.png)
*可爱的小企鹅沿着窗口的顶部行走。*
2015-12-15 10:46:54 +08:00
![Xpenguins Screenshot](http://files.cyberciti.biz/uploads/tips/2011/07/xpenguins-screenshot.jpg)
*Xpenguins 截图*
2015-12-15 10:46:54 +08:00
2016-02-29 15:46:07 +08:00
移动窗口时小心点小家伙们很容易被压坏。如果你发送中断程序Ctrl-C它们会爆炸。
2015-12-15 10:46:54 +08:00
2016-02-29 15:46:07 +08:00
### 主题 ###
2015-12-15 10:46:54 +08:00
2016-02-29 15:46:07 +08:00
要列出主题,输入:
2015-12-15 10:46:54 +08:00
$ xpenguins -l
2016-02-29 15:46:07 +08:00
示例输出:
2015-12-15 10:46:54 +08:00
Big Penguins
Bill
Classic Penguins
Penguins
Turtles
2016-02-29 15:46:07 +08:00
你可以用下面的命令使用其他的主题:
2015-12-15 10:46:54 +08:00
$ xpenguins --theme "Big Penguins" --theme "Turtles"
2016-02-29 15:46:07 +08:00
你可以用下面的命令安装额外的主题:
2015-12-15 10:46:54 +08:00
$ cd /tmp
$ wget http://xpenguins.seul.org/xpenguins_themes-1.0.tar.gz
$ tar -zxvf xpenguins_themes-1.0.tar.gz
$ mkdir ~/.xpenguins
$ mv -v themes ~/.xpenguins/
$ xpenguins -l
2016-02-29 15:46:07 +08:00
示例输出:
2015-12-15 10:46:54 +08:00
Lemmings
Sonic the Hedgehog
The Simpsons
Winnie the Pooh
Worms
Big Penguins
Bill
Classic Penguins
Penguins
Turtles
2016-02-29 15:46:07 +08:00
已一个随机主题开始,输入:
2015-12-15 10:46:54 +08:00
$ xpenguins --random-theme
2016-02-29 15:46:07 +08:00
要加载所有的主题并且同时运行,输入:
2015-12-15 10:46:54 +08:00
$ xpenguins --all
2016-02-29 15:46:07 +08:00
更多链接何信息:
2015-12-15 10:46:54 +08:00
2016-02-29 15:46:07 +08:00
- [XPenguins][1] 主页。
2015-12-15 10:46:54 +08:00
- man penguins
- 更多 Linux/Unix 桌面乐趣在[蒸汽火车][2]和[终端ASCII水族馆][3]。
2015-12-15 10:46:54 +08:00
--------------------------------------------------------------------------------
via: http://www.cyberciti.biz/tips/linux-cute-little-xpenguins-walk-along-tops-ofyour-windows.html
作者Vivek Gite
2016-02-29 15:46:07 +08:00
译者:[geekpi](https://github.com/geekpi)
校对:[wxy](https://github.com/wxy)
2015-12-15 10:46:54 +08:00
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[1]:http://xpenguins.seul.org/
[2]:http://www.cyberciti.biz/tips/displays-animations-when-accidentally-you-type-sl-instead-of-ls.html
[3]:http://www.cyberciti.biz/tips/linux-unix-apple-osx-terminal-ascii-aquarium.html
2016-02-29 15:27:29 +08:00