If you want to get more information on how iptables works, just have a look on this site. You will find this useful diagram : How the iptables rules are processed ? What is the processing order ? Destination local
pyNmonAnalyzer is a tool for parsing and reshuffeling nmon’s output into “normal” csv format. Nmon puts out a long file with a system-info header at the beginning, followed by a continuous stream of time stamped readings. This format makes it
This video surveillance system is based on this requirements: hardware a raspberry pi a network camera with MJPEG streaming software raspbian OS motion mutt msmtp I will show you in this tutorial how to create your own video surveillance with
If you are like me sometimes, a lazy geek, you can now customize your bash prompt directly on a website. The author offers a way to generate the PS1 variable for your .bashrc file. You can drag and drop the
WordPress, apache server status collectd and mod_rewrite If you have configured the apache server-status on your WordPress, you will have, probably like me, troubles to make it work. The problem is related on the mod_rewrite configuration. First, your server-status should
I have written this script just “for fun”. The main prerequesite is to install the command-line program : youtube-dl. To do this, simply this the following command : pip install youtube-dl Youtube-dl is used to download the videos. My script
I have written this procedure to help you on importing DNS zone in an existing Bind server. In the following procedure, I suppose the file to import have the “.dns” extension. To import these DNS zone files, you have to
Problem description: Your DNS infrastructure is running on Bind and the operating system is linux. You need to update a host record (A) “private”. The current ip address is : 10.1.0.22. The new ip address is 10.45.2.1 Solution: To check
I found a simple way to disable/prevent the username enumeration on a WordPress installation. Follow these steps edit the file .htaccess of your WordPress installation add the following lines : RewriteCond %{QUERY_STRING} author=\d RewriteRule ^ /? [L,R=301] You can check
Disable the SSL v3 Protocol on IIS Open the Registry Editor and run it as administrator.For example, in Windows 2012: On the Start screen type regedit.exe. Right-click on regedit.exe and click Run as administrator. In the Registry Editor window, go