Run the script using nohup without hitting enter key two times
|

Run the script using nohup without hitting enter key two times

Run the script using nohup without hitting enter key two times As we have seen when we run the command with ‘nohup’ and ‘&’ so that the command should run at background even the terminal get disconnected we have to press enter key 2 times. To overcome from this problem,use the below given method. Note:…

How to install and configure nagios nrpe in CentOS and Red Hat
| |

How to install and configure nagios nrpe in CentOS and Red Hat

In this tutorial we will learn How to install and configure nagios nrpe in CentOS and Red Hat. We will also do some configuration changes in nagios server so that we could monitor the servers. In this scenario we will add a server to monitor. Operating System : CentOS 6.3Nagios Server : hostname: nagios-server ,…

Installing Nagios-3.4.4 in CentOS 6.3
| |

Installing Nagios-3.4.4 in CentOS 6.3

Installing Nagios-3.4.4 in CentOS 6.3 This post is updated version of post “Installing Nagios-3.4 in CentOS 6.3”. The only difference here is , we will use the new EPEL repo rpm i.e epel-release-6-8.noarch.rpm. Rest of the steps are same Download the EPEL repo in your system yum install wget (use this command if you do…

How to set htdigest password in apache web server
| |

How to set htdigest password in apache web server

How to set htdigest password in apache web server Through this method we can set the username and password in webserver means whenever anyone open the website he has to give username and password to see the content of website. To know about what is the difference in htdigest and htpasswd. Kindly visit these links….

How to install and configure samba server in CentOS 6.3
| |

How to install and configure samba server in CentOS 6.3

How to install and configure samba server in CentOS 6.3 Introduction: Samba is a free software re-implementation of the SMB/CIFS networking protocol, originally developed by Andrew Tridgell. As of version 3, Samba provides file and print services for various Microsoft Windows clients and can integrate with a Windows Server domain, either as a Primary Domain…

How to configure FTP server in CentOS 6.3 – vsftpd server
| |

How to configure FTP server in CentOS 6.3 – vsftpd server

How to configure FTP server in CentOS 6.3 – vsftpd server vsftpd, which stands for “Very Secure FTP Daemon”,vsftp is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports IPv6 and SSL. vsftpd supports explicit (since 2.0.0) and implicit (since 2.1.0) FTPS. vsftpd is the…

How to encode and decode the strings with base64
|

How to encode and decode the strings with base64

In this post we will learn how to encode and decode the strings with base64. We will also see some example on this as well. Introduction Base64 is a group of similar encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The Base64 term originates from…

How To Add duckduckgo Search engine in WordPress Blog or website

How To Add duckduckgo Search engine in WordPress Blog or website

How To Add duckduckgo Search engine in WordPress Blog or website Adding the duckduckgo search engine is very simple process. (1) Visit this link https://duckduckgo.com/search_box (2) Fill up the fields as per your requirement. (3) Copy the code and just paste it into text widget of wordpress . After this place the text widget in…