GoLinuxHub

Linux tutorials, DevOps guides, shell scripting, automation, and practical how-to content.

Latest Articles

How to do Ethernet/NIC bonding/teaming in Red Hat Linux

Jan 4, 2014

NICteaming/bonding is used mostly in scenarios where you cannot afford to loose connectivity due to [ethernet]({{< relref "how-to-detect-new-nicethernet-card/index.md" >}}) failover issues and also it has many other advantages like to distribute [bandwidth]({{< relref "how-to-monitor-network-bandwidth-in/index.md" >}}), fault

How to give permission to user to run some commands in Linux

Dec 28, 2013

In Linux you can easily give [permissions]({{< relref "what-is-plus-sign-in-permission-in-linux/index.md" >}}) to user on a command basis, according to which that user will be allowed to run only those commands as super user and

What is . and .. in Unix/Linux ?

Dec 25, 2013

So, if you are reading this blog then you are confused with the fact that each of the directory in your linux/unix box contains a"." and ".." , what does

How to mount Windows share on Linux

Dec 23, 2013

Most of us know that we use Samba to share our Linux file system and it can also be accessed under Windows very easily with no much mathematic calculation. But