歡迎您光臨本站 註冊首頁

《我的ubuntu跑車》(不斷更新中。。)

←手機掃碼閱讀     火星人 @ 2014-03-22 , reply:0

-------------------------------------------------------------------------本性幽暗 《我的ubuntu跑車》--------------------------------------------------------------

《我的ubuntu跑車》(不斷更新中。。)



有人說玩linux就是給你一大堆零件,你的任務把它組裝成一輛法拉利。為了把ubuntu打造成一輛超級跑車,本文介紹安裝系統沒有事先安裝的軟體,基於ubuntu9.04.安裝好ubuntu后,進入桌面,開始我的烏邦圖之旅。有必要說明一下我的配置如下:1G內存,N卡7300,160G西數硬碟,主板為技嘉M56,17寸純平,機箱內兩風扇日夜奮戰,外加USB小風扇為我送來夏日清爽,外置20塊買來的垃圾揚聲器。。開工吧


1.聯網
要知道這個問題不能解決下面的都無法進行,ok!

校園網的同學可以複製下面代碼:
(用drcom的童鞋注意啦)
------------------------我是純潔的分割線,不要複製我---------------------------------------------



Dr.com Weblogin







Account :

Password:











------------------------我是純潔的分割線,不要複製我---------------------------------------------

複製下來.保存為.html的文件就可以了 注意:AAA.BB.CCC.DDD 是你獲得的校園網伺服器ip

另外,你也可以關注一下Drcom-Client 開源項目

http://www.drcom-client.org/zh_CN/



2.換源
改163的源(你認為哪個快就用哪個,我的163比較快)
打開強大的終端吧
代碼:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup (這個備份系統默認的源)
sudo gedit /etc/apt/sources.list (編輯源,清除所有的源,複製下列的源進去)

把下邊的源列表增到/etc/apt/sources.list

#網易163更新伺服器:
deb http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse


保存,然後
sudo apt-get update

3.中文環境
點 語言支持 安裝中文 即可
或打開終端,輸入
代碼:
sudo apt-get install language-support-zh


4.輔助工具 ubuntu tweak
代碼:
sudo apt-get install tweak

5.安裝 網路收音機Stream Directory Browser
代碼:
sudo apt-get install streamtuner streamripper
安裝好選"首選項"將輸出audacious 改為 totem
另外可以去上網下載hinedo 聽台灣的電台 有.deb包,很方便

6.安裝 網路電視 qsopcast sp-sc mplayer gmlive 解碼器w32codecs (都可以找到.deb)
參考:
http://www.sopcast.cn/cn/download/
http://code.google.com/p/sopcast-player/

7.安裝 視頻播放器 mplayer smplayer realplayer totem miro vlc(傳說中的萬能播放器)
音頻播放器 decibel rhythmbox last.fm
安裝后要做的事 尋找歌詞插件ShowLyric 解決亂碼 在論壇上有具體的解決方法
代碼:
sudo apt-get install totem-xine totem-mozilla mplayer smplayer realplayer vlc
sudo apt-get install w32codecs gcc-3.3-base libstdc++5

rhythmbox,需要額外安裝gstreamer的mp3解碼器才能播放mp3音樂。
代碼:
sudo apt-get install gstreamer0.10-fluendo-mp3

Handbrake
這個軟體,是和VLC播放器,一起配合使用的,它是用來從DVD光碟裡面,提取dvd視頻,並保存為一個視頻文件用的。確切點說,就是 DVD視頻的轉碼器
下載地址:
http://handbrake.fr/?article=download

音頻編輯軟體audacity
代碼:
sudo apt-get install audacity

視頻編輯軟體subtitleeditor
代碼:
sudo apt-get install subtitleeditor


8.安裝瀏覽器firefox chromiu opera
注意ff要安裝flash插件,還有視頻時有亂碼,在網上搜索一下就可以獲得解決的辦法
同時搜一下 ff常用的插件 可得到很多東東
給Firefox安裝Flashplayer。
代碼:
sudo apt-get install flashplugin-nonfree
sudo update-flashplugin
或者打開網頁:
http://get.adobe.com/flashplayer/
下載安裝:adobe flash player
放到文件夾cc內
代碼:
cd /aa/bb/cc
tar -zxvf install_flash_player_10_linux.tar.gz
cd install_flash_player_10_linux/
./flashplayer-installer

