Skip to content
chris edited this page Feb 14, 2024 · 44 revisions

ipatch's βš“οΈ dotfiles wiki

# run the below cmds when editing wiki on new box
git submodule init;
git submodule update --recursive --remote;
# more than likely submodules will require setting \
# branch to master from detached HEAD

Contents

To reference images contained within the lib directory of this git repo link for cloning repo not viewing, prepend the below URL at the beginning, before the media file name,

https://raw.githubusercontent.com/wiki/ipatch/dotfiles/lib

Awesome Wikis πŸ™ˆ πŸ”

For information pertaining to Ruby, rails, Elixir, Phoenix framework & friends πŸ‘«

For information pertaining to Apple AirPort devices, ie. routers and NAS's

For a pile of poop notes about homebrewing 🍺, ie. analog not package management.

⚠ Language specific notes, ie. documents that were perviously stored within this wiki submodule repo have been moved to README.md files in the respected lang directory of my dotfiles repo. Ex. To see notes about working with the python 🐍 programming language, click here

Useful Links πŸ”

Randoms

randoms / working with ventoy

when adding a persistent casper file to a debian based distro using ventoy with a live image, ventoy creates the below persistent file

/dev/mapper/vtoy_persistent

Machine Learning

Computer Science

Shells

Humor

Working with dotfiles

For your eyes only πŸ”

TODOs

  • work on setting up and experimenting with ZFS on macOS, and see if it can be used to optimize back ups of virtual machine disk images, vdi, qcow, qcow2, vmdk because as of right now the entire image is duped when making the simplest of changes to a virtual machine thus createing a ~ 50GB transfer for some virtual disk files using rsync. zfs supposedly can use a snapshot feature to optimize incremental backup of such things as virtual disk files.
Clone this wiki locally