Category Archives: ubuntu

Ubuntu9.04安装ibus输入法

看到很多人推荐 ibus,于是决定在刚装好的Ubuntu9.04里试一下:
1. 在/etc/apt/sources.list文件里添加源:
deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
2. sudo apt-get update
3. sudo apt-...

Sudo

[zr@elcapitan tmp]$ sudo reboot

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.

Linux退回上次目录

如果你现在在dir1 想先到dir2 再回到dir1
可以先 cd dir2
然后 cd -
或者pushd dir2 之后

popd
就回到了dir1
(好久没写这么短的文章了^^)

...

Ubuntu添加局域网打印机

System->Administration->Printing->New Printer
会自动搜索局域网内的打印机,选中需要连接的打印机(需要知道打印机的IP地址),然后选择打印机的model或者导入一个PostScript Printer Description...

Linux下的屏幕录制工具XVidCap

XVidCap是Linux下的屏幕录制工具,是讲解软件使用方法、演示电脑操作的必备秘技。
XVidCap大概是X windows Video Capture的缩写,未经考证。
之前是在Open Source Alternative这个网站搜索screencast...