My understanding of Linux

September 23, 2023, Saturday evening


Linux is mainly used to deploy various services, such as database services, web services, javaweb services, servlet services, etc.

Various service programs can be written using Linux APIs, third-party libraries, etc.

All in all, Linux is used to provide services.


Linux can deploy a variety of ready-made services, such as Apache, vsftpd, Samba, etc.

Linux can also deploy services written by itself.


Learn Linux,

Learn how to deploy ready-made services and how to use these ready-made services;

To learn how to write services, you can start with the simplest web server.


Learning how to write services is just as important as learning how to use ready-made services


Guess you like

Origin blog.csdn.net/m0_61629312/article/details/133215502