search
HomeBackend DevelopmentPHP TutorialHow to learn linux correctly, a must read for novices

How to learn linux correctly, a must read for novices

Jan 16, 2017 pm 01:28 PM
linuxLinux basicslinux learning

With the expansion of Linux applications, many friends have begun to come into contact with Linux. Based on their experience in learning Windows, they often feel confused: they don’t know where to start. Here are some suggestions for learning Linux.

1. Start with the basics: Some friends often ask questions in Linux forums, but most of them are very basic. For example: why when I use a command, the system tells me that the directory cannot be found, how do I restrict the user's permissions, etc. These problems are actually not difficult. As long as you understand the basics of Linux, you should be able to It is very easy to solve this problem. And some friends often want to build a website when they come into contact with Linux, and they never think of understanding the basics of Linux first. This is quite difficult.

2. Linux commands must be learned. Although Linux desktop applications are developing rapidly, commands still have strong vitality in Linux. Linux is an operating system composed of command lines. The essence lies in the command line. No matter how far the graphical interface develops, this principle will not change. Linux commands have many powerful functions: from simple disk operations, file access, to Production of complex multimedia images and streaming media files. To give an example: The commonly used command find in Linux, if you look at the man document, beginners will find it too complicated and not willing to use it, but once you learn it, you will not be able to put it down. Its function is really too powerful. When combined with exec parameters or redirected to the xargs command and grep command through pipes, it can complete very complex operations. If the same operation is completed with a graphical interface tool, it will probably cost more than ten minutes. time. Different versions of Linux have different numbers of commands. Here, the author divides the more important and most frequently used commands into several parts according to their functions in the system and introduces them to you. By learning these basic commands, we can further understand Linux. System: Installation and login commands: login, shutdown, halt, reboot, mount, umount, chsh File processing commands: file, mkdir, grep, dd, find, mv, ls, diff, cat, ln System management related commands: df, top, free, quota, at, lp, adduser, groupadd kill, crontab, tar, unzip, gunzip, last Network operation commands: ifconfig, ip, ping, netstat, telnet, ftp, route, rlogin rcp, finger, mail, nslookup System security related commands: passwd, su, umask, chgrp, chmod, chown, chattr, sudo, pswho

3. Choosing a good reference book is very important for learners. A reference book with misconceptions can lead a novice astray. At present, there are many domestic books about Linux, but not many high-quality ones. The author strongly recommends reading the photocopied version of "O" and the publisher also provides a very good road map:

4. Choose a Linux that suits you There are currently more than 100 Linux distributions in the world, and more than a dozen common versions can be found in China. How to choose depends on your needs and capabilities. Redhat Linux and Debian Linux are ideal choices for English network administrators. For those who are not very good readers, the Chinese versions of Hongqi Linux and Winning Linux are more suitable. Now some Linux websites have some free downloads of Linux versions. What I want to say here is that they are not suitable for Linux beginners. 5. Development. Working under the command line: You must develop the habit of working under the command line. You must know that X-window is just an application running in the command line mode. Although learning under the command line will be slow at first, you will get familiar with it. , your future learning path will be exponential. From a network administrator's perspective, the command line is actually the rule, it is always valid and flexible, even over a slow modem line. It can also control remote systems thousands of kilometers away.

6. Choose a Linux community that suits you; with the expansion of Linux applications, many Linux communities have emerged. Of course, the LUPA open source community www. lupaworld.com. There are also some excellent communities: www.linuxforum.NET (the highest level GNU site in China), http://www.chinaunix.Net/ (the largest Unix technology community in China), but these Forums are often a stage for Linux masters. If you post very basic questions in a forum that discusses advanced techniques, there will often be no results. There are also some very rich learning materials and community comprehensive sites, such as: www.xxlinux.com learning articles and materials. It is very sufficient, and there is also a community for everyone to communicate. Beginners can get a lot of help from some old linuxeden, linuxsir, linuxfans, etc.

7. Be diligent in practice: To increase your Linux skills, you can only achieve it through practice. So, quickly find a computer, quickly install a Linux distribution, and then enter the wonderful world of Linux. I believe that you will definitely gain a lot in your own Linux abilities. In addition, the human brain is not like a computer hard drive. Unless the hard drive is broken or the data is erased by you, the stored data will be stored in the hard drive forever and immediately. In the curve of human memory, you have to practice repeatedly before you can remember something familiarly. The same is true for learning Linux. If you can't learn often, you will learn the latter and forget the previous. After you become familiar with Linux commands, you can start building a small Linux network. This is the best practical method. Linux is synonymous with the Internet. Linux network service functions are very powerful, whether it is a mail server, Web server, DNS server, etc., they are all very complete. Of course you don’t need to build all services, you can take your time. It should be noted that this Linux network only requires two or three computers for beginners, and it is best to install Windows system on one of the computers. Do it yourself instead of waiting for others to solve your problems for you.

8. How to get online help Unlike private operating systems, the technical support time for each Linux distribution is shorter, which is often not enough for Linux beginners. In fact, when you install a complete Linux system, it already contains a powerful helper, but you may not have discovered and used their skills yet.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software