-
Commands
How To Set or Change Timezone on CentOS 7
On CentOS, the system’s timezone is set during the install, but it can be easily changed at a later time. Using the correct timezone is…
Read More » -
Commands
How to use Linux time command
The time command is used to determine how long a given command takes to run. It is useful for testing the performance of your scripts…
Read More » -
Administration tools
How to Generate sosreport on Ubuntu 18.04
Sosreport generates an archive of configuration and diagnostic information from the running system. The archive may be stored locally or centrally for recording or tracking…
Read More » -
Centos
How to Install and Configure Squid Proxy on CentOS 7
A proxy server is a computer which sits between two endpoint devices and acts as an intermediate device. When the client computer requests a resource…
Read More » -
Centos
How to Add and Delete Users on CentOS 7
You may need to create separate account for every user want to connect this system. For adding new users in system there are two commands…
Read More » -
Commands
Linux Tee Command with Examples
tee command reads the standard input and writes it to both the standard output and one or more files. The command is named after the…
Read More » -
Ubuntu
How to Install Yarn on Ubuntu 18.04
Yarn is a adavanced package management tool for Javascript applications mostly used for Node.js applications. Yarn is compatible with npm used for installing, configuring, updating…
Read More » -
Administration tools
Install Cockpit on Ubuntu 18.04/18.10
Cockpit is a web-based server management tool for Linux. It is easy to use web-based tool. It’s easy to start containers, administer storage, configure networks,…
Read More » -
VirtualBox
How to install VirtualBox 6.0 on Linux Mint 19
VirtualBox is an open source cross-platform virtualization software, it can be installed on any operating system and enable you to install and run multiple guests…
Read More » -
Commands
How To Setup SSH Passwordless Login on CentOS 7 / RHEL 7/ RHEL 8
Secure Shell (SSH) is a cryptographic network protocol used for secure connection between a client and a server and supports various authentication mechanisms. It is…
Read More »