There are a lot of great articles on setting up Bind and some of them even go in great details on setting up secure DNS server using Bind. I have used one them time after time called: Linux Howto: Chroot Bind How To. One of the things I do not like [...]
Read the full article...
Ramdisk is very good to have if you want something to stay in memory. Files in memory makes it so you can access them with out having to access hard drive all the time. Perfect candidates would be things which do not change eg. web images or downloadable files, etc. If you have Linux Kernel [...]
Read the full article...
Code revision control is very crucial part of development. It ensures you know who has changed which files and you are able to rollback to older versions in case new changes are breaking your website page or entire project. There are few options for you if you are looking into setting up code revision control. My preferred [...]
Read the full article...