Managing AWS instances from a Linux CLI with Python2.7. Continue reading
My Linux Bash Script to Upload Encrypted MySQL Backups to Remote FTPS Server
The script dumps the pre-defined MySQL database, encrypts it with ccrypt and uploads to a remote FTP server via secure TLS connection. Continue reading
Fix “Host key verification failed” Error When Launching Jenkins Slave via SSH
We’re using Jenkins v1.549 with a newly added Linux node. Continue reading
Delete a Linux Software Raid Array
We have a single /dev/md0
raid1 array that is no longer needed. Continue reading
Set up Linux Software RAID10 to Store MySQL Data Files and Databases
We’ll be setting up a Linux software RAID10 and re-configuring MySQL to use it for data files and databases. Continue reading
Setting up ProFTPD on Debian with Explicit FTPS and Alternate mod_auth_file File
Not a real step-by-step guide, but more like notes for future references. Continue reading
Install Nessus Vulnerability Scanner on Debian
Nessus is a cross-platform, comprehensive systems vulnerability scanner, which provides a wide range of penetration techniques. Continue reading
Increase Rules Size Limit for Exchange 2010 Mailboxes (PowerShell)
The rules size limit for mailboxes in Exchange Server 2007/2010 has a default size of 64 KB per mailbox.
The total rules size limit is customisable and can be increased up to a maximum of 256 KB per mailbox. Continue reading
Automate ClamAV to Perform Daily System Scan and Send Email Notifications on Linux
ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats.
Today’s plan is to install and configure ClamAV software to perform automatic daily system scans and send emails when malware is detected. Continue reading
Simple Fix for Moodle “ERROR: This script no longer supports CLI, please use admin/cli/cron.php instead”
Simple fix for the error. Continue reading