03
Jul/23Unraid
Overview I have been using Unraid for over 2 years now and it has a great in-between a full solution such as a NAS dedicated hardware and a homelab DIY solution. The idea was to use it as a server … Continue reading
01
Aug/22Let’s Encrypt With HaProxy
Overview Using EFF’s goal to encrypt the Internet has spawned a project to issue TLS certificates is a great idea and opens up certificates for everyone and not just for those with money. To balance certificates being miss used, EFF … Continue reading
03
Aug/20Install Network UPS Monitoring Server
Overview I have been using an Uninterruptable Power Supply (UPS) on and off for years. It was in the last few years when we noticed the lights brightening and dimming on halogen bulbs I decided to look into it deeper … Continue reading
04
May/20Ubuntu 18.04 Desktop Clipboard Sharing Not Working Using VirtualBox
I have a desktop Ubuntu virtual machine(VM) ready to be cloned so I can spin up a VM as quick as possible. Recently, the machines would loose the ability to share clipboard and the fix is below: sudo apt install … Continue reading
04
Mar/19Cloud Desktop
Overview Having a persistent cloud environment means no more standby or shutting when you’re moving or leaving the computer. Leveraging cloud computing, it could be as cheap to run or as powerful as you want configure it. Install Gnome Install … Continue reading
04
Feb/19Install Gnome Shell Extensions System Monitor on Ubuntu 18.04
Overview With Ubuntu 18.04 LTS switching back to Gnome as the desktop manager from Unity, it means it can take advantage of Gnomes features that replaced unities such as system monitor in the dock. Minimum Install Open the gnome terminal … Continue reading
03
Dec/18Boot From Grub
Overview When you get the grub command prompt: grub > It means something went wrong with the grub boot leader whether it was not installed properly or it cannot find your hard drive to boot into the OS. From this … Continue reading
03
Sep/18HAProxy Redirect Unknown Subdomains
Overview It’s possible to redirect non configured sub domains to a different error message rather than a default or error 503 which is a server side error. Edit /etc/haproxy/haproxy.cfg and add the following to the default frontend: default_backend no-match Then … Continue reading