search
HomeBackend DevelopmentPHP TutorialSome suggestions for starting to learn Linux


Recommended reader range
Those with development experience.
Scientific staff (by its Numrical).
Strong hands-on skills.
I’m just curious. If you’ve only scratched the surface of Linux, I don’t recommend reading further.
Have a correct learning attitude
Linux is not equal to a hacker (or Cracker).
Of course, it is well known that many "hacking tools" are on the Linux platform. I have helped many Linux novices find that they all end up in the same direction like Aircrack-ng.
But what they don’t know is:
Linux is just a tool. A tool is not an end, but a means. this point is very important.
Linux can quickly achieve your needs. Because it is a professional level tool.
Tools have their own pros and cons, and people cannot compare.
Understand QQ group correctly.
There are too many divers
There are almost no serious people who help others. There will not be more than 5 active and willing experts among a thousand people.
In addition, if you ask too many meaningless questions, nonsensical questions (questions that have no cause and effect, and are asked without knowing what to do), all the experts will leave. Unwilling to answer.
Linux and Windows
There is no need to compare. I personally think that the current needs that the operating systems meet are different.
Use whichever one you are used to on your desktop. The two are not incompatible.
Which articles are necessary to read and which articles are not necessary?
Trash articles, discussing which one is good and which one is bad.
As soon as I read the article, it was just a note, not for others to read.
The PageRank of Baidu articles for non-hot search terms is really very bad.
About English
Manual is all in English
Everyone speaks English on the Mailing list and IRC
You need to use English when emailing to discuss with foreign experts.
Google search for key questions must be in English.
There’s no way to escape, so you have to use English.
You won’t learn English well if you don’t know English. It’s just that it may be a little slower and more difficult than people who know English.
Learning Linux is not just about installing the system. You need to learn what Linux is good at, rather than compare with Windows on its weak side, but the new Microsoft (DotNet open source, the new Windows 10 has been good for developers, and the CEO of technology...), and the Ubuntu branch The rising star Deepin Linux is sure to shine in the future. Although PC has been weak.
About development
If you want to work with Linux. So Linux and development are definitely not separate things.
It’s impossible for developers to know a little bit about Linux operation and maintenance, because they don’t know how to set up an environment and develop.
It is impossible for a good operation and maintenance to not understand development. The most appropriate example: operation and maintenance scripts. Server status data visualization (Gnuplot, although cacti is already available) and so on.
Release version
Since we are here to learn and solve problems around us. Then don’t think about whether it is good or not, but think about what is good and what is not. Give some relevant examples.
In terms of service, if you use Linux for traditional LAMP business and want a stable and long-term maintained version, then the RHEL (CentOS) series is more suitable for you.
Now is the era of Linux 3.0, which is in the stage of rapid version number (it is said that I will take off my socks and prepare to switch to 4.0 after 3.19), and all kinds of new features are blooming. Therefore, if you want to use newer features, please use a newer release version (Ubuntu, Fedora, etc.)
Objectively speaking, the choice of release version:
Choose the one with more users, because the community is huge and seeking The probability of getting help is relatively high. And there will be relatively few BUGs.
Choose according to the application. If it is routing, then choose OpenWRT. If it is Raspberry Pi, etc., there are many choices, but for stable operation, please choose the officially provided Image. It will be more convenient.
Recommended distribution version
Recommended LFS
Maybe many people will hold different opinions. However, if you use the CentOS 6 version of LFS and follow the tutorial strictly, the installation will be completed very easily.
Since it is so easy, why do I still recommend LFS as the learning version for learning Linux for the first time?
You will become familiar with many Linux commands during the installation process.
You will also become familiar with how Linux is organized and run. When you encounter problems, you won’t scratch your beard and eyebrows. Because it is indeed not a very simple small system.
You will have the opportunity to become familiar with various Linux modules and understand what is the Linux kernel, where is the Linux kernel, and where is Linux. It will bypass many pitfalls.
No matter which distribution version you choose: learning knowledge and better learning methods (learning methods, problem-solving methods, search methods, etc. are all beneficial).
Do you want a desktop?
It is recommended not to use the desktop.
If you are using Windows, it is recommended to use VirtualBox+headerLess to create a tray+Putty remote control.
If you are on a Mac, it is recommended to use the VBoxHeadless command line to run with Screen suspension.
Learn the configuration of Linux
Because it is not suitable to install Linux directly at the beginning of learning (if you are not a super enthusiast, it is more appropriate to choose virtual machine Linux, because now we have reached the cloud era)
Select single-core or dual-core for virtual machine configuration ( If your machine configuration is high, you can choose higher). If it is only for personal use, 512MB of memory is enough. It's already very big. Generally, streaking Linux uses less than 100MB of memory under normal circumstances.
How to ask questions
Please don’t ask questions easily, because every time you ask someone to help solve a problem, you not only take up other people’s time, but most importantly, you lose an important learning opportunity.
Don’t ask questions in the qq group easily, because there are many, many people in the qq group who only know how to install Linux and discuss Wine and Compiz issues, as well as ask some questions about QQ installation.
Please go to the Mailing List to see how others have asked questions. And you can see what kind of questions will have results and what kind of questions will be answered by many people.
Receive LAMP Brothers’ original PHP video tutorial CD/"Essential PHP in Details" for free. For details, please contact the official website customer service:
http://www.lampbrother.net
PHPCMSSecond Development http://yun.itxdl.cn/online/phpcms/index.php?u=5
WeChat development http://yun.itxdl.cn/online/weixin/index .php?u=5
Mobile Internet Server Side Development http://yun.itxdl.cn/online/server/index.php?u=5
JavascriptCourse http://yun.itxdl.cn/online/js/index.php?u=5
CTOTraining Camp http://yun.itxdl.cn/online/cto/ index.php?u=5



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
Working with Flash Session Data in LaravelWorking with Flash Session Data in LaravelMar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

Build a React App With a Laravel Back End: Part 2, ReactBuild a React App With a Laravel Back End: Part 2, ReactMar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Simplified HTTP Response Mocking in Laravel TestsSimplified HTTP Response Mocking in Laravel TestsMar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

cURL in PHP: How to Use the PHP cURL Extension in REST APIscURL in PHP: How to Use the PHP cURL Extension in REST APIsMar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

12 Best PHP Chat Scripts on CodeCanyon12 Best PHP Chat Scripts on CodeCanyonMar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Notifications in LaravelNotifications in LaravelMar 04, 2025 am 09:22 AM

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

Explain the concept of late static binding in PHP.Explain the concept of late static binding in PHP.Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP Logging: Best Practices for PHP Log AnalysisPHP Logging: Best Practices for PHP Log AnalysisMar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version