I've recently done a post on setting up OPNsense & WireGuard and connecting an Android phone to it, so my next post is how to connect your Ubuntu desktop machine to the same OPNSense instance.
Given that a lot of stuff I've already covered in my original post, I'm not going to cover old ground aga...
One of the most popular pieces on this site was an article I wrote just over a year and a half ago on how to set up an affordable and small home server. It proved wildly popular, I think, because of the ProLiant's modest price point and ease of use. However, that was back in early 2015. We're now...
In recent years it has become increasingly popular to own your own home server. Whether it's for personal private data backup, home automation or media storage more and more people are looking into solutions that fit their own personal needs. This guide will cover step-by-step how to go from nothing...
Install grub to the wrong drive by mistake during install? Easily fix this by first finding your boot drive.
sudo fdisk -l
Mine was /dev/sdc
, so:
sudo grub-install /dev/sdc
sudo update-grub
And you’re done. Easy wasn’t it!?