Born to crazy

be free!想写就写,想到什么写什么。

我的Ubuntu7.04设置小集

Ubuntu安装好后并不怎么好看(个人观点),操作也不是最方便,所以我就动手对其改造一番。
其实很多技巧都是来自网络,都是Ubuntu达人们的贡献,我只是把我需要的集合起来。
1.安装Fcitx小企鹅输入法
sudo apt-get install im-switch libapt-pkg-perl fcitx
im-switch -s fcitx
这个方法我觉得最方便,而且可以和SCIM共存,我一直使用下来都没有什么问题。这里还有一个美化方案。
2.apt-get update 无法获得锁
sudo rm /var/lib/apt/lists/lock
阅读(708 次)Share This

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

Ubuntu7.04非常快的源

在是非之外看到的, 台湾某教育机构的源。我还没有实际测试过,有兴趣的朋友可先行试验,我等结果,哈哈。
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
阅读(840 次)Share This

Share and Enjoy:
These icons […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

Bash快捷键

Ctrl + A : 光标移到行首。
Ctrl + E : 光标移到行尾。
Ctrl + L : 清屏。
Ctrl + U : 清除光标前至行首间的所有内容。
Ctrl + H : 同 backspace 键相同。
Ctrl + R : 搜索之前打过的命令。
Ctrl + C : 杀死当前进程。
Ctrl + D : 退出当前 Shell。
Ctrl + Z : 把当前进程转到后台运行,使用’ fg ‘命令恢复。
Ctrl + W : 移除光标前的一个单词
Ctrl + K : 清除光标后至行尾的内容。
Ctrl + T : 交换光标位置前的两个字符。
Esc + […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

我的Ubuntu7.04+CompizFusion

现在只要在网上搜索一下,安装Compiz Fusion的教程文章就会出来一大把了,在这里我把Nicky的教程转载过来以作备忘。
我的显卡是ATI RADEON 9550,用系统自带的开源驱动就能很好的运行Compiz Fusion了。
以下为从Nicky那里转载的部分内容:
6 月 28 号更新:以下方法来自于 “何必呢” 和 Ubuntu Forums:
现在安装 Compiz Fusion 软件有一定风险,不建议普通用户尝试。
阅读(842 次)Share This

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

修改Firefox地址栏字体

我的Ubuntu7.04用了微软雅黑来美化,但Firefox地址栏的字体没有改变,还是原来丑丑的样子,于是我在网上找了个修改的方法:
编辑/home/你的用户名/.mozilla/firefox/随机数字和英文字母.default/chrome下的userChrome.css文件(如果没有这个文件就将userChrome-example.css去掉-example即可),在文件的最后添加:
#urlbar {
font-family:Microsoft YaHei;
font-size: 12px !important; }
保存后重启Firefox生效。
这样修改后Firefox的地址栏就能用雅黑来显示了,漂亮很多;同时我还想把地址栏历史的字体也改了,但找不到方法,烦请知道的朋友告知一下。
阅读(592 次)Share This

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb
« Previous Entries