Previous ~ Next page
7 of 13 pages

linux

Helpers and common usage for Tar

tar is a feature rich but often confusing archiving tool most commonly used on Linux and BSD systems. One of the great benefits of tar over other more modern tools such as 7z, RAR or ZIP is that it is open source, free and platform agnostic. Even more importantly for Linux users tar archives preserve user and file permissions allowing for easy directory backups and restoration.

Continue reading


linux mysql

Backup your MySQL/MariaDB database

Over the years I have looked around for easy to use MySQL database backup tools that I can quickly and reliably automate. I’ve tried many unsatisfactory solutions but finally I have found something I am happy with, Perscona’s XtraBackup.

Continue reading



windows

KeePass 2, Password Management

Article preview image Article preview image

With the recent admission from Adobe that it lost over 150 million user accounts from its online database in October. I thought it would be wise to go over my tool of choice for password management, KeePass.

Continue reading


Raspberry Pi

Use USB hard disk & flash drives with your Raspberry Pi

This article was meant to be a brief piece on how to mount an external USB drive, but it quickly spiralled out when I started writing about all the nuances and potential issues one might encounter. So I have a created a quick summary of the commands on how to mount a drive below. But I highly recommend reading the rest of the article as there are a number of potential pitfalls with the Pi and external USB drives that are addressed.

Continue reading


vpn raspberry pi

Using a Point-to-Point Tunnelling Protocol

Article preview image Article preview image

VPN or a Virtual Private Network is a common way of securing an Internet connection using encryption.

Basically a VPN sets a trusted, designated server on the Internet to act as a man in the middle. As a VPN client, all your web traffic gets encrypted and directed to this designated machine. It decrypts and then reroutes the traffic to its intended destination. This gives you a both benefits and disadvantages.

Continue reading

Previous ~ Next page
7 of 13 pages