Tips

Time

1 min read

This is a very basic operation on a Linux system, but I have to interact with it so rarely since I run chrony on all my machines. Occasionally, I find a device …

Tmux

3 min read

InstallationTmux is available in the package manager of most Linux distributions. Install it using whatever is appropriate for your system (e.g. apt install …

Blender Loop Select in Cinnamon

1 min read

I've recently been playing around with Blender (following this tutorial series). In Part 4 of the Level 1 series, the host Andrew Price is teaching about loop …

Fixing Dark Input Boxes in Firefox

2 min read

I recently began trying out Cinnamon as my desktop environment and I've been thoroughly enjoying it. The only issue I was having was occasionally a page's form …

Reflashing Cisco Catalyst With XMODEM

5 min read

One of the Cisco Catalyst 3750 I had to work on recently had it's flash completely wiped. When this happens you can only flash the filesystem using the XMODEM …

Hosting Your Own Private Git Repo

2 min read

Git was built and developed with the intention of being a distributed reversion control system. Most people now use it with one or another central repository …

SPF and Google Site Verification in Route 53

1 min read

Route53 doesn't allow multiple definitions of the same name/type pair of DNS entries which is quite a headache. This is the first time I've had a conflict of a …

Timelapse of a Linux Desktop

3 min read

I have the privilege of working full remote. To stay connected with our other remote workers and the main office we keep a live video conference going all the …

Parsing HTTP Responses in Ruby

5 min read

Normally handling HTTP responses in Ruby is rather straight forward. There is a native library in Ruby that handles HTTP requests which parses the responses …