歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> Centos6 Installation

Centos6 Installation

日期:2017/3/1 13:57:58   编辑:關於Linux
Centos6 Installation 1. the FileManager(Nautilus) showup without sidebar by default. you can change by follows: Edit -> Preference -> Behavior -> Alway open in browser windows. 2.move those Desktop/Documents/Downloads/... directory to temp. #vi .config/user-dirs.dirs only the Desktop is needed. 3. change hostname #vi /etc/sysconfig/network #hostname newhostname 4.move bootloader partiction to /dev/sda7(mount on /data) #cp -r /boot/grub /data #grup grup> root (hd0,6) grup> setup (hd0) grup> quit 5. add RMPforge repository. wget rmpforge-release.rpm #rpm -i rmpforge-release.rpm update yum cache #yum makecache install fuse-ntfs-3g to handle ntfs filesystem #yum install fuse-ntfs-3g install bash-completion #yum install bash-completion 5. Chrome is now not suitable for centos(because gnome3?) we change to use chromium: add chromium repository [chromium-el6] name=CentOS-$releasever - Chromium EL6 baseurl=http://people.centos.org/hughesjr/chromium/6/$basearch/ gpgcheck=1 enabled=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-Testing-6 #yum makecache ; yum install chromium 6.ibus for wubi input #yum install ibus ibus-table-wubi config ibus to startup when system is startup. System -> Input Method 7. config env ~/.vimrc ~/.gitconfig ~/.bashrc ~/.bash_profile 8. fonts
Copyright © Linux教程網 All Rights Reserved