The RedHat linux client that will connect to a NFS server. Needs to have portmap and if you dont want dynamic ports, enter static ports into /etc/sysconfig/nfs, for example: RQUOTAD_PORT=875 LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 MOUNTD_PORT=892 STATD_PORT=662 STATD_OUTGOING_PORT=2020 1. Start portmap service portmap […]
check_ftp.php
Nagios plugin to verify a FTP site, by uploading a file and testing the time it takes. check_ftp.php #!/usr/bin/php
Raspberry Pi
What a cool toy! The introduction of the $25 Raspberry Pi computer has caused such excitement that the firm has been forced to shut down its full website in favour of a more basic version to ration bandwidth. The sold […]
Warriors of the Net
This is the coolest ever made video about, how the internet works! About the IP,Router,Switches,Packets,Proxy,Browsers,Pings etc… It explains pretty much all 7 layers of OSI model. Also known of the “Dawn of the Net”:
nagios check printer
Script in vbs that will check if a printer is working correctly and is processing its Documents. In case the same number of documents are in the Queue it will alert, this can be used in nagios with a retry […]
LPI 101 tips
I just passed the LPI-101 exam and scored 700 of 800. MY EXAM LPI-102 TIPS Here are some study tips: vi ? searches in reverse order GRUB_TIMEOUT paramete The value of this parameter is in sec unset is used to […]
Warn when password is about to expire
This script can be used to check if a user’s password is about to expire and throws a popup windows alerting the user, and explaining to change the password. By default it will start the popup when its 7 days […]