Author Archives: havar.nielsen

Android Free Software Repository

One of the things to dislike about Android Market is, it is too difficult to find out for what license the free of charge software is available, and there is no option to filter proprietary software. Yesterday, I came across … Continue reading

Posted in Android, Software | Leave a comment

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