0

Ubuntu 安裝筆記

Ubuntu UserDocumentation

螢幕解析度設定

sudo gedit /etc/X11/xorg.conf
Section "Monitor"
        ...
        HorizSync    60.0 - 60.0
        VertRefresh  60.0 - 60.0
        ...
EndSection


Section "Screen"
        ...
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768@60"
#               Modes    "1024x768" "800x600"
        EndSubSection
EndSection

設定網路

設定網卡(ADSL):

sudo gedit /etc/network/interfaces
auto lo
iface lo inet loopback


auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up mtu 1492 # line maintained by pppoeconf
provider dsl-provider

auto eth0
iface eth0 inet static
address 192.168.2.4
netmask 255.255.255.0
gateway 192.168.2.1
mtu 1492

設定 ADSL:

sudo pppoeconfig

防火牆:

sudo aptitude install firestarter

設定音效卡

http://ubuntuforums.org/showthread.php?t=789578

Specifying a preferred card with asoundconf

asoundconf list

lists your available sound cards, then

 asoundconf set-default-card NameOfCard

will create or make changes to ~/.asoundrc

設定佈景主題

Gartoon Redux Dogmastik
cd /usr/share/themes
cd /usr/share/icons

設定影片、特殊格式編碼

RestrictedFormats Medibuntu

設定由 mplayer 產生影片縮圖

Mplayer-video-thumb

Firefox 設定

sudo apt-get install sun-java5-jre sun-java5-plugin sun-java5-fonts

安裝 VirtualBox

VirtualBox

安裝 Miro

Miro

設定語言

設定字型

使用管理員權限,將字型檔複製到"/usr/share/fonts/truetype"中(建議自己新增一個子目錄),然後執行"sudo fc-cache -f -v"即可。

sudo aptitude install stardict vim-gnome p7zip-full p7zip-rar nautilus-gksu nautilus-open-terminal
sudo aptitude install smplayer isomaster screenlets filezilla pcmanx-gtk2  vlc audacious
sudo aptitude install gnome-mplayer gparted build-essential scim-dev
sudo aptitude install easytag

Install Longman Dictionary of Contemporary

sudo apt-get install libgtk1.2
把兩張光碟內容複製到同一資料夾
cd /CD Folder/linux/
sh installation.sh
sudo apt-get install mozilla-mplayer
sudo apt-get remove totem-mozilla

Install Ubnutu Studio Apps

https://help.ubuntu.com/community/UbuntuStudio

AutoFsck

AutoFsck