There are many Password applications out there, most require a fee. But what about self-hosting? There are many self-hosted Password managers and a few of those require a fee. But what about a password manager that is command-line based? Let's install and try Password Store.

I am currently running elementaryOS 7 on an old MacBook Air (MacBookAir6,2) of mine. After a kernel upgrade, the Wifi wasn't available.

I can't find a capture of the error, but the fix is to make sure the kernel headers are installed.

uname -r
apt search linux-headers-$(uname -r)

then check fo...

Here's a few notes on apps I installed trying out elementaryOS 7 on a MacBook Air.

Install packages

sudo apt install zsh vim git ansible

Install wifi drivers

sudo apt install linux-headers-$(uname -r)
sudo apt install bcmwl-kernel-source

Install 1Password

Download the .deb file from 1P...

This ain't WordPress

Eagle-eyed nerds will notice this isn't another WordPress blog. What is 'Grav'? It is billed as a flat-file CMS. Unlike WordPress, where you have to have a DB running behind the app, Grav only used Markdown files. So for simple, placeholder sites, it is perfect. I'll be tryi...