Learning Linux recently, the problems and some software configuration methods will be recorded for forgotten.
First, install 1, I installed Linux is Redhat's Enterprise Edition, there are still many other versions, suggesting that beginners install Fedora. 2. It is easier when installing Linux, and basically all the way is next to NEXT. 3. Maybe sometimes encounter some troubles during partitioning. The initiator can be used to use the automatic partition. Of course, you can also choose the manual partition. When the manual partition is recommended / boot (boot partition) to 100MB, / swap (swap partition) is twice the memory, / (root partition) is the rest available space. This is a relatively simple partition scheme, but not optimal. 4. The installation of Linux software can use the system recommended solution, or you can have a custom installation, and select the software to install according to your personal needs.
Second, common commands 1, LS display directory and files. A wide range of parameters, commonly used -L, can be used to display permissions for directory and files; -A, display the directory and files used (including hidden properties). 2, the CD enters the specified directory, the next parameter is a directory name. 3, CAT can be used to display the contents of the specified file, the next parameter is the file name. 4, CP is used to copy files, parameter 1 is the replication source, parameter 2 is the copy target, and divided by spaces. 5, MV is used to move files, the parameter is the same. 6, chmod changes the permissions of the directory and documents. The parameters of the permissions can be expressed with characters or numbers. (Such as w, -r, 775, 741, etc.)
Third, Chinese
Continued ...