Suddenly, from the Windows world to the Linux World, it may be a little uncomfortable at the beginning. Slowly, you may find that Linux is profound and profound, and most importantly, many things in the Linux World are free license, next, let's list two or three things you need or must know in the Linux World.
- Unix-likeIt is called a Unix-like system. It mainly refers to a variety of Linux systems.
- VI/Vim: It is a plain text processing software preinstalled on UNIX like machines. Similar to notepad of windows, VIM is an upgraded version of Vi = VI improved
- SSH: Secure Shell, Secure Shell, similar to telnet in windows, is mainly used to Securely connect to Linux systems from Windows systems, including SSH1 and SSH2 protocols. The main tools include securecrt and OpenSSH.
- GNU/Linux/gnome/BSD: It can be said that it is a UNIX-like system. The goal of this project is to build a free OS. For the free Linux operating system, the entire process should be GNU/Linux, among them, Linux is just a kernel, which is part of the GNU project, and another similar project is BSD. Gnome is a graphical interface in the GNU project to attract non-expert GNU/Linux users. For more information about GNU/Linux, see http://www.gnu.org/gnu/linux-and-gnu.zh-cn.html
- Constantly improving ......