Linux
1 Overview WSL is a Windows subsystem for Linux that allows developers to run the GNU/Linux environment as is - including most command-line tools, utilities, and applications - without incurring traditional virtual machine or dual boot setup overhead. WSL is divided into two versions, one is WSUTF-8...
Posted by damanic on Mon, 04 Oct 2021 05:42:19 +0530
1, Socket socket In network programming, socket is a network programming interface and a special file descriptor, which is used to realize the communication between applications on different hosts. 2, Socket classification 1. Socket_stream Stream sockets are used to provide connection oriented UTF-8...
Posted by MaxBodine on Mon, 04 Oct 2021 08:31:10 +0530
Written in front: homemade operating system Gos Chapter 2 Chapter 4: the main content is how to manipulate peripherals and hard disks About the principle of hard disk Linux -- file system and related operation commands In fact, it has been briefly mentioned, so I won't repeat it here. In the lUTF-8...
Posted by invinate on Mon, 04 Oct 2021 23:32:04 +0530
1, Environmental preparation We are here to test and learn locally, so I don't suggest you to buy a server in such a hurry. It's more expensive. After we learn these basics well, we can start the server. It will be easy to catch. Local learning tools: virtual machines If you don't have the tooUTF-8...
Posted by sanchan on Tue, 05 Oct 2021 00:02:20 +0530
Pod status Phase I: Pending: #The Pod is being created, but all the containers in the Pod have not been created. The Pod in this state should check whether the storage that the Pod depends on has permission to mount, whether the image can be downloaded, and whether the scheduling is normal. FaiUTF-8...
Posted by God of Ikiliki on Tue, 05 Oct 2021 08:01:47 +0530
Virtual Machine Network Bridge connection: Linux can travel with other systems, but can cause IP conflictsNAT mode: Network address translation: Linux can access the external network without causing IP conflictsHost mode: Your Linux is a stand-alone host and cannot access the external network.UTF-8...
Posted by zeeshan_haider000 on Tue, 05 Oct 2021 22:24:14 +0530
1. Significance of the existence of users and user groups Significance of User Existence Each file in the system is owned by a specific user, and access to files and directories is restricted by the user. Without access to files and directories in the user system, access to the files and directUTF-8...
Posted by Anidazen on Tue, 05 Oct 2021 22:39:32 +0530
catalogue 1, DHCP overview 1.1 general 1.2 working principle of DHCP 2, DHCP experiment configuration 2.1 experimental configuration 2.2 modify network card mode 2.3 Windows authentication 3, Summary 1, DHCP overview 1.1 general DHCP (Dynamic Host Configuration Protocol) is a LAN network protocUTF-8...
Posted by DasHaas on Wed, 06 Oct 2021 01:05:51 +0530
If the program we write runs only one instance and only one thread on the Linux platform, basically we don't need to care about this problem. open files, read and write files, everything will happen step by step, and there will be no problem. But this is not reality after all. The reality is tUTF-8...
Posted by Michdd on Wed, 06 Oct 2021 03:30:55 +0530
1: CPU utilization Can refer to Commands for viewing CPU utilization in linux system Common commands: top top command is a commonly used performance analysis tool under Linux. It can display the resource occupation of each process in the system in real time, similar to the task manager of WindoUTF-8...
Posted by badviking on Thu, 07 Oct 2021 05:41:08 +0530