Using rsync to copy data locally
What can I say?! Rsync is awesome! The options I normally use for this is: The options above are explained below. -a –archive Archive mode. Same as -rlptgoD. -H –hard-links Preserve hard links. -A –acls […]
What can I say?! Rsync is awesome! The options I normally use for this is: The options above are explained below. -a –archive Archive mode. Same as -rlptgoD. -H –hard-links Preserve hard links. -A –acls […]
Snaps is a cross-platform; application, packaging and deployment system; created by Canonical and originally designed for Ubuntu. However, the snaps package manager is now available for most distributions, including Arch. All the application libraries are […]
Occasionally, when I need an application on Arch Linux that either isn’t available or is poorly maintained, I often find its available as a snapcraft/snaps package. Snaps packages are provides by Canonical and are intended […]
VS Code is an increasingly popular IDE for coding in Python, created by Microsoft. This version is available from the AUR. You can install MS VS Code with the following. There is also an open […]
If you’re looking to do the same thing on Ubuntu 18.04 – checkout my previous post. Check the python version – hopefully you’ve got the latest 3.x version. Python2 is now deprecated but you’ll need […]
i3 does not support compositing and true transparency is achieved using picom – a standalone compositor for Xorg. This is already installed and running on my system at start-up: Here we can see that i3 […]
Copyright 2018 © | Pikedom