Pre-Job 3 Linux installation and learning to install virtual machines
Before the Win7 system through the EASYBCD installed Ubuntu virtual machine, this reading "Based on VirtualBox virtual machine installation Ubuntu Graphics Tutorial" and learned a new method.
- Linux Learning Core I think that is to understand the Linux operating system and we know the difference between the Windows system, understand the FHS standard: FHS defines the two layer specification, the first layer is,/below the directory should be put what file data, such as/etc should be placed in the settings file,/bin and/ Sbin should place executable files and so on. The second tier is defined for sub-directories of the/USR and/var directories. For example,/var/log places system login files,/usr/share places shared data, and so on.
Only by learning these, can you understand the abstract concepts of Linux command mode and mount
- Linux Command learning:, the Blog Park in the course is more comprehensive, but in fact, the use of the process will find that the actual operation to grasp the understanding. The course simply explains the general usage of the main commands, and in fact we will need to apply more [option] parameters even if we just use these main commands. Command line Learning There is no shortcut, only through the practice, using the network to find or use the man and other help command or use cheat, such as a further study, the teacher led the door, practice on the individual . And I think the delicate linux command line, and our Windows CMD and so the most different more body now the use of regular expressions and pipelines, making the command extremely flexible and practical. And the importance of practice is the most intuitive embodiment is in the current study, the beginning often in the use of the command some vague impression, but not sure, the need to rely on tab completion or note or man and other help commands can be determined, but multiple occurrences of the command gradually can not rely on external forces can be independent implementation.
- Linux individual learning problems and problems: a. For Linux only in the experimental building according to the tutorial did some experiments and work, for some of the more abstract image of the backup mount, etc., not understanding. For the importance of the log and the role of a certain understanding, but for specific when to use, how to use it to solve the problem of computer, the specific use of the relevant commands are not a special understanding. B. The regular expression and other commands in the objective has not been able to skillfully use, but believe in the learning process of conscious training, false in time can be more understanding, flexible use.
Additional benefits: Vim is very useful and convenient, some prior contact but not much knowledge, in the course of learning Linux due to the needs of the curriculum, more in-depth study of the relevant methods of operation, a lot of harvest.
In the learning process, due to personal note habits, Linux and Vim learning specific notes are recorded in the notebook, no electronic, not in detail in this blog. This blog more is I after the completion of the course of the summary and reflection, I hope in the future with a summary of the experience and solve the temporary doubts of the goal, to carry out more in-depth study.
20165310 preparatory work 3 Linux installation and learning