Business Owner. Consultant.
Entrepreneur. Project Manager.

Protect Your Website: A Guide to Clearing Malware

In today's digital age, having a website is crucial for businesses and individuals alike. However, with the increasing dependence on the internet comes the risk of malware attacks. Malware, short for malicious software, is any software that is designed to harm a computer or website.

White list an email in Gmail

This is a short guide to white list an email address which keeps going into spam. Note: This is not a fool proof guide, as the spam technology from Gmail does change and there are other factors which might need to be taken into consideration…

Various methods to improve rsync speeds

rsync is a command line tool to transfer data between a source and a destination. A destination or source can be remote. Avoid the following: Use the following in the command: $ rsync -avAXEWSlHh /source /destination --no-compress --info=progress2 --dry-run Test using --dry-run, then remove this…

Run wget in the background to download large files

wget is a powerful command to copy files from one server to another. However when downloading large files the following commands will help you continue your work or allow you to shutdown the command window and return at a later stage. Example $ wget -bqc…