Recently I’ve noticed quite a few new spam messages making through my mail server into my mailbox so time to update Spam Assassin and let it know what its missing: 1. I have a seperate mailbox I access explicitly for the purpose of holding Spam, so when my personal junk email folders have a significant […]
Archive for the 'Linux' Category
This little snippet is a script I have running via Cron, set to execute every 30 minutes. If like me, you have maybe running forum software that isnt so great handling image uploads in posts and find that users complain because they themselves arent too sure how to resize images prior to posting then this […]
The code below will first create a file called Exclude containing the paths to all common document files I wish to exclude from my backup, images, documents etc. Secondly the tar command will be used to create a compressed tgz containing everything in the given folder and recursive folders excluding the files as detected. […]