Switching users with the su command
The su command in Unix-like operating systems, including Linux, is used to switch to another user account … Read more
The su command in Unix-like operating systems, including Linux, is used to switch to another user account … Read more
When working with gitlab, to push our source code server we need to add the SSH key … Read more
Linux is a powerful operating system known for its stability, security, and customization options. One of the … Read more
Secure boot requires each an every operating system software to be signed with unique key to build … Read more
When trying to compile some packages / libraries or application source codes in Linux which are based … Read more
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
Every machine which is connected to internet gets assigned with one unique IP address till it remains … Read more
If you want to know the IP address and currently active network interfaces on Linux, we need … Read more
When we created a new user using “adduser” command, by default the user doesn’t have sudo (admin) … Read more
When you are just interested into number of lines in a file to make some decision based … Read more
Rsync is very good tool for copying data from remote machine in Linux. The best part of … Read more