loading...

Blog

Blog

How-to Guides

Web Development

Projects

Home Linux Server

Virtual Reign

3D Chess Virtual Reign is a multi-player, 3D Chess game built as part of a 2020 Grant for the Web…

Home Server Basic Setup

This is a generic guide to get up and running with a home server running on Ubuntu. If you are…

Using Azure App Service Certificate for Apache on an Ubuntu VM

The process of getting my Azure cert to work on an Azure VM seems needlessly complicated and took forever to…

Raspberry PI File Sharing with a Mac

From the Raspberry Pi terminal or SSH into the Pi: sudo apt-get update sudo apt-get install netatalk sudo /etc/init.d/netatalk stop…

Mac Optimizations

Reduce transparency effects  System Preferences >> Accessibility >> Display >> Reduce transparency (On) Switch off automatic graphic switching  System Preferences…

Setting Raspberry Pi for a Static IP

sudo -s cd /etc/network cp interfaces interfaces.bak nano interfaces auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug…

1 2 3 7