by Matthew Jones | Aug 22, 2021 | General Computing, Linux
The Short Answer: Setup rclone using rclone config Then mount using the mount command rclone mount remote:bucket/folder/file /path/to/empty/mount/folder/ The More Detailed Answer Mixed With Personal Experience: This is a little bit embarrassing, but I’ve been...
by Matthew Jones | Jul 10, 2020 | General Computing, Web Development
How to Set Up a Raspberry Pi Development Server Starting with a fresh install of Raspian: sudo apt update sudo apt upgrade sudo apt install apache2 sudo apt install php sudo apt install mysql-server php-mysql (mariadb-10.0) sudo apt-get install certbot...
by Matthew Jones | May 12, 2020 | General Computing, Linux, Raspberry Pi
All the technical details (and more awesome pi projects!): https://pimylifeup.com/raspberry-pi-rfid-attendance-system/ RFID Check-In on a Raspberry Pi Hey guys! What’s going on my name is Matt and today I’m not doing a museum update and I’m not doing...
by Matthew Jones | May 5, 2020 | General Computing, Linux, Manjaro
How to fix Failed to Commit Transaction (Conflicting Files) Error in Manjaro Linux This error is usually thrown after an attempted package upgrade using either pacman, the GUI, or another package manager. Below is an example of the error: This can happen with pretty...
by Matthew Jones | Apr 28, 2020 | General Computing, Linux, Manjaro
How to Fix Unable to Lock Database When I try to update my machine by running sudo pacman -Syyu I get an error saying it’s unable to lock the database. Below is an example: But as you may have noticed, by removing a special database lock file, I was able to...
by Matthew Jones | Mar 31, 2020 | General Computing, Lifestyle, Linux
How to Use Yubikey on Linux Initial Setup: Download the YubiKey Manager. This will allow you to modify specific properties of your key, and turn certain features on or off. Once you’ve installed the manager, you’ll need to make sure that you have U2F mode...