Nov 18, 2014
yum is an short abbreviation for Yellowdog Updater Modified ## What is yum? yum is an interactive, rpm based, package manager. It can automatically perform system updates, including dependency analysis
Nov 18, 2014
In my last article I had shared the steps to [assign permission to individual user even if the umask denies access to a file]({{< relref "give-individual-permission-on/index.md" >}}). umask is a command that determines
Nov 17, 2014
In this article I will try to explain the most basic and common things about partitions and partition scheme which one should know as it will be used on your
Oct 13, 2014
The so called term used "**command**" is basically a binary file. If you try to read any of those files using any editor then you won't understand any thing as
Oct 8, 2014
Before starting with the steps to configure a clusterd samba share using ctdbb you must be aware of [**High Availability Cluster and it's architecture**](https://www.golinuxcloud.com/understanding-high-availability-cluster-architecture/). As of the Red Hat Enterprise
Oct 6, 2014
In my last article I had shown you [steps to create iscsi-target using openfiler](http://configuring%20iscsi%20storage%20using%20openfiler/). So in this article I will be showing you step by step method to delete an
Oct 2, 2014
SSH supports a variety of ways of moving data across psuedo-VPN tunnel. One of the methods is Port Forwarding which creates a secure connection between a local computer and a
Oct 2, 2014
**Error:** ``` # ssh-copy-id root@192.168.1.11 /usr/bin/ssh-copy-id: ERROR: No identities found ``` **Solution:** You will have to manually define the path of the public key using -i switch as shown below
Sep 29, 2014
VI editor can sometimes be very tricky and irritating if you are not fully aware of those small arguments which could make your life much easier while working on the
Sep 29, 2014
In this article I will try to explain all the events which happens in the background after your Linux machine boots up and you make an attempt to login into