Install Ubuntu Server with Chinese Support
时间:2010-12-14 来源:china_shixc
Install Ubuntu Server Chinese Support
1. sudo vim /etc/environment
LANG=”zh_CN.UTF-8″
LANGUAGE=”zh_CN:zh:en_US:en”
2. sudo shutdown -r now
# Install x-window basis
3. sudo apt-get install x-window-system-core
# Install login manager control
4. sudo apt-get install gdm
# install GNOME basis
5. sudo apt-get install gnome-core
6. sudo shutdown -r now
# Install firefox
7. sudo apt-get install firefox firefox-branding firefox-gnome-support
# Install ibus input method
8. sudo apt-get install ibus-pinyin
9. im-switch -c
Others:
# auto login
1. sudo apt-get install dmsetup
# install Ubuntu Studio
2. sudo apt-get install ubuntustudio-theme ubuntustudio-icon-theme ubuntustudio-gdm-theme ubuntustudio-wallpapers usplash-theme-ubuntustudio
# If do not like window system, could just add window manager
3. sudo apt-get install fluxbox/icewm/enlightenment/fvwm
# Install gnome/kde/xface basis
4. sudo apt-get install gnome-core/kde-core/xfce4
# Font
sudo rm /etc/fonts/conf.d/*
sudo dpkg-reconfigure fontconfig
sudo fontconfig-voodoo -f -s zh_CN
sudo aptitude reinstall fontconfig-config
1. sudo vim /etc/environment
LANG=”zh_CN.UTF-8″
LANGUAGE=”zh_CN:zh:en_US:en”
2. sudo shutdown -r now
# Install x-window basis
3. sudo apt-get install x-window-system-core
# Install login manager control
4. sudo apt-get install gdm
# install GNOME basis
5. sudo apt-get install gnome-core
6. sudo shutdown -r now
# Install firefox
7. sudo apt-get install firefox firefox-branding firefox-gnome-support
# Install ibus input method
8. sudo apt-get install ibus-pinyin
9. im-switch -c
Others:
# auto login
1. sudo apt-get install dmsetup
# install Ubuntu Studio
2. sudo apt-get install ubuntustudio-theme ubuntustudio-icon-theme ubuntustudio-gdm-theme ubuntustudio-wallpapers usplash-theme-ubuntustudio
# If do not like window system, could just add window manager
3. sudo apt-get install fluxbox/icewm/enlightenment/fvwm
# Install gnome/kde/xface basis
4. sudo apt-get install gnome-core/kde-core/xfce4
# Font
sudo rm /etc/fonts/conf.d/*
sudo dpkg-reconfigure fontconfig
sudo fontconfig-voodoo -f -s zh_CN
sudo aptitude reinstall fontconfig-config
相关阅读 更多 +