*****Make Nagios Pretty ( Nuvola Style ) First Backup /usr/local/nagios/share/*..html and all stylesheets directory. # tar -cvvf defaultweb.tar /usr/local/nagios/share/ # cd /usr/local/nagios/share # wget http://www.xoroz.com/files/nagiosstyle.zip # unzip nagiosstyle.zip Set the permissions # chown nagios:nagios *.* # chown nagios:nagios -R side […]
Mental Multiplication Trick
Amazing Multiplication Trick Tip #1: Multiplying by Powers of 5 There are times in life when you just get lucky. It turns out that one of those lucky little moments occurs each and every time you need to multiply one […]
70-294 exams
Tomorrow morning I go for my last MCSE 2003 exam 🙄 . I hope to pass it. I do study by practicing the real exam questions. Before I had time to buy a book and study, but not for this […]
Squid howto
This week I setup a cool Squid Proxy for our network at the office. What it does? Follow also the HowTo Setup SquidGuard 1. Caches the websites people visit, so it usess less bandwith and improve performance 2. Allow managers […]
Iptables howto
IPTABLES basic commands List current rules: # iptables -L -v Remove all previous rules: # iptables -F Don’t disconnect ESTABLISHED connections: # iptables -A INPUT -m state –state ESTABLISHED,RELATED -j ACCEPT Drop any Broadcast and Multicast # iptables -A INPUT […]
Check Exchange Mailbox Size
Check_mboxsize.ws Another Nagios plugin. One of my hardest to write. Note that this will require the Nagios Plugin Service to run as a Administrator Account (local system account) will not work! Script example: …nagios/libexec# ./check_nrpe -H SERVER114 -t 90 -u […]
Setup Samba Howto
Howto Setup Samba Reference to my newer post (RedHat/CentOS) Install the packet: # apt-get install samba Check your open port: # netstat -an |grep listen No port 139 ? Create the user accounts and sync the password with Samba # […]