
Node.js with MySQL Examples Node.js is an popular programming language like PHP & JAVA for web applications. Also MySQL is most popular database used for storing values. MySQL database driver for Nod…
Node.js with MySQL Examples Node.js is an popular programming language like PHP & JAVA for web applications. Also MySQL is most popular database used for storing values. MySQL database driver for Nod…
How To Install Memcached with PHP on Ubuntu 14.04 /12.04 LTS Memcached is a distributed memory object caching system which stored data in memory on key-value basis. It is very useful for optimizing d…
How To Install Memcached with PHP on CentOS/RHEL 7/6/5 Memcached is a distributed memory object caching system which stored data in memory on key-value basis. It is very useful for optimizing dynamic…
How To Enable or Disable CGI Scripts in Apache 2.4 Apache Module mod_cgi/mod_cgid is responsible for handling of CGI Scripts. for worker and event multi-threaded MPM uses cgi daemon “mod_cgid” module…
Wordpress Booking Calendar Contact Form Plugin Unauthenticated SQL injection Author: i0akiN SEC-LABORATORY Download Exploit: Source …
Install and Configure Caching-Only DNS Server in RHEL/CentOS 7 DNS servers comes in several types such as master, slave, forwarding and cache, to name a few examples, with cache-only DNS being the on…
How do I Install and Use Iptables on CentOS/RHEL 7 Latest Linux operating systems like CentOS/RedHat 7 and Fedora 21 has stop using iptables and start now using dynamic firewall daemon firewalld whic…
MySQL Replication in 5 Minutes Configure MySQL replication is extremely simple. This article demonstrates how to create a master in minutes replicating it for a slave. Replication is a native MySQL f…