歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 7.04的使用技巧筆記

Ubuntu 7.04的使用技巧筆記

日期:2017/2/28 17:43:31   编辑:Linux教程
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用戶進入文件夾編輯,不喜歡有任何限制。
Copyright © Linux教程網 All Rights Reserved