Grafana provides the dashboard that can be accessed via a web browser. Default username is admin and password admin. If you changed the admin password and forgot it, you can...
The qBittorrent-nox provides web UI. By default, username is admin and password is adminadmin. If you changed the admin password and forgot it, you can reset the password by modifying...
If you have installed CouchDB database in your system and you forgot the admin password, you can reset it by editing a configuration file.
This tutorial explains how to reset...
If you have installed self-managed GitLab CE instance in your server and you forgot the root password, you can reset it via command line.
This tutorial explains how to reset...
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...
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...
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...
GCC (GNU Compiler Collection) is a collection of compilers for various programming languages such as C, C++, Objective-C, Objective-C++, Fortran, Ada, D, and Go. GCC is a part of GNU...
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...