Linux : How to block IP address with IPtables

Here is a quick how to block a specific IP address with the IPtables Linux firewall. Open the IPtables script : vi /etc/sysconfig/iptables To block INBOUND IP address, add the following : iptables -A INPUT -s 0.0.0.0 -j DROP To block OUTBOUND IP address : iptables -A OUTPUT -p tcp -d 0.0.0.0 -j DROP (replace… Read More »

CMS : Joomla Memcache error

Getting this error with Joomla CMS? Warning: Memcache::addserver() expects parameter 2 to be long, string given in /joomla/libraries/joomla/cache/storage/memcache.php on line 83 Change the server port to 0 backend–> Configuration –> System In Port: change value the value 0

Category: Web

Welcome!

Welcome to ITechLounge.net! This place is about sharing IT knowledge.  If you find it useful, please feel free to submit problems/answers to help out people to solve them.