. . How to Setup a DNS server with BIND9. # apt-get install bind9 Configure a master domain: # vim /etc/bind/named.conf zone “provaes.com” { type master; file “/etc/bind/db.provaes.com”; }; Create the master zone file: # vim /etc/bind/db.provaes.com ; register SOA […]
GetMail from command line
. . Getting email from the command line was always something I wanted, also to be able to filter what I get. This great tool is something like fetchmail but better, thanks to Charles Cazabon who wrote this amazing tool […]
Open office 3 Ubuntu
Install/Update Open Office 3.0 on Ubuntu 8.04 The update method did not wokr for me. So First we will need to complete remove the current office instalation. system>administration>synaptic package manager Search For: open office-core.org scroll down and find it and […]
Webinject How to
When monitoring websites many times we will need more then just check if the site is up. We may need to see if the internals of the website is working, a good example is making a user login check. Using […]
Linux mini manual
Linux Debian/Ubuntu Commands Last Updated April 2009 My Mini Manual |– FILES/SEARCH/SYSTEMÂ –| Unique names, remove duplicate names: # cat words.txt | sort | uniq > dictionary.txt remove any words not X size, or from X to Y: # cat […]