LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1105|回复: 0

Deploy ubuntu eee(now Easy Peasy) on eee pc

[复制链接]
发表于 2009-1-9 10:55:18 | 显示全部楼层 |阅读模式
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
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表