Running FastAI book locally on Linux with Virtualenv

Finally got an NVidia 3060 and a new machine that I built now that prices for GPUs are more reasonable. I am running Manjaro on this new machine and one of the reasons for putting it together was to continue working on the FastAI book. Now the recommended approach by the authors is to use…

Starting imwheel automatically on login

This was way more annoying than it should have been – I am using imwheel to increase scroll speed and wanted to set up my Manjaro 5.15 KDE environment so that it starts automatically at startup. The following things did not work: Setting up an autostart shortcut to imwheel Setting up a login script for…

A Running List of useful Linux utilities

This will be a place where I’ll track a running list of useful Linux utilities. convert <input_image> <output_image> ps2pdf <input_pdf> <output_pdf> cat <input_file> | tr ‘,’ ‘\n’ | tr -d ‘\[\”\] ‘