Root CA and Wildcard Certificate Generation in CentOS/RHEL 6&7
Hi folks ! this is one of the best method to create your own RootCA server and generating self-signed wildcard certificates.…
Hi folks ! this is one of the best method to create your own RootCA server and generating self-signed wildcard certificates.…
Hello , Its me again Raja and this time I came up with one more new post. I have been through interesting problem. As many of you…
Hello , Sometimes we need to have full or absolute path of file. And most of the times we used to pwd + filename manually. But wi…
Background Job : A job which is running background in the same shell. You can use bg command to see any background jobs. Foregrou…
We all know SSH is very famous and the best service for remote access. Today I am going to tell you how to block or allow only pa…
Hello , You can use sar command. in Ubuntu you can install it with sudo apt-get install systat and enable data collecting sed -i …
Today while using grep command via rundeck I was through grep: unknown device method error. And the reason is due to I am having…
Hello, Today I am writing below article which can help you to upload files to SFTP/FTP by using CURL. Ok why we need that ? Let m…
How to list the installed packages on date wise Command is : # rpm -qa --qf '%{INSTALLTIME} (%{INSTALLTIME:date}): %{NAME}-…
Hello, After installing vsftpd you may receive error as Response:550 Permission denied. Thats because you havent enabled write p…
I have tried to install chef in my CentOS 6.7 but it was like complicated thing till today. So many problems I have faced and I a…
Modification of Log pulling command by using sed Old command That I use to do log extraction sed -nre '/12:23:12/,/12:24:12/ …
If you ever accidentally remove your Gnome Panel in any Gnome 2.X default DE Linux then, you can reset it to default with mv ~/.…
Hello , Today lets see an article about changing hostname in CentOS and Redhat. We have to change hostname in 3 locations to appl…
Here is a small snippet to find outgoing IP of your Linux box. 1. To find the outgoing internal IP only # ip route get 8.…
I have tried so many ways but finally happy with this #!/bin/bash for i in localhost 127.0.01 do ssh raja@$i 'uptime | grep -…
Hi , with some research I have written these simple scripts which can extract only load average part from uptime command. these s…
I am writing a small post that will help you just to see what ports are open in a particular remote/local machine. we are going …
If there is a situation that have to dealt with like a public website but with some secret information. How can we protect the in…
Hi Guys! Are tou tired of fixing the Time Zone across reboot in your Linux box..? Here are three simple steps for you to fix the…