brandr

I find myself constantly swapping monitors I am using on my laptop and without a desktop environment like KDE or GNOME it can be hard to get the correct monitors setup. I wrote a simple script to automatically set my monitor arrangement depending on the active monitors but its not…

Mixtape App

A longer project that I have been working on that took around a few months to build out. GitHub - phantasmfour/mixtape_app: Music Player AppMusic Player App. Contribute to phantasmfour/mixtape_app development by creating an account on GitHub.GitHubphantasmfour Why Build This? Two things I was looking to…

Learning a language with Voice Synthesis

I have tried a lot of language learning apps. I find most of them are hard to stick to and don't always keep me interested or engaged. I have tried podcasts in other languages but they are sometimes too hard to understand. So with this we take an intermediate step.…

How to setup LDAPS with SHA256 Password Hashes

I have been fascinated recently by using ldap to help increase my password strength. I have most of my passwords in my password manager but I would really like to just have one password for doing super admin tasks in my environment so I can skip the password manager step.…

Power Saver

I generally do not need my infrastructure running while I am sleeping. So why not turn it off. GitHub - phantasmfour/powerSaver: Save PowerSave Power. Contribute to phantasmfour/powerSaver development by creating an account on GitHub.GitHubphantasmfour Proxmox I run a two node Proxmox cluster that hosts all my VMs.…

Host Detector

There are probably already way better ways of doing host detection on your network but I was always thinking of creating one on my own. GitHub - phantasmfour/hostDetector: Check Hosts on My SubnetsCheck Hosts on My Subnets. Contribute to phantasmfour/hostDetector development by creating an account on GitHub.GitHubphantasmfour…

Bitwarden API Backups

From my last post I got to experiment with the Bitwarden API and learn the different levels of authentication. I had an interesting idea to leverage the API to create backups of my Bitwarden credentials. However there are no actual documented API commands to do this and every way via…

Bitwarden API Exploration

I write a good amount of code and was looking for a way to store credentials. I already self host a Bitwarden instance and searches online show that even self hosted instances can use the Bitwarden API. Bitwarden actually has two different APIs that I found. The Organization API which…