No More Cookies

As of today we no longer use cookies on this site. In the past we used cookies to support some telemetry and visit statistics. As it turns out, I didn’t really look at that data and so I’ve decided to remove both GA and AI tracking scripts.

Continue Reading

Enabling SSH Access on the IX4-300D NAS

The IX4-300D NAS device can be configured for SSH access by following these steps:

  1. Log in using the administrator account
  2. Navigate to the Diagnostics screen: [http://ix4-300d/manage/diagnostics.html][1]
  3. Select Support Access -> Allow remote access for support
  4. Enter the root password twice and click apply

Now you will be able SSH into the NAS, using the root user, and with the password you entered, prepended by soho. [1]:http://ix4-300d/manage/diagnostics.html

Continue Reading

Running Docker Quickstart Terminal Inside ConEmu

In trying to streamline my workflow I wanted to be able to run the Docker Quickstart Terminal from ConEmu. I’ve been working in ConEmu for all of my command line activity and it’s a way better experience overall. This post describes how to configure ConEmu so that you can get the Docker Quickstart Terminal to run inside of it. I’m going to assume you already installed ConEmu and the Docker Toolbox. This post is written against ConEmu 16.4.16.0 and Docker Toolbox 1.11.1. Let’s walk through this process now.

Continue Reading