遇到提示就按y

Ubuntu-Firefox中Flash播放器亂碼問題
分兩步:
(1)備份49-sansserif.conf這個字體配置文件
sudo cp /etc/fonts/conf.d/49-sansserif.conf /etc/fonts/conf.d/49-sansserif.conf.bak
(2)刪除49-sansserif.conf文件做完后重啟firefox就可以了。
sudo rm /etc/fonts/conf.d/49-sansserif.conf
重新啟動,在打開就好了,Goolge音樂搜索中個歌曲名字就不是亂碼了。

9.安裝輸入法 fcitx輸入法 ibus輸入框架以及ibus-pinyin輸入法 sun-pinyin輸入法 。不建議使用scim,問題多多。推薦安裝fcitx,輕量,快速
參考:
http://code.google.com/p/fcitx/
http://forum.ubuntu.org.cn/viewt ... ecb6ba920fc2af03e5d

安裝 fcitx
sudo apt-get install im-switch fcitx
安裝后在終端輸入,默認系統輸入法為fcitx
sudo im-switch -a fcitx
丫的,我直接卸了scim,然後裝fcitx
sudo apt-get autoremove scim
sudo apt-get install im-switch fcitx
可能安裝後用不了,出現方框,看不見字,解決方法如下:
1. 打開終端,輸入 fc-list 查看所有的字體 找到任意一個中文的,如:
文鼎PL簡報宋,AR PL SungtiL GB:style=Regular
2. 再找到~/.fcitx/config文件, 即在終端輸入 gedit ~/.fcitx/config 打開一看,「顯示字體(中)=*」。原因就出在這裡,這表示使用預設字體,你將設置為」顯示字體(中)=AR PL SungtiL GB「
3. 你重啟就好了。。

安裝 ibus輸入框架以及ibus-pinyin輸入法,其特點是,比較穩定,就是他媽的反應慢死了。這好比有人說你比較老實,但是大哥你是個好人那樣。
代碼:
sudo apt-get install ibus ibus-pinyin ibus-table
安裝后
sudo im-switch -c
選擇ibus
ok!

安裝sun-pinyin (要在scim框架下實現,目前本人在用,很爽!)
地址:
http://www.opensolaris.org/os/project/input-method/
具體的安裝參考
http://blog.eshangrao.com/2008/08/25/555/




10.安裝聊天溝通軟體 QQ skype pidgin amsn 飛信(liunx fetion)
代碼:
sudo apt-get install amsn skype
另外不推薦使用eva,lumaqq,原因是更新慢或已經停止開發了,還是用騰訊的linuxqq吧
飛信可以到這裡下:
http://www.libfetion.cn/Linux_demoapp_download.html

11.安裝下載軟體 gwget axel curl aria2 wget kget amule multiget azureus benliud
代碼:
sudo apt-get install gwget axel curl aria2 wget kget amule multiget azureus
(話說無須裝那麼多,特別注意軟體參數的設置,這個很有用)

12.安裝辦公學習軟體
xmind(傳說中的思維導圖,可以去官方網下,要註冊,但很簡單)
myword(傳說中的免費背單詞軟體,百度搜,哦,安裝包有三個,一個是發聲的)
另外可以關心一下WordJoy http://code.google.com/p/wordjoy/
stardict(傳說中的星際譯王,配合dict.cn,iciba,所向無敵)
xdict (英漢詞典)
osmo(輕量級的個人日程安排軟體)
quicklist(如果要做list,就需要這個啦)
gshutdown(定時關機軟體)
gnome-schedule (時間管理)
rainlendar(桌面日曆)
gnugash (賬目管理)
http://www.rainlendar.net/cms/in ... _download&Itemid=30
安裝星際譯王后,可以去http://stardict.sourceforge.net/ 下載你需要的詞典下載后,放到主程序所在的文件夾的dic目錄下就可以了,一般是在這裡:/usr/share/stardict/dic。
代碼:
sudo apt-get install stardict xdict osmo quicklist gshutdown gnome-schedule gnugash

