🍓 Headless Wifi setup on the Raspberry Pi

If you are looking to have a headless Raspberry Pi setup that you can get configured 100% remotely right after you plug it in you will want to make sure it joins the proper Wifi after the first boot if you are not connecting directly to ethernet. To get started once you have an SD …
Read More …

⚙️ Install lsusb on macOS

For anyone that is using/has used Linux you are likely already familiar with lsusb, which is missing on macOS. Well, you are in luck as there is a bash script available on Github that can be installed via Homebrew. To get it installed you need to run the following commands and it’s as easy as …
Read More …

Setting up Lancache on Ubuntu 20.04

With the recent upgrade to Fortnite, I saw that the bandwidth at the house was being saturated with these 17GB updates going to 3 different Playstations. With that being said I started to think there had to be a way to set up a local report, or a cache to serve all the updates/installs to save not only bandwidth but also …
Read More …

🐋 Installing Docker on Ubuntu Server 20.04

I was looking to set up a new server for a caching service that ran via Docker but the first step was to get Docker set up on a new Ubuntu Server install so I thought I would document the steps I took to get it installed, mainly for future reference so I don’t have …
Read More …