2010
2008
Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3
by camel (via)The configuration described here is not very complicated but still needs to be done carefully. You are expected to have at least basic knowledge of:
* MySQL (creating a database, granting access to users, basic SQL queries)
* SMTP (what it is and what a basic SMTP dialog looks like)
* POP3, IMAP (what they do and what the differences are)
* basic Postfix configuration (understand the default settings in your main.cf, have read through the basic configuration document and know that your mail log file is at /var/log/mail.log)
* Debian/Linux (general system administration, using a text editor, reading log files)
2007
:: fr3nd.net » mysqlpdump
by camel & 1 other (via)MySQL Parallel Dump
Multi threaded mysqldump is not an utopia any more. mysqlpdump can dump all your tables and databases in parallel so it can be much faster in systems with multiple cpu’s.
It stores each table in a different file by default. It can also generate the dump to stdout although this is not recommended because it can use all the memory in your system if your tables are big.
1
(3 marks)