New wallpaper added to 2017 GPL Gallery
Monthly Archives: April 2017
Albix Player
19th of June 2017: Abix Player v.2.1. has arrived. Get it here.
Here is the music player I released together with PostX 0.4.2. Albix Player is written with Python and QT4.
#Albix Player Copyright (c) 2017 JJ Posti <techtimejourney.net>
#Albix Player comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991″) Continue reading
Volume-scripts released
During the PostX 0.4.2 development I made scripts, which enabled the user to control the volume of multiple sound devices with the same key press. The end result is that you can adjust the volume of Bluetooth headset, HDMI audio source or a standard volume output with the same keys.
These scripts are written with Bash and you should have pulseaudio, pulseaudio-utils and xfce4-notifyd installed in order to use these. I also recommend that you install xbindkeys so that you can easily map your keys.
Here is a snippet from my my .xbindkeysrc file:
Simple-Mount – bash tool for mounting and unmounting
Apparently, I had forgotten to add this back in the day to my website. Better late than never. Here is a screenshot.

Simple mount. Start program with sh /some_location/mount.sh
Also make sure that the program is executable with: chmod +x mount.sh
<Simple mount> Copyright (C) 2015> JJ Posti (techtimejourney.net)
This program comes with ABSOLUTELY NO WARRANTY; for details see:
http://www.gnu.org/copyleft/gpl.html
This is free software, and you are welcome to redistribute it
under GPL Version 3, 29 June 2007.”