Category Archives: GNU/Linux

My perspective on GNU/Linux software

gstreamer-vaapi deb package

This is a x86_64 .deb package for gstreamer-vaapi version 0.25 source code was downloaded from the Splitted-Desktop website on June 8th 2011. This package should work on any x86_64 (64bit) version of Ubuntu or other Debian based distributions. I have … Continue reading

Posted in GNU/Linux, Software | Leave a comment

Batch resize images

This simple BASH script will resize all images in the current folder and convert them to jpeg. You choose the resolution and quality. Save it to ~/bin/resizeimages and make it executable chmod +x ~/bin/resizeimages Example of usage: resizeimages 1024×768 65 … Continue reading

Posted in GNU/Linux, Software | Leave a comment