Home - ipatch/dotfiles GitHub Wiki
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 LinksRandoms
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
- github tensorflow tutorials, links to YT videos
- medium Google and Uberβs Best Practices for Deep Learning
- medium.com Building a 3 layer nerual network
Computer Science
Shells
Humor
Working with dotfiles
π
For your eyes onlyTODOs
- 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.