Technical Stop iptables running on Centos by William Rendell|Published March 19, 2012 At a shell prompt type /etc/init.d/iptables stop This will stop the iptables firewall if running
Published September 25, 2012 Delete a nat rule in iptables First of all I list all the rules including line numbers like this; iptables -L -t nat –line-numbers I then look at […]
Published October 10, 2014 Remove a folder in Linux This is the command to remove a folder/directory including its contents, use with caution as you wont get an “are you sure” […]
Published July 7, 2012 Reboot Zyxel P660 router from Telnet If you are able to log into your Zyxel ADSL router from telnet, you can use the following command to restart it. […]
Published March 5, 2010 IIS redirects 301 What you are trying to accomplish here is to have one resource (either a page or an entire site) redirect a visitor […]