13.閱讀看圖軟體
看chm文件 chmsee gnochm
看pdf文件 adobe reader(這個比較大,官方有.deb包,但是閱讀效果最好)
代碼:
sudo apt-get install chmsee gnochm acroread

14.虛擬類
wine virtualbox 去官方下最新的.deb包,不要編譯
哦,wine 可以玩紅色警戒等一大堆單機遊戲,去網吧拷回來放到Program Files就可以啦,當然問題比你想像的多,參考"wine攻略",百度一搜一大片.virtualbox可以裝個xp或win7玩玩,內存1G吧,這樣順暢點.


15.google產品
分別安裝

桌面搜索 瀏覽器chrom 谷歌地球 Picasa 還有一些小工具 傻瓜包花點時間也能找到

強行插入廣告 強烈現推薦prism
介紹在
http://linuxtoy.org/archives/prism-now-available-on-linux.html
代碼:
sudo apt-get install prism prism-google-docs prism-google-talk prism-facebook prism-google-groups prismstumbler prism-google-analytics prism-google-mail prism-twitter prism-google-calendar prism-google-reader
整合了google一些在線程序,無須打開瀏覽器,查看你的internet,看見了吧,很爽吧

15.Adobe產品
AdobeAIR AdobeFLASH 必裝,官網有下.
安裝AdobeAIR還可以裝個愛飯,玩玩飯否 ,當然也可以玩推特twhirl ,呵呵, 自己去搜一下AdobeAIR應用軟體,基本都是在線安裝,很簡單。
參考:
http://publish.it168.com/2008/0813/20080813001901.shtml


16.遊戲
推薦nexuiz assaultcube paintown
http://paintown.sourceforge.net/
剩下的去http://www.getdeb.net/和互聯網尋找

街機模擬器
代碼:
sudo apt-get install xmame-x xmame-sdl xmame-svga xmame-gl
如果嫌屏幕太小,屏幕變為原來的2倍的方法是:
xmame kof97 -s 2 -fullscreen (我玩的是拳王97,即kof97)
詳細的請參考:
http://hi.baidu.com/ubuntufan/bl ... 7f951a962b435b.html
(更深入的自己探索,發揮自己的主觀能折騰性)

17.解壓壓縮
代碼:
sudo apt-get install rar unrar p7zip

18.lamp
代碼:
sudo apt-get install apache2 libapache2-mod-security libapache2-mod-php5 php5 mysql-server php5-mysql php5-gd
(自己找找資料吧)

19.開啟3d效果,安裝主題,美化
代碼:
sudo apt-get install compiz fusion-icon emerald epidermis

安裝自己喜歡的主題
你可以下載這個 : zegeblog-themes.zip
這裡面有壁紙,主題,還有登錄窗口。
設置登錄窗口要把themes文件夾里的主題拷貝到/usr/share/gdm/themes里。
這是官方的安裝方法
添加源
sudo gedit /etc/apt/sources.list
Ubuntu 9.04 Jaunty 用戶

* deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
* deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
Ubuntu 8.10 Intrpid用戶

* deb http://ppa.launchpad.net/bisigi/ppa/ubuntu intrepid main

* deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu intrepid main
添加公鑰

* sudo apt-key adv ?recv-keys ?keyserver keyserver.ubuntu.com 1781bd45c4c3275a34bb6aec6e871c4a881574de
更新

* sudo aptitude update
建議全部安裝

* sudo aptitude install zgegblog-themes

也可以只裝一個

* sudo aptitude install showtime-theme
* sudo aptitude install balanzan-theme
* sudo aptitude install infinity-theme (我安裝的是這個)
* sudo aptitude install wild-shine-theme
* sudo aptitude install exotic-theme
* sudo aptitude install tropical-theme
* sudo aptitude install bamboo-zen-theme
* sudo aptitude install ubuntu-sunrise-theme
* sudo aptitude install aquadreams-theme

原文地址:http://www.ubuntugeek.com/nice-u ... intrepid-users.html


更換為透明的終端
代碼:
sudo apt-get install tilda yakuake

具體的自己摸摸。。

