• 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…

  • ls Command Examples and Usage

    The ls is a command to list computer files in Unix and Unix-like operating systems. ls is specified by POSIX and the Single UNIX Specification. When invoked without any arguments, ls lists the files in the current working directory. The command is also available in the EFI shell. In other environments, such as DOS, OS/2, and Microsoft Windows, similar functionality is provided by the dir command. The numerical computing environments MATLAB and GNU Octave include an ls function with similar….

  • mkdir Command Examples with Usage

    The command MKDIR. The basic command in Unix/Linux is for creating directories in consists of the mkdir command and the name of the directory. Here you find the mkdir command examples and usages in different scenarios. Description The mkdir (make directory) command in the Unix/Linux, Microsoft Windows, and many more of operating systems is used to make a new directory. It…

  • 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…

  • Enable SSH on CentOS 8.x and Red Hat Enterprise Securely

    The SSH (Secure Shell), is a network protocol that used to operate remote logins to distant machines within a local network or over the Internet. We are going to install SSH on CentOS and connect it via remote computer. By default, the SSH installed and ready to use in CentOS…

  • dir Command Examples and Syntax

    When working on the command line, you are always inside a directory. If you want to list the contents of a directory, you need to use the dir command or ls command. The dir differs from ls in the format of listing contents that is in default listing options. By default, dir command lists the…