• How to Create Virtual Machine using virt-install Command

    The virt-install command is what we are going to use for creating a virtual machine in a KVM environment. This tool can be used in both interactive and non-interactive mode. To create Virtual Machine using virt-install command, the KVM need to be installed on your host machine. Read the article…

  • Default Journal Log Files Locations in Linux

    There are two locations we are most likely to find the ‘systemd’ journal files in Linux Red Hat system. The default journal log files locations are: /var/log/journal Persistent journals are stored in the default location of /var/log/journal, if it exists. /run/log/journal Volatile journals are stored in the default directory of…

  • How to Reset Red Hat Root Password on Boot

    The root password of a system is important and complying well with a secure password standard. If the existing root password is no longer satisfactory or is forgotten, you can change or reset it both as the root user and a non-root user. To reset root password of Red hat system, you…

  • How to Change SSH Connection Timeout in Linux

    The ssh connection timeout due to inactivity is annoying and won’t let you focus on doing your tasks. But you can easily change the SSH connection timeout limit and keep the SSH session alive even after some inactivity. It will happen by sending a “null packet” between the client and…

  • Install Google Chrome on RHEL 8.x & CentOS

    The Firefox browser by default is installed on Red hat enterprise 8. Download the Google chrome using Firefox browser and install Google Chrome on RHEL8.x and CentOS 8.x fast and securely. Important Notice: The following information has been provided by Red Hat, but is outside the scope of the posted…

  • How to Install EPEL Repo on Red Hat 8.x Correctly

    While adding third party packages in Linux Red Hat enterprise, make sure to do it properly. This is how to install the extra repositories such as Fedora EPEL repo on an Red Hat Enterprise Linux server version 8.x. I’ve installed epel-release repot on Red Hat Enterprise to installing xrdp. XRDP…

  • How to Enable Remote Desktop on CentOS 8/RHEL8.x

    Remote desktop access to CentOS Linux VPS is super easy using Windows remote desktop connection. Let’s head to enable remote desktop on CentOS Linux by installing XRDP on CentOS 8.x VPS and configure it for GUI remote connection. The XRDP is an open-source implementation of the Microsoft Remote Desktop Protocol…