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 October 24, 2009 Unread mail folder in Outlook 2003 Outlook 2003 – Lost Unread Mail Folder In Outlook 2003, on the left-hand side at the top there is ‘Mail, Favourite Folders’. […]
Published December 12, 2016 Mikrotik VPN place rule before dummy rule /ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0
Published September 7, 2022 Change Nagios web users password htpasswd -c /etc/nagios/htpasswd.users nagiosuser Then enter new password for nagiosuser
Published September 15, 2010 301 Redirect using PHP Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]