Guides
Triple-booting Windows 98, NT 4, and 2000
With my Dell Dimension XPS T450 ready hardware-wise, I needed to get some operating systems installed. My ideal setup is triple-booting Windows 98, NT Workstation 4, and 2000 Professional. This isn’t as straight forward as you’d imagine and it took me more than one total reformat to get it working. This is a tale of many, many failures finally leading to some success.
Active Directory, DNS, and a Ubiquiti EdgeRouter
You’ve got a Ubiquiti EdgeRouter and an Active Directory domain. Here’s how you make them play nicely together.
Policy-based routing over VPN with Ubiquiti EdgeRouter
With the Ubiquiti Edgerouter, you can use policy-based routing to send specific devices’ traffic over a VPN.
Reverting to Readline 6.3.8 to unbreak the Rails console
When running a brew upgrade
, it upgraded readline
to version 7.0. This
broke the Rails console.
Generating openssl certificate non-interactively
Using openssl
with the --subject
argument allows you to generate certificates
without being prompted for any input. This non-interactive mode makes server
automation that much easier.