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 June 16, 2011 How to change the RDP port on XP Sometimes you may want to access more than one PC or Server via RDP through your firewall. This can be a problem […]
Published November 27, 2009 find large files in linux find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/
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 11, 2026 install Proxmox guest agent in Debaim Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and […]