Linux supports numerous file systems, but common choices for the system disk on a block device include the ext* family (ext2, ext3 and ext4), XFS, JFS, ReiserFS and btrfs. ext4 is the latest file system of ext* family. You can determine the file system of your various …
To add a new user in Linux first, you need to log in with the root user. Add the new user through adduser command and set the password using the passwd command. Add a New User in Linux/Unix Here, I have created a new user dbappweb as an example. # …
Problem: When I was trying to mount a partition shared through NFS on a Linux machine, I was getting the below error: # mount 10.xx.x.xx:/xyz/abc /test mount: mount to NFS server '10.xx.x.xx' failed: timed out (retrying). mount: mount to NFS server '10.xx.x.xx' failed: timed out (retrying). Reason: I was …
September 22, 2016
Linux, Web Servers
The utility “openssl” is used to generate the key and CSR. This utility comes with the OpenSSL package and is usually installed under /usr/local/ssl/bin. If the utility was installed elsewhere, these instructions will need to be adjusted accordingly. In this example, CSR was generated for Apache …
First, download the latest version of JRE rpm from the Oracle website. To download the latest version of JRE Click Here. The process of installing the JRE rpm and setting the JAVA_HOME path is shown here. Install JRE on 64-bit Linux Download the latest JRE rpm …