Ubuntu 7.04的使用技巧笔记


killall nautilus //刷新GNOME面板
killall gnome-panel //Nautilus窗口开启所有目录

Bible install:
Step 1: Open terminal and enter:
sudo aptitude install gnomesword sword-language-pack-en sword-text-web
This installs the english version of the program. If you require other languages type:
sudo apt-cache search bible
Take a look at the sword-language-pack's and the sword-text's for additional languages and install as needed. Gnomesword is found under Applications-Accessories.
// 英语版的圣经,呵呵,西方人喜欢读圣经,居然把这个也做成电子书。而且界面很友好,喜欢读圣经且英文比较好的,强烈推荐。同时,如果懂得希伯来语的人,读一下原版的圣经也许更好。用sudo apt-cache search bible可以找到其他语言的版本。但没有中文。希望中国内地的人或香港的(听说香港有很多基督教)来翻译,做个语言包,这样我们就可以读一读中文版的圣经了。呵呵。

虚拟天像仪 (Stellarium)
#sudo apt-get install stellarium
#sudo gedit /usr/share/applications/stellarium.desktop
将下列行插入到该文件
[Desktop Entry]
Name=Stellarium
Comment=Virtual planetarium
Exec=stellarium
Terminal=false
Type=Application
Categories=Application;Education;
应用程序 -> 教育 -> Stellarium // 非常喜欢看天文图,现在找到这么一个软件,而且是开源的。真好。但安装后,字体是一些乱码,解决方法在我的blog上也有介绍。请大家找找吧。呵呵

如何以 root 身份在 Nautilus 内浏览文件和目录?
1.安装文件浏览器(Root)
#sudo gedit /usr/share/applications/Nautilus-root.desktop
2.在新增的文件内加入下面这几行
[Desktop Entry]
Name=File Browser (Root)
Comment=Browse the filesystem with the file manager
Exec=gksudo "nautilus --browser %U"
Icon=file-manager
Terminal=false
Type=Application
Categories=Application;System;
//我喜欢用root用户进入文件夹编辑,不喜欢有任何限制。
  • 1
  • 2
  • 下一页
【内容导航】
第1页:Ubuntu 7.04的使用技巧笔记 第2页:Ubuntu 7.04的使用技巧笔记

相关内容