|
eeepc的安装和配置记录:
0 Install Ubuntu
use ext3 / for sda1
use ext3 /usr for sdb1
sda1高速sdd硬盘用来安装主区域,/usr主要用来存放只读内容,大部分的软件和库会被安装在/usr,读多写少。
完成安装以后
!!!Must DO AT FIRST!!!
1 sudo passwd root
首先配置root密码
2 add noatime option to ext3 filesystem
3 make ram filesystem
add in /etc/fstab
tmpfs /var/log tmpfs defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime 0 0
tmpfs /var/tmp tmpfs defaults,noatime 0 0
tmpfs /var/cache/apt/archives/ tmpfs defaults,noatime 0 0
4 make additional dir for apt
chmod u+x /etc/rc.local
add in /etc/rc.local
mkdir /var/cache/apt/archives/partial
5 disable elevator schedule
set /boot/grub/menu.lst
/boot/vmlinuz-2.6.24-19-generic root=UUID=090cbd4d-5696-4e8c-9aa5-f6e13d93f0bc ro quiet splash elevator=noop
6 install and config scim
add .xsession in HOME dir with +x
scim -d
export XMODIFIERS=@im=scim
export GTK_IM_MODULE=scim
gnome-session
7 xp fonts embedded
sudo mkdir /usr/share/fonts/xpfonts
cd /usr/share/fonts/xpfonts/
sudo mkfontscale
sudo mkfontdir
sudo fc-cache
选择的字体包括AdobeSongStd-Light.otf,ARIALUNI.TTF,msyh.ttf,msyhbd.ttf,simhei.ttf,simsun.ttc,wqy-zenhei.ttf
8 set super key to show desktop
From Home, select the Preferences menu, followed by Keyboard Shortcuts
Scroll down and click on Hide all windows and focus desktop (it's in the Windows Management section)
Press the Super button
9 Additional software install
- emacs full
- emms
- vim full
- acrobat reader
- stardic
- gimp
- unrar
- subversion
- cvs
- wget
- curl
- gnuplot
- r-base
- openssh-server
- vsftpd
- samba
- mplayer
- smplayer
- wireshark
- inkscape
- comix
10 mplayer codec install
from mplayer homepage, download copy content of "Linux x86 20071007" and "Windows x86 20071007" into /usr/local/lib/win32 |
|