In this article, I’d like to explain how to implement one of the more common and simple methods of securing the ELK Stack — deploying…
Linux cheat sheet
A way to get your code deployed to the production server Webhook allows to automatically retrieve the newest code any time a push is performed…
In this tutorial, it is described how to configure Hard Disk Sentinel to create and automatically update an XML file which contains all detected status…
A Site-to-site VPN is a type of VPN connection that is created between two separate locations. It provides the ability to connect geographically separate locations. for example a linux…
sudo apt-get install snmpd sudo apt-get install snmp sudo mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.bak Create a blank /etc/snmp/snmpd.conf file with the following: rocommunity public Modify /etc/default/snmpd Change…
For this configuration you can use web server you like, i decided, because i work mostly with it to use nginx. You must understand that…
Before Connecting Hard Drive First of all, we must know how is the structure of CentOS 7 before the installation of the new hardware, for this we…
On Linux you can use dd to make a backup from SD card. Reverse if and of (i.e. to where they point – source and destination) afterwards to restore, but…
If you want to duplicate your traffic on your Nginx server to another server you will need to create mirror location. This is very useful…