- Setup network: System -> Preferences -> Network connections or simply run the following command in terminal:
sudo nm-connection-editor
- Enable sudo without passwd:
sudo visudo
and append line:username ALL=(ALL) NOPASSWD:ALL
- Install and enable rpmforge repositories
- Install epel repositories and set their priorities
- Set up http proxy
- Configure printer:
sudo yum install system-config-printer sudo system-config-printer
or System -> Administration -> Printing- Configure Toshiba eStudio 4540C
- Install Oracle Java 7
- Install Skype
- Install Dropbox
- Install KeepassX
- Install VirtualBox
- Install unrar, p7zip and file-roller (unrar is to extract .rar archives, p7zip is to extract .7z archives and file-roller is the gui archive manager). You need to enable rpmforge repository(see step 3) to install these packages:
sudo yum install unrar p7zip file-roller
- Install openssh-server
- Install LibreOffice:
sudo yum install libreoffice-core libreoffice-writer libreoffice-impress libreoffice-calc
- Install gnome-screenshot:
sudo yum install gnome-utils -y
- Install Firefox addons: xmarks, lastpass
- Install flash plugin
- Install ibus and pinyin Chinese input method
- Install git
sudo yum install git
- Install FreeNX server
- Download and install NoMachine NX client
sudo rpm -Uvh http://web04.nomachine.com/download/3.5.0/Linux/nxclient-3.5.0-7.x86_64.rpm
- Download and install Ubuntu font:
cd ~/Downloads; wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip sudo mkdir /usr/share/fonts/ubuntu; cd /usr/share/ubuntu sudo unzip ~/Downloads/ubuntu-font-family-0.80.zip sudo mkfontdir; sudo mkfontscale; sudo fc-cache -fv
- Mount Window FAT32 partition:
sudo vi /etc/fstab
and add the line like below:/dev/sda5 /windows vfat rw,uid=500,gid=500,umask=077 0 0
then runsudo mount -a
- Mount NTFS partition
Search This Blog
CentOS 6.4 Installation Notes
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment