diff --git a/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md b/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md index eaccb9f..c79f20b 100644 --- a/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md +++ b/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md @@ -6,6 +6,7 @@ tags: - chromeos title: Burn an ISO to USB with the Chromebook Recovery Utility toc: false +featured: true --- There are a number of fantastic Windows applications for creating bootable USB drives from ISO images - but those don't work on a Chromebook. Fortunately there's an easily-available tool which will do the trick: Google's own [Chromebook Recovery Utility](https://chrome.google.com/webstore/detail/chromebook-recovery-utili/pocpnlppkickgojjlmhdmidojbmbodfm) app. diff --git a/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md b/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md index 463e992..a25e5da 100644 --- a/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md +++ b/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md @@ -12,6 +12,7 @@ tags: - tasker - automation title: Cloud-hosted WireGuard VPN for remote homelab access +featured: true --- For a while now, I've been using an [OpenVPN Access Server](https://openvpn.net/access-server/) virtual appliance for remotely accessing my [homelab](/vmware-home-lab-on-intel-nuc-9). That's worked _fine_ but it comes with a lot of overhead. It also requires maintaining an SSL certificate and forwarding three ports through my home router, in addition to managing a fairly complex software package and configurations. The free version of the OpenVPN server also only supports a maximum of two simultaneous connections. I recently ran into issues with the `certbot` automated SSL renewal process on my OpenVPN AS VM and decided that it might be time to look for a simpler solution. diff --git a/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md b/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md index 8abd551..c70bdb8 100644 --- a/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md +++ b/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md @@ -9,6 +9,7 @@ tags: - docker - shell title: Setting up Linux on a new Lenovo Chromebook Duet (bonus arm64 complications!) +featured: true --- I've [written in the past](/3d-modeling-and-printing-on-chrome-os) about the Linux setup I've been using on my Pixel Slate. My Slate's keyboard stopped working over the weekend, though, and there don't seem to be any replacements (either Google or Brydge) to be found. And then I saw that [Walmart had the 64GB Lenovo Chromebook Duet temporarily marked down](https://twitter.com/johndotbowdre/status/1320733614426988544) to a mere $200 - just slightly more than the Slate's *keyboard* originally cost. So I jumped on that deal, and the little Chromeblet showed up today. diff --git a/content/posts/vmware-home-lab-on-intel-nuc-9.md b/content/posts/vmware-home-lab-on-intel-nuc-9.md index e87f88f..cfcda53 100644 --- a/content/posts/vmware-home-lab-on-intel-nuc-9.md +++ b/content/posts/vmware-home-lab-on-intel-nuc-9.md @@ -7,6 +7,7 @@ tags: - homelab - vra title: VMware Home Lab on Intel NUC 9 +featured: true --- I picked up an Intel NUC 9 Extreme kit a few months back (thanks, VMware!) and have been slowly tinkering with turning it into an extremely capable self-contained home lab environment. I'm pretty happy with where things sit right now so figured it was about time to start documenting and sharing what I've done.