🌡️ Bash Script to get temperature from a DS18B20 sensor

I set up two DS18B20 temperature sensors on my FishPi to monitor each side of the tank. While most scripts I found utilized Python to grab the temperature from the sensors, I of course wanted to do it in bash since while I understand Python I don’t “know” it well enough to write out a …
Read More …

💻 Mounting Samba share on Ubuntu

I’m mainly noting this here for myself, but perhaps someone else will find this information handy. Install package cifs-utils Create folder to mount the share into Create a file with user credentials in your home directory. Edit the smbcredentials file Edit /etc/fstab Add the following line (edit where necessary) You can now mount the samba …
Read More …

💻 Mullvad error on ohmyzsh update

When I was running updates on my system, I kept getting this error about Mullvad It looked as though when Mullvad was removed, it never fully removed itself from my system. Thankfully, the fix was as easy as grabbing the Mullvad macOS uninstall script from GitHub and running it, which properly removed all of the …
Read More …

🛠️ Migrating from Townsquare Interactive

So I should start off by saying this is in no way a direct bash towards Townsquare Interactive and the WordPress hosting that they offer, as I am sure in many ways it is a great option for many small businesses that are needing to get online and have an all in one package with …
Read More …