sudo netstat -plnt
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Saturday, February 25, 2017
Sunday, February 19, 2017
youtube-dl: download music playlist as mp3
youtube-dl --extract-audio --audio-format mp3
Labels:
Linux,
mp3,
youtube-dl
Tuesday, February 14, 2017
Imagemagick: bash split large images into smaller
for f in *.tiff ; do fbase=`echo $f | cut -d '.' -f 1`; echo $fbase; convert -crop 510x510 +repage $f sub/${fbase}_%02d.tiff ; done
Labels:
imagemagick
Thursday, February 09, 2017
Subscribe to:
Posts (Atom)