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 python-certbot-apache sudo certbot –apache Next, you just set up your MariaDB database and install WordPress.…
A while back, I was tasked with an animation project that was essentially a video game version of the famous story of Jonah and the whale in the Bible. After assessing the project and seeing how much animation would be involved, and the ultimate goal of the project… I figured it would be easier (and…
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 a 3d house model thoseare two other projects that are crazy and I’ve been doing other stuff and so… This video is for one of the projects that…
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 much any package, depending on what else you’ve got installed on…
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 solve the issue. You…
Progress update for my new web developer portfolio. Creating a 3D museum to showcase all my stuff from 10 years of film and video production. Final product will be a static HTML website that features a full screen 3D museum environment that the user can walk through and interact with. If you missed the first…
The first update of who knows how many… Super excited to start a new project!
How to Use Yubikey on Linux Initial Setup: Additional Tools: Yubico provides a proprietary 2FA authentication tool that enables use of the key with services such as Protonmail. It can be downloaded from their site. Another tip: If you’re having trouble getting your YubiKey to show up on Linux (I’m running Manjaro), you’ll want to…
How to Pause and Resume FFMPEG This is the story of how I learned how to pause and resume ffmpeg. I’m a pretty big multitasker when it comes to computing. I usually end up with a few hundred tabs open when I’m browsing and I always have a terminal open. Last week I was doing…
Using the 3D Cursor in Blender Intro Hey guys, what’s going on! In this video, we’re going to take a look at how to use the 3D cursor in Blender. The 3D cursor is, if you take everything and delete it, it is this little circle here in the center. That is the red and…