First, the installation of CentOS
Refer to the goose left Mark Neo's blog "Win7 installation of CentOS 6.5 dual system"
Http://blog.sina.com.cn/s/blog_86e874d30101e3d8.html
This writing is very attentive, but some of the details are more critical than mentioned.
A few comments:
- The image file for CentOS is stored in the new partition root directory, it is recommended that the primary partition, the logical partition may appear during the installation process can not create Linux partition. P.S Partition size 5~10g,32 bit system is FAT32 format, 64 bits is ex4.
- Create a new partition and delete the partition when you are finished. P.S size According to individual needs, mine is 50G.
- The recommended choice of system language is English, when you access the file path in Chinese, and the terminal cannot switch input method to Hanyu Pinyin.
- After the installation is complete, back to the Windows system add Startup item, the partition where the image file is located is not recommended to delete, the main reason partition is deleted or hidden after the drive letter changes, and the boot entry record of the drive letter did not follow the changes caused by the Linux system can not boot .
- PC recommends choosing Desktop, if no need to recommend minimal installation, thin system needs to go online to find the corresponding kernel version of the software.
/***********************************************************************************
Stay in the pit to fill, wash and sleep ~ ~ ~
***********************************************************************************/
Second, offline installation tools
The system does not have the default installation of GCC, g++, GDB, CMake, make and other tools, if you have no network cable around, and want to use the tool immediately, I hope it will help you.
/***********************************************************************************
Stay in the pit to fill, wash and sleep ~ ~ ~
***********************************************************************************/
Installation of CentOS and offline installation of GCC, g++, CMake, make and other tools under Windows