-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Need to know
ANAT Apache folders convention
I’ll start by getting right to the point. This is how I structure the folders for Apache. Assumptions : Using Ubuntu (or a similar distro) Single main user, but can have multiple (virtual) FTP users You have full root access … Continue reading
Posted in Articles, Need to know
Leave a comment
MySQL Backup Script with User Permisions
This is a usefull script that performs a standard MySQL database dump but includes the functionality to backup users and user permisions in addition to the datain the database. #!/bin/bash # Copyright (c) 2005 nixCraft project # This script is … Continue reading
Posted in Code, Need to know
Leave a comment
The Tao of Backup
This is a great way of learning the 7 lessons to reliable backups (just ignore the tiny amount of outdated advertising). http://www.taobackup.com/ Coverage — Backup everything you can Frequency — Backup as often as you are making changes Separation — … Continue reading
Posted in Links, Need to know
2 Comments