How to test a valid IP address in Linux Bash Shell ?
Here is a quick tip to test a valid IP address on linux bash shell. I have recently used it in one of the scripts i need to prepare. I....
In this category, you can see all articles related to Unix or Linux operating System.
Here is a quick tip to test a valid IP address on linux bash shell. I have recently used it in one of the scripts i need to prepare. I....
Today lets have a look at a short tip to quickly fill complete disk space of our hard drive in Linux with a single command. It is an interesting and...
In this article, we will look at different ways to let our process running in background even after we close our terminal, or our session timeout, or due to any...
Today we will look the different ways to clear screen in linux. 1. Clear Command [root@nglinux ~]# clear 2. Ctrl+L shortkey It has similar effect as of clear command....
In this post, we will look different ways to get owner of a file in linux. We generally use ls command, however there are different ways available to achieve this....
Today we will look how to find a filesystem blocksize in Linux or Unix Operating System. There are many ways, however the preferred ways are quoted below. 1. Use blockdev...
Today we will look how to debug SSL Issues with a website/host and the issues with different HTTP/IMP/POP port. In short, this post describes the usage of openssl command. I....
1. Introduction to Screen Sometimes when we take remote console session and want to have multiple terminal sessions, however the login process is quite long. Then we can use this...
Here we will look how to get active connections on a particular port in Linux. The active connections have a state “ESTABLISHED” when we look at the netstat output. We...