Showing 42 of 42 entries
-2025-tools, Historical snapshot of the tools and services I used in January 2025., 2025-01-24
-setting-up-macos-for-ansible, Requirements for running Ansible playbooks from macOS., 2024-12-28
-github-actions, A placeholder reference note for GitHub Actions., 2024-11-25
-fly.io, Quick commands for launching and deploying an application with Fly.io., 2024-11-24
-Git submodules, Quick commands for adding and managing Git submodules., 2024-11-24
-lazygit, A short reference for the Lazygit terminal interface., 2024-11-24
-fstab, Reference notes for configuring persistent local and NFS mounts with fstab., 2024-11-22
-git-aliases, Shortcuts for common Git commands and everyday repository work., 2024-11-22
-lf-preview, Notes for configuring file previews in the lf terminal file manager., 2024-11-22
-nixos, An introduction to NixOS, isolated packages, and declarative configuration., 2024-11-22
-quartz, A reference note on Quartz and publishing an Obsidian notebook to the web., 2024-11-22
-Running Packer from a NixOS Host, Firewall and plugin notes for running Packer from a NixOS host., 2024-11-22
-vps-thoughts, Working notes on moving selected self-hosted services to a public VPS., 2024-11-22
-Writing good Go, Learning notes on writing clearer, more idiomatic Go., 2024-11-22
-zettelkasten, An introduction to Zettelkasten-style small, linked notes., 2024-11-22
-Change the default shell, How to change the default login shell from the command line., 2024-11-19
-create-a-user, Guide for creating and configuring users on Linux systems, 2024-11-19
-eudaimonia-machine, A conceptual workspace design for maximum flow and productivity, 2024-11-19
-format-and-mount-volume, Guide for formatting and mounting volumes on Linux, 2024-11-19
-Free and open-source software, A reference note on free and open-source software and its licensing principles., 2024-11-19
-git, A reference note on Git as a distributed version-control system., 2024-11-19
-github, A reference note on GitHub and hosted Git repository workflows., 2024-11-19
-go, Go is a statically typed, compiled programming language designed at Google, 2024-11-19
-gpu-sharing-with-lxc, Guide for sharing NVIDIA GPUs with LXC containers, 2024-11-19
-install-docker, Guide for installing Docker on Ubuntu-based LXC containers, 2024-11-19
-install-nvidia-driver, Guide for installing NVIDIA drivers on Debian-based systems, 2024-11-19
-install-tailscale, Guide for installing and configuring Tailscale VPN, 2024-11-19
-jailbreak, A short definition of device jailbreaking and running custom code., 2024-11-19
-javascript, A reference note on JavaScript and its role in the web platform., 2024-11-19
-linux, An index of public Linux administration notes and guides., 2024-11-19
-mount-nfs-drive, Guide for mounting NFS drives on Linux systems, 2024-11-19
-mount-nfs-to-proxmox-lxc, Guide for mounting NFS shares in LXC containers, 2024-11-19
-obsidian, Obsidian is a powerful knowledge base that works on top of local Markdown files, 2024-11-19
-operating-system, A reference note on operating systems and the services they provide., 2024-11-19
-react, React is a free and open-source front-end JavaScript library for building user interfaces, 2024-11-19
-reset-tailscale-state, Guide for resetting Tailscale state and configuration, 2024-11-19
-root, Understanding root access and administrative privileges in operating systems, 2024-11-19
-smart-notes, A knowledge management system focused on small, linked ideas, 2024-11-19
-test-disk-speeds, Guide for testing disk read/write speeds on Linux systems using dd, 2024-11-19
-test-network-speed-between-boxes, Guide for testing network speeds between Linux machines using iperf, 2024-11-19
-tmux, A terminal multiplexer that enables multiple terminals in a single window, 2024-11-19
-typescript, TypeScript is a strongly typed programming language that builds on JavaScript, 2024-11-19
Showing 42 of 42 entries
NameDescriptionPublishedTopics
2025-toolsHistorical snapshot of the tools and services I used in January 2025.2025-01-24
setting-up-macos-for-ansibleRequirements for running Ansible playbooks from macOS.2024-12-28tools/macos, tools/ansible
github-actionsA placeholder reference note for GitHub Actions.2024-11-25tools/github-actions, tools/github
fly.ioQuick commands for launching and deploying an application with Fly.io.2024-11-24tools/flyio
git-submodulesQuick commands for adding and managing Git submodules.2024-11-24
lazygitA short reference for the Lazygit terminal interface.2024-11-24tools/lazygit
fstabReference notes for configuring persistent local and NFS mounts with fstab.2024-11-22tools/linux
git-aliasesShortcuts for common Git commands and everyday repository work.2024-11-22tools/git
lf-previewNotes for configuring file previews in the lf terminal file manager.2024-11-22tools/lf
nixosAn introduction to NixOS, isolated packages, and declarative configuration.2024-11-22
quartzA reference note on Quartz and publishing an Obsidian notebook to the web.2024-11-22tools/quartz
running-packer-from-nixos-hostFirewall and plugin notes for running Packer from a NixOS host.2024-11-22tools/packer, tools/linux/networking, tools/linux, snippets
vps-thoughtsWorking notes on moving selected self-hosted services to a public VPS.2024-11-22
writing-good-goLearning notes on writing clearer, more idiomatic Go.2024-11-22
zettelkastenAn introduction to Zettelkasten-style small, linked notes.2024-11-22
change-default-shellHow to change the default login shell from the command line.2024-11-19snippets, tools/linux
create-a-userGuide for creating and configuring users on Linux systems2024-11-19tools/linux, snippets
eudaimonia-machineA conceptual workspace design for maximum flow and productivity2024-11-19skills/productivity
format-and-mount-volumeGuide for formatting and mounting volumes on Linux2024-11-19tools/linux, snippets
fossA reference note on free and open-source software and its licensing principles.2024-11-19
gitA reference note on Git as a distributed version-control system.2024-11-19tools/git
githubA reference note on GitHub and hosted Git repository workflows.2024-11-19tools/github-actions, tools/github
goGo is a statically typed, compiled programming language designed at Google2024-11-19language/go
gpu-sharing-with-lxcGuide for sharing NVIDIA GPUs with LXC containers2024-11-19tools/nvidia, tools/linux
install-dockerGuide for installing Docker on Ubuntu-based LXC containers2024-11-19tools/linux, tools/docker, snippets
install-nvidia-driverGuide for installing NVIDIA drivers on Debian-based systems2024-11-19tools/nvidia, tools/linux, snippets
install-tailscaleGuide for installing and configuring Tailscale VPN2024-11-19tools/linux/networking, tools/linux, snippets
jailbreakA short definition of device jailbreaking and running custom code.2024-11-19
javascriptA reference note on JavaScript and its role in the web platform.2024-11-19language/javascript
linuxAn index of public Linux administration notes and guides.2024-11-19tools/linux
mount-nfs-driveGuide for mounting NFS drives on Linux systems2024-11-19tools/nfs, tools/linux, snippets
mount-nfs-to-proxmox-lxcGuide for mounting NFS shares in LXC containers2024-11-19tools/proxmox, tools/nfs, tools/linux, snippets
obsidianObsidian is a powerful knowledge base that works on top of local Markdown files2024-11-19tools/obsidian, skills/productivity
operating-systemA reference note on operating systems and the services they provide.2024-11-19
reactReact is a free and open-source front-end JavaScript library for building user interfaces2024-11-19tools/react, language/javascript
reset-tailscale-stateGuide for resetting Tailscale state and configuration2024-11-19tools/linux/networking, tools/linux
rootUnderstanding root access and administrative privileges in operating systems2024-11-19tools/linux
smart-notesA knowledge management system focused on small, linked ideas2024-11-19skills/productivity
test-disk-speedsGuide for testing disk read/write speeds on Linux systems using dd2024-11-19tools/linux, snippets
test-network-speed-between-boxesGuide for testing network speeds between Linux machines using iperf2024-11-19tools/linux/networking, tools/linux, snippets
tmuxA terminal multiplexer that enables multiple terminals in a single window2024-11-19tools/tmux
typescriptTypeScript is a strongly typed programming language that builds on JavaScript2024-11-19language/typescript, language/javascript
Showing 3 of 58 entries
-kuhree.com/cheapino, 2026-02-18
-kuhree.com/fleet, 2026-02-18
-hikeforlife.com, 2026-02-01