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 20, 2010 Import into MySQL database If you have a MySql database that you want to import (pipe) into another server, as long as you have the filename.sql […]
Published October 16, 2009 VMware Server on Centos VMware server installation on CentOS: 1. Log in the server as ‘root’. It’s not best practice but for now it’s easier. 2. […]
Published August 5, 2010 ZyXEL 660R Half-Bridge Mode These little single-port routers have the ability to push the public IP address and all it’s traffic onto a single device connected […]
Published February 26, 2020 Convert PFX SSL Cert to PEM openssl pkcs12 -in certname.pfx -out key.pem -nodes