另外,還有更多美化的內容,我就不寫了,網上一大堆。美與不美,這個實在是很虛的東西。

20.把系統安裝到usb設備里
代碼:
sudo apt-get install unetbootin

21.磁碟分區具GParted
代碼:
sudo apt-get install gparted

22.桌面搜索工具Beagle
代碼:
sudo apt-get install beagle


23.安全
1)防火牆gufw
sudo apt-get istall gufw
2)殺毒
推薦,avast,去官網找.deb



最後
進行系統的升級
代碼:
sudo apt-get update (更新源)
sudo apt-get dist-upgrade (更新系統)

清除緩存
代碼:
sudo apt-get clean
刪除沒用的孤立文件
代碼:
sudo apt-get autoremove


另外的,一些常見的問題解決辦法

(1)Ubuntu解壓縮 xxx.tar.bz2,.tar.gz

解壓縮 xxx.tar.gz
tar -zxvf xxx.tar.gz
解壓縮 xxx.tar.bz2
tar -jxvf xxx.tar.bz2
壓縮aaa bbb目錄為xxx.tar.gz
tar -zcvf xxx.tar.gz aaa bbb
壓縮aaa bbb目錄為xxx.tar.bz2
tar -jcvf xxx.tar.bz2 aaa bbb

(2)在ubuntu下安裝*.sh和*.bin兩種軟體包的方法

*.sh文件安裝方法:
運行終端到文件目錄下
1.在終端輸入:sudo sh *.sh直接運行
2.在終端輸入:sudo chmod +x *.sh
再輸入:sudo ./*.sh可安裝到任意目錄,./*.sh可安裝到當前用戶有許可權的目錄
*.bin文件安裝方法:
運行終端到文件目錄下
在終端輸入:sudo chmod +x *.bin
再輸入:sudo ./*.bin可安裝到任意目錄,./*.bin可安裝到當前用戶有許可權的目錄

(3)解決播放器中歌曲名稱亂碼問題:

1)安裝「Mutagen」:
代碼:
sudo apt-get install python-mutagen

2)轉換當前目錄下的所有 mp3 (包括子目錄):
代碼:
find . -iname "*.mp3" -execdir mid3iconv -e gbk {} \;
這樣在打開播放器歌名就恢復正常顯示了

(4)解決公鑰錯誤的辦法

如,提示缺少的key是:
NO_PUBKEY 033431536A423791
記住后八位 6A423791
打開終端輸入命令:
gpg --keyserver wwwkeys.pgp.net --recv 6A423791
此命令是獲得從公鑰伺服器獲得公鑰
獲得公鑰后告訴 apt-get
gpg --export --armor 6A423791 | sudo apt-key add -
然後sudo apt-get update,ok

(5)在英文環境里,用默認的gedit雙擊打開.txt文檔是亂碼
解決辦法:
終端輸入:gconf-editor依次打 開;apps-->gedit2-->preferences-->encodings雙擊右邊的 「auto_detected"-->"add"-->輸入:gb18030-->OK-->點UP把它移動到最上邊 -->OK.

(6)幾個常用軟體下載地址
http://www.libfetion.cn/Linux_demoapp_download.html 飛信
http://www.operachina.com/linux/ opera瀏覽器
http://mirrors.foxitsoftware.com ... ader_1.0-1_i386.deb Foxit Reader
http://earth.google.com/download-earth.html google earth
http://im.qq.com/qq/linux/download.shtml qq
http://ubuntu-tweak.com/downloads tweak
http://www.real.com/linux realplayer 11
http://www.linuxfans.org/cms/?ac ... oftware-itemid-4736 linux版金山詞霸
http://www.ylmf.net/read.php?tid=1352508 Ylmf linux v1.0 (基於 Fedora11 版本)

(7)更多的技巧
Ubuntu 命令技巧
http://wiki.ubuntu.org.cn/UbuntuSkills





註:參考的資料均來自互聯網。

-------------------------------------------------------------------------本性幽暗 《我的ubuntu跑車》--------------------------------------------------------------

[火星人 ] 《我的ubuntu跑車》(不斷更新中。。)已經有884次圍觀

http://coctec.com/docs/linux/show-post-107585.html