Monthly Archives: May 2008
[HOWTO] Adding new harddisk in Linux
This guide shows you how to add a new hard disk in linux OS. This allow user to easily add and boot up the hard disk without any pain. This howto is a practical guide without any warranty – it … Continue reading
Posted in Linux Tutorial
Leave a comment
Securing your DNS server (BIND)
Below is the tutorial on how to secure your dns server (bind). nano -w /etc/named.conf Then add this section of code to the top of named.conf. Replace 123.123.123.123 with your own IP. acl “trusted” { 123.123.123.123; 127.0.0.1; }; Then add … Continue reading
Posted in Linux Tutorial
Leave a comment