Blogs
How to passthrough an RTX …
Intro I recently acquired an RTX 5060 GPU and had to look at multiple sources in order to get passthrough working. This will outline all the steps I took in order to get it working on my Dell Poweredge T440 server. Pre-requisite I am using an ubuntu 22.04 VM with the official 6.14 kernel update. It …
Send push notifications …
Intro I had a few PowerShell tasks set up in my server with no way of knowing their status unless I checked for logs. Logging in and searching for logs easily becomes a hassle when you have more than one VM. I needed a less time consuming method, so I found a way to send push alerts to my mobile …
Use Authelia as a social …
Intro At the time of writing this post, I found no guide on setting up Authelia as a social provider for ERPNext. These are the steps I took to link them. Authelia If you have an LDAP server configured, you have to make sure the correct attributes are retrieved. The attributes section should look …
Intel Arc A380 …
Intro I took a leap of faith by buying an Intel Alchemist series GPU, even after countless people online advised against purchasing one if the target system doesn’t support Resizable BAR. Still, AV1 at this price point felt too compelling to pass up, even if it meant subpar graphical …
Build and run ollama with …
Intro I have an Intel Arc A380 in my Dell T440 server for Plex and remote gaming through Sunshine. I set up Hoarder and wanted a way to use the AI features without paying for OpenAI tokens. This proved extremely difficult, as none of the readily available solutions seemed to work. This was until I …
Set up centralized SSH …
Intro I was tired of entering my password every time I SSH’d to my VMs, but setting up SSH keys would mean manually copying my public key to each host I wanted to connect to. I then read about one key feature of FreeIPA, which is serving as a centralized key repository. This posed another …