PHP5 relaeased
With many amazing new features, is it going to be the defacto scripting language!
Amavisd + Spamassassin + ClamAV
Installing amavisd+Spamassassin+clamav
# cd /usr/ports/security/amavisd-new/
# make install
# cd /usr/ports/security/clamav/
# make install
Updating ClamAV virus defintation, every hour!:
# vi /usr/local/etc/freshclam.conf
... HTTPProxyServer proxy.saudi.net.sa
... HTTPProxyPort 8080
# freshclam
# crontab -e
... 43 * * * * /usr/local/bin/freshclam --quiet
Changing clamav setting to work as vscan user, same as amavisd:
# vi /usr/local/etc/clamav.conf
... # Change User to match amavid user
... User vscan
# chown -R vscan:vscan /var/run/clamav
Free RHCE practice test
This is a practice exam for RedHat RHCE (Red Hat Certified Engineer Program)
My results so far: 50%, 70%, 80%, 70%, …
Blogger Bookmarklet
A nice feature from Blogger called bookmaklet, it is a simple link that you drag-and-drop it on your browser link bar, to allow you write a new blog entry related to the current web site you are browsing. Cool!
Blogger Bookmarklet
Clam AntiVirus and amavisd
After installing amavisd you need to edit the confiuration file to change some of the settings:# vi /usr/local/etc/amavisd.conf
:
$mydomain = 'yourdomain.com';
:
$final_spam_destiny = D_PASS;
You also need to enable clamav section, then restart:# /usr/local/etc/rc.d/amavisd.sh restart
To allow amavisd-new to work with clamav you need to run clamav using the same user:# vi /usr/local/etc/clamav.conf
... change user to:
User vscan
# /usr/local/etc/rc.d/clamav-clamd.sh restart
Spamassassin is easy
I was planning to install spamassassin+amavisd+clamav on our mail server for a long time, but every time I try to do it, I quit after few tries.
But finally I got it, and it isn’t that hard at all, although I don’t understand everything yet, but it seems easy. Hopefully I’ll add some configuration hints for FreeBSD of course.
- Spamassassin is SPAM mail detection software, it became the de facto standard in SPAM fighting.
- ClamAV is an opensource antivirus program.
- amavisd-new is a high-performance interface between mailer (MTA) and content checkers: virus scanners, and/or SpamAssassin.
BBCArabic RSS newsfeed
Finnaly I can remove my old BBC parsing script and replace it with RSS feed.
Arabic BBC RSS
I also found (from BBC links) a nice software for reading RSS called SharpReader, I didn’t try it but it looks cool!
Al Arabiya news channel web site
Nice! Very clean and works well with Mozilla browser.
Remove Spyware from your Window machine
If you use MS Internet Explorer and you have one of the following:
Then you diffently need to install Lavasoft AD-Aware, and remove all the ad, and spywares.
Just try it.