- Random Photo Generator
- Crontab
- Graphs in Python
- Create Color Palette
- Shader Sandbox
- Text Only Websites
s-tui
: Ubuntu tool for monitoring CPU usage and temperatures (can installstress
to stress test as well)systemctl reboot --firmware-setup
: Boot into UEFI.
python3 -m venv env && source env/bin/activate && pip install -r requirements.txt
-
rsync -a -P ./*/ /home/jscul/test
: merge 2 directories -
ffmpeg -framerate 1 -i %d.png -c:v libx264 -r 1 -pix_fmt yuv420p out.mp4
: join images to mp4