Cli Software
How to use and tips and tricks on cli software.
ImageMagick
Solarizing image convert -solarize 40% input output Modulating image convert -modulate 40 input ...
FFmpeg
FFmpeg is a great tool for audio and video operations. Find your video codec (libx264 will always...
Rsync
Need to move/copy a lot of files between 2 directories locally or across the network? Use rsync. ...