Regarding Linux, its basic concepts should be familiar to you. The official definition: Linux is a set of Unix-like operating systems that are free to use and freely disseminated. It is a multi-user, multi-task, multi-threading and multi-CPU operating system based on POSIX and UNIX. It can run major UNIX software tools, applications and network contracts. It supports 32-bit and 64-bit hardware. Linux inherits the network-centric design philosophy of Unix and is a multi-user network operating system with stable performance.
Why use Linux? What is the value of Linux?
The main advantages of Linux are stability, freeness and good performance.
Stability, where is it demonstrated? We use PCs, not only in some special circumstances. If you use Linux, you can usually last for a month without restarting. If the operating system is Windows
Free, you should be aware of this. The Windows operating system is not free. For Internet companies, it is terrible to pay Windows protection fees. In comparison, using free Linux is a good choice.
In terms of performance, Linux has done a lot of optimizations. For example, Linux will cache the file directories and file contents of free video memory. If virtual video memory is not needed, it will not be used. However, Windows will definitely use virtual video memory, although the video memory is sufficient.
In terms of software, Linux has huge open source software support, web servers, cache servers, database servers Check out the linux 64-bit system , those are free options and are stable and mature products.
But I think Linux seems to be really strong in the server field, but there are also certain shortcomings in the Linux operating system interface. On personal laptops, the graphical interface is not friendly enough, but there is no specific manufacturer support, while Windows has good users experience.
Linux is a toolView linux 64-bit system It is more like a belief. It is the original intention of many people to truly embark on the road of learning Linux and become a real Linuxer on the road.
I have been learning Linux for a while. During this process, I bumped into the Linux operating system interface, encountered problems, and solved some problems. The road to learning is bumpy. I want to summarize something to make me learn Linux just now. won't be intimidated. Below I will share 16 online tools that are very useful for Linuxers. I hope it can help some beginners and colleagues who have doubts!
1.Command explanation
For Linux users, they write various commands and scripts every day, so you can use this website tool to see how the commands work. This can prevent necessary errors and is also a good way to learn commands. .
2. Practice using VIM through RPG games
Practice the use of the VIM editor through RPG games. Use h, j, k, l characters to connect characters to obtain new command abilities and collect keys. To view the help, you can use: help; I feel this is particularly cool!
3. Practice software shortcut keys
is a good place to practice shortcut keys, including quick usage methods and friendly instructions for vim, sublime, emacs, git and other software;
4.Free programming books
Collected free programming and system management books through Github management, and gave the author 1024 likes~~. The other link is the fork of the original author, and the English books will be reduced in the future.
5. Real-time text interactive chat
Let’s talk about the use first. You can create a document and fill in the relevant user name and select the language; you can then send the document address to another person, so that each other can hear each other’s input in real time, with highlighted sentences. type; usage scenarios, for example, through collabedit, you can delve into the other party’s programming capabilities, etc.;
6. Online compilation and running sharing C++ code editor
You can edit and run C++ code online, or you can use Ctrl+Z to generate a URL and share it with friends;
7. Browser running virtual machine
Another particularly crazy tool, you can run a virtual machine online. You can choose to download the virtual machine image or upload your own iso;
copy.sh runs the virtual machine source code online:;
8. Command or record website
Everyone who does operation and maintenance should know this website. You can share your own CLI library and learn from other people's command scripts
9. Detailed information about Linux distributions
In addition to accurately checking the popular Linux distributions on the Internet, Distrowath can also check the relevant information of each distribution, such as the default desktop environment, default applications and mirror download links; it can be called a Linux database.
10. View command help online
It is equivalent to the comprehensive man, help, info, etc. within the system;
11. Software search engine suitable for Linux environment
If there is a software that is easy to use under win and you want to use it under Linux, it seems that you can find similar or identical software through AwesomeCow, or through WINE;
12.Linux Fun Games Collection
13. View the kernel code and differences between different versions online
It seems to be of great help to kernel developers
Summarize:
Start using Linux now, there is no need to worry, especially if you are a college programmer. When you graduate and work, you may not have such free time and opportunities for you to toss. Being able to learn Linux well will probably be one of the best things that happens to you in college.
The above is the detailed content of Get to know Linux: a free, stable and high-performance operating system. For more information, please follow other related articles on the PHP Chinese website!