๐๏ธ Install Docker on Debian
Introduction
๐๏ธ Install Portainer Host/Agent
Introduction
๐๏ธ Install Nvidia Drivers Ubuntu
Introduction
๐๏ธ Pass Nvidia GPU Into Docker
Introduction
๐๏ธ Learn How to Use Grafana to Monitor Your System
If you already have Prometheus installed on another PC that is reachable from the one you are setting up now, you do not need to deploy another instance of Prometheus, you can simply add this PC as a target in config.yaml for the existing Prometheus instance.
๐๏ธ Node Exporter
Introduction
๐๏ธ Host a Local AI
Introduction
๐๏ธ Back Up and Assemble an MDADM RAID5 Array
I recently created an 8 disk RAID5 array using mdadm (multiple device administration) in Ubuntu. I had to reinstall my operating system and wanted to make sure I could restore everything afterwards without much fuss. Turns out as long as you back up your config file it is pretty easy!
๐๏ธ Dockerize Filezilla
I never really thought of running an FTP client in Docker but I have a use case now: My raid 5 array is hosted on my server which is just a headless Ubuntu Server instance. Sure, I could use ftp in the CLI but when I have Docker and can just spin up a FileZilla instance and access it via the browser it just does not seem enticing. I actually have a lot going on with my raid array, but basically how I have it set up is that at the group level the group โsmbusersโ has access, and then at the user level itโs owned by root.
๐๏ธ Grafana - Monitor NVIDIA GPU
Introduction