I have been working on a way to back up some of my remote systems. In the past, I would have a timer/cron job to tar everything I wanted to back up, then…
Category: Linux
KVM Quick VirtIO 9p Testing
I did some quick testing on using virtio (filesystem passthrough) with some of my KVM virtual machines. Typically, I have been using NFSv3 and I haven’t really had much of a problem. For…
Arch Linux – Automating Single Package Updates
I have been a long time user of Arch and recently, I wanted to update a single package on a set schedule. Here is how you can do it from a simple…