Piyush Goel writer of 16 Mirror Image Books.
An article by Piyush Goyal. Lines which always motivate Dr. Piyush Goel. मैथिलीशरण गुप्त नर न निराश करो मन को नर न निराश करो मन को कुछ काम करो, कुछ...
An article by Piyush Goyal. Lines which always motivate Dr. Piyush Goel. मैथिलीशरण गुप्त नर न निराश करो मन को नर न निराश करो मन को कुछ काम करो, कुछ...
For linux or Unix beginners, it is very difficult to understand what is meant by root in Linux or Unix and what rootkit refers to. In this post, we will...
Today we will look: what is meant by umask in linux and how to set it to change default permissions for files and directories in Linux. For this article to...
In this article, we will check how to grep the IP address of our system and netmask in a quick way. 1. Using “ip addr” command. This command also fetches...
In this post, we will check how to list all TCP ports in Linux. Lets us quickly check the command and output: [root@nglinux ~]# cat /etc/services | grep -Po '^\w+.*\d{1,5}/tcp'...
In this post, we will check how to set/change domain name of our system in RHEL6 or CentOS6. NGE Linux 1.0 is based on CentOS 6, hence everything based on...
During redhat cluster configuration, when adding the nodes into cluster, sometimes it is failed with below error on the screen. service cman start failed To resolve this issue, try to...
While restarting cgconfig service, many of the times we used to encounter “Device or resourse busy error” and the service restart gets failed. [root@nglinux ~]# service cgconfig restart Stopping cgconfig...
Today we will look what is : in bash shell in Linux or Unix and how to use it, and what is its impact if used. What is : (colon)...
Suppose you want to test system behavior when memory usage reaches 90% or more. Hence you want a mechanism to increase the used system memory to this level. Now you...