Recently, after studying centos and installing centos6.5final, I found that the system was not easy enough. I made some operations to make the system more convenient for normal use. I am a newbie. If there are any mistakes in this article, I hope you can point them out.
Question 1: After the system is installed, it is only displayed in English.
A: The Chinese Language Pack has been installed by default in the system installation package. You only need to change the language at the bottom of the User Logon interface. If the KDE and gonme desktops are installed by default, you can also modify the settings on the logon page.
Problem 2: The system does not have a Chinese input method.
A: Enter sudo Yum install "@ Chinese support" on the terminal ". After the operation is completed, return to the desktop, choose system> preference> input method, and select enable input method. Click the preferred input method, go to the input method tab in ibus settings, and add your favorite Chinese input methods.
Problem 3: The system cannot mount a mobile hard drive with NTFS partitions.
A: Install rpmforge first. Rpmforge is the most secure and stable software warehouse recognized by the centos community. It has more than 4000 centos software packages, which are usually included.
Go to http://pkgs.repoforge.org/rpmforge-release/”to download the rpmforgecorresponding to centos. After downloading the RPM package, you can click Install directly or use the command line to install it. Use the yum install fuse-ntfs-3g after installation is complete. After completing the above operations, the system will be able to automatically identify the mobile hard drive mounted to the NTFS partition.
We recommend that you install smplayer. Smplayer is a powerful audio and video player that supports most video and audio files. Smplayer does not exist in the built-in centos source. After rpmforge is installed, you can install smplayer in Yum install on the command line.
Several Problems and Solutions after centos6.5final Installation