Get List of Users in Linux

Get List of Users in Linux

When working with Linux system as a administrator, we might want to get a list of all users in the system or to count the number of users. This tutorial...
Set Up Git Server in Linux

Set Up Git Server in Linux

There are many Git hosting services such as GitHub, GitLab, Bitbucket, etc. However hosting services often has restrictions. When wanted more control, the best choice is to run Git server...
Using find Command in Linux

Using find Command in Linux

The find is a command line tool that allows to search files and directories in a directory hierarchy based on conditions such as name, size, type, permissions, owner, etc. This...
Using ldd Command in Linux

Using ldd Command in Linux

The ldd is a command line tool that prints the shared library dependencies of an executable program or shared library. The ldd command can be useful when wanted to find...