Daniel McKnight's blog

Tags · bash

Home

Archives

homelablinuxbashdevelopment

Dotfiles

In my previous post, I mentioned syncing dotfiles as a future task. I considered using Nextcloud to sync my home directory, but realistically I only want a small subset of files to sync between devices. I also don’t necessarily want to share sensitive data like SSH keys or device-specific configuration the same way I do dotfiles. For now, I’ve decided t..

Read more
homelablinuxbashdevelopmentkubernetes

Setting Up Kubernetes Tools

At work, I somewhat recently transitioned from using the Kubernetes Dashboard to using k9s as DigitalOcean deprecated their hosted Dashboard for DOKS. Today, I found that I needed to modify a Secret and that k9s and kubectl have no native tools to do this. I also found that I didn’t have bash completion set up since upgrading to a new dev machine, so I to..

Read more
homelablinuxbashdevelopment

Shell Customizations and SSH

Taking a detour from actual deployments, I recently started experimenting with different shell customizations. Until now, I’ve just used whatever default shell I have available on a given system, but a recent live stream from Lawrence Systems mentioned shell customizations and tmux and lead me down this rabbithole. I’ll also mention SSH configuration as it..

Read more