[Linux] Use pkill Command To Logout User
If we use ssh
command to connect to remote server, but did not log out normally (for example, suddenly disconnected), when we enter next time, we may find that the server is full of our own usernames.
If we use ssh
command to connect to remote server, but did not log out normally (for example, suddenly disconnected), when we enter next time, we may find that the server is full of our own usernames.
If you used ssh
command to connect to the remote server, but you got the following error message causing you can not connect:
If we have a USB bootable flash drive when we reinstalling an operating system of computer, it is very convenient.
Read More »[Linux] Create a USB Bootable Flash Drive via Terminalsu
is a very common command in Linux system, often used to switch users. At first I thought su
was the abbreviation of switch user, but after searching, I discovered that it should be the abbreviation of substitute user.
If we got the following error message when we using sudo apt update
command:
In many IDEs, we can quickly comment the code of a region, and then quickly test different code, after the test, we can also quickly cancel the comment. Usually, it can be done by a shortcut key in the IDE.
Read More »[VIM] Quick Comment or Uncomment CodeThe installation steps of Pulse Secure on Windows and Mac OS are similar, but it may be more complicated on Linux, so this installation note is mainly based on the Linux system.
Read More »[Linux] Install Pulse Secure (SSL VPN Tool) NotesIn the Linux operating system, it is sometimes difficult to find the interface for setting the second screen (after all, it depends on different distributions…). But sometimes, perhaps for the purpose of reporting, we may need to connect the computer to second screen.
Read More »[Linux] Use “xrandr” Command To Set The Extended Screen And ResolutionSometimes I am looking for some Chinese data, I found many friends in China who have shared the files and models on Baidu cloud. But if I am using a remote server, I need to download them via terminal.
Read More »[Python] Use “bypy” Package To Download Baidu Cloud FilesIf we have a super user account in Linux server, we can check the other user’s command history (Include yourself).
Read More »[Linux] How To Check The History Of User Commands