In order to keep closer contact with IT network administrators in Macau, we've created a network admin newsletter and I've taken the liberty to add you to our netadmin-news mailing list. If you'd like to unsubscribe or recommend friends to subscribe at any time, just email me.
--- Alan Au, Chief EditorUbuntu Linux 7.0.4. Ubuntu Linux is the most popular Linux distirbution in the world, topping RedHat and SuSE. Ubuntu 7.0.4 is its latest version for the desktop. It is also being preloaded on some Dell desktops and notebooks.
Debian 4.0. Debian is the foundation of Ubuntu.
CentOS 5.0. CentOS is a clone of Red Hat Enterprise Linux (compiled from the same source). If you'd like to run Oracle on Linux and enjoy the stability and compatibility of Red Hat Enterprise Linux but don't want to pay the fee, CentOS may be your best choice.At CPTTM we were using spamassassin to filter spam. However, it has several problems:
Therefore, we evaluated another spam filter: dspam. It turns out to be much better:
dspam is open source. If you're
using a Linux based mail server
(sendmail, postfix,
etc.), it should integrate with the system easily. If you're using a
Windows based mail server (MS Exchange), you can use it as a mail proxy.
The National Computer Technology and Software Professional Technology Qualification Exam (Network Administrator) was just held on May 26 at CPTTM. There were 13 people taking the exam (many of them were civil servants). It is a good way to get your networking skills recognized. It's easier than CCNA and you just can't beat the low exam fee of just MOP100. If you're not good in English, it is also better for you because it is in Chinese.
If you missed this one, it's
OK. In this Nov there will be another
round. If you'd like to take the exam, you can join our preparation
course that will start in late
June. It offers a 75% course fee
imbursement.
If you are planning to use MySQL, NEVER use the default myisam table type! I learned this lesson the hard way when using dspam. If you use myisam tables and shut down the MySQL server while there are connections writing to the tables, they will become corrupt. Repairing a table could take half an hour if it contains several millions of records. When it is being repaired, no one else can use it. Another problem with myisam tables is that, when one is writing to a myisam table, the whole table is locked. No one else can read it.
What to use then? The innodb table type. It uses record-level locking. If it needs repairing (rolling back interrupted transactions), it will do so automatically while reads and writes are still allowed. Of course it is a somewhat slower than myisam and takes more disk space, but excessive downtime is probably a bigger enemy.
| Course code | Title | Start date | End date | Duration | Fee |
| CM200-07-2007-C | CCNA (self-study with instructor assistance) | 2007/07/27 | 2007/12/21 | 66 hours | MOP2400 |
| CM232.4-08-2007-C | CCNP 4 - Optimizing Converged Cisco Networks (ONT) | 2007/08/04 | 2007/09/08 | 30 hours | MOP3080 |
| CM261.3-09-2007-C | LPI-Linux Network and Security Administration | 2007/09/25 | 2007/12/18 | 69 hours | MOP2050 |
Archive of the CPTTM Network Admin Newsletter is available at http://www2.cpttm.org.mo/cyberlab/netadmin-news.