How to Setup Linux Welcome Message Using motd
When you do ssh to a remote server, you might see a welcome message with the OS name, Team Name, or Company name. This can
When you do ssh to a remote server, you might see a welcome message with the OS name, Team Name, or Company name. This can
If you are running mission-critical applications on servers, it is important to monitor and notify the administrators about the disk usage. Many open source monitoring
Even though you can check the disk, directory information, and usage using the graphical user interface, it is important to know the terminal commands to
Before understanding what hard links and soft links are, you must have an idea about innodes in Linux Innode is related to hardlinks and softlinks.
Basic Requirements Step 1: Connect to the server using key or user/password ssh -i ~/.ssh/demo.pem [email protected] Step 2: update yum repo metadata. sudo yum update
Issue: I have my Jenkins master and slave setup on AWS instance. I am build i have a maven deploy task to upload a large
I am trying to create a volume in Glusterfs and I am getting an error saying “Volume creation Failed: gdata is already part of a volume”. How
How do I install the latest mongoDB database server and components in Redhat 7 or a centos 7 box? There are no Mongodb packages available
By default vagrant mounts the host folder to /vagrant directory of the Virtual machine where you have the vagrantfile. This allows us to share files