Linux

Use scp to transfer files between Linux devices

Suppose you have a file that needs to be removed from the server, or you want to put it on the server. It would be a bit redundant to set up some form of FTP client, or configure a share to handle this small task

Centos7 upgrade kernel

Application background: I have recently contacted docker, which requires a higher kernel version. Even the default kernel version of centos7.x currently in use is 3.10.0-xxx, which just meets its minimum requirements.

TCPing port connection debugging tool

In general, the IP of our Ping server is only the delay obtained by the ICMP protocol transmission, and some IDCs will optimize the ICMP delay very well. In fact, it is exposed by testing with TCPing.

Basic operation of getting started with Vim

Vim is a popular lightweight and powerful text editor on Linux systems. I use Vim mainly for quick editing of small files, such as configuration files or script files, but it can of course be used for any text editing. This is a beginner’s guide, just scratching the surface of Vim

Linux nohup in detail

When we execute a command in Linux, it will create our process in the background and assign a unique process ID. This process can be ended in three ways: the assigned task is completed, you explicitly terminate the process, you log out, or in the case of SSH, the connection is disconnected and the session is terminated

CentOS7 Docker CE online installation

Docker CE supports the 64-bit version of CentOS 7, and requires the kernel version to be at least 3.10. CentOS 7 meets the minimum kernel requirements, but due to the relatively low kernel version, some functions (such as overlay2 storage layer driver) cannot be used, and some functions may not be stable