top of page




Install Arch On WSL
How to install Arch on WSL.
Aug 272 min read
Â


My Terminal and Prompt
My Wezterm config local wezterm = require 'wezterm' local config = wezterm.config_builder() config.font_size = 12 config.color_scheme...
May 271 min read
Â


Is root running out of space?
If you are using LVM, we can move directories to their own disk. Let's look at how we move the /var directory. This can help if root is...
May 273 min read
Â


How To Use The All Knowing Find Command
How search works. find [/path/to/directory] [search_parameters] If you don't specify a directory, it searches the working directory. Find...
Mar 102 min read
Â
bottom of page