Latest Articles
Nov 19, 2017
Many times when working on a script we execute multiple commands which we do not want to be printed on STDOUT, and only the intended information be printed on the
Nov 19, 2017
I could not find any single utility in bash which can do such comparison for versions or decimals or floating point numbes unless it is an integer. Although if you
Oct 17, 2017
### The internet, phones, and gaming I remember distinctly having my first web enabled phone. With a screen that was probably no more than an inch or so big, it
Oct 6, 2017
Lately, internet users (read: everyone) are in a bit of a frenzy regarding [online security](https://whatismyipaddress.com/hide-ip). Antivirus and antimalware software is soaring in popularity. There are a million VPN apps for
Sep 13, 2017
Below steps are tested on Red Hat Enterprise Linux 7. Being a system administrator we have to perform activities which leads to filesystem and data changes so it is always
Sep 12, 2017
By default when we perform search and replace action using sed, that is done globally within a file. Although if you have a line number you can perform the replace
Sep 11, 2017
Here our requirement is to remove all the blank lines from a file. Our sample file [root@golinuxhub ~]# cat /tmp/file This is line one This is line two This is
Sep 11, 2017
In this article I will show you different ways to perform an action (as per your requirement) ignoring the case of the letters to be searched in a file Below
Sep 10, 2017
In this article I will show you various sed expressions which can be used and combined to print or delete specific line from a file IMPORTANT NOTE: My examples provided
Sep 8, 2017
We intend to write multiple scripts in the %pre and %post section of the kickstart files as per our requirement but since these scripts are executed in the background it