arch linux Bootstrapping WiFi for an Arch install with wpa_supplicant It's quite easy to get tied in knots when dealing with the early stages of an Arch install because you're offline. So what do you do about this? Get online ASAP.
linux How to configure systemd boot with UEFI We cover configuring a Linux system to boot using systemd boot on a UEFI system.
linux How to get started mining crypto on Linux with Nvidia I'm really excited about the current influx of new people to building computers for the first time to mine cryptocurrencies such as Bitcoin, Ethereum and more. Spending time browsing Reddit I get the
how to How to give Telegraf non-root user IPMITOOL permissions via udev In order to use ipmitool to gather metrics as part of my Telegraf, Grafana and InfluxDB (TIG) setup (read more about how I set that up here) I needed to find a way
arch linux Installing Linux on the Dell XPS 13 (2016) 9350 Skylake revision Let me begin by saying if you are reading this article considering whether or not to purchase the Dell XPS 13 (9350) Skylake revision to run Linux, just do it. The build quality
arch linux How to setup Docker on Linux using Plex as an example I’ll leave a lot of the theory out and just focus on trying to get you up and running as quick as possible providing example commands. I found the biggest hurdle when
arch linux Configure KVM and libvirt on Arch Linux with PCI passthrough This post is aimed at making setting up KVM with virt-manager a breeze. If you havn’t already, set up X11 forwarding to a remote host or install some kind of a GUI
10.9 X11 forwarding from Linux to Mac over SSH There comes a point where it is useful to run Linux GUI apps elsewhere every once in a while and in my case virt-manager. Thus I set about figuring out how to use
arch linux Installing Arch Linux with /root on an LVM This post is aimed at simplifying the process of installing Arch on Logical Volume Manager (LVM). The info in this post came mostly from this excellent Wiki article, with a couple of additions