This command finds all Flac files and then converts them to mp3 with FFMPEG keeping meta data. find . -name “*.flac” -exec ffmpeg -i {} -ab 320k -map_metadata 0 -id3v2_version 3 {}.mp3 \; [read more]
For a client I needed to show some text on a webpage that would not be printed and some text that would. This is easily accomplished with some css. found on stackoverflow.com [read more]
As I try to make any network that I setup to be as much invisible as possible from the outside world. I thought about how to prevent people from trying to login to my VPN.For instance when you setup an L2Tp/IPSEC VPN. The default ports used are 500 and 4500. So anyone could try and [read more]
Back in 2010 I made this midi controller for my live performances and dj-sets. I used it mainly with Traktor. I made this so I didn’t have to carry CD’s and Vinyls. I actually used it for about 2 years. [read more]
A project where a public pay phone dials random phone-numbers and directly disconnects. Very often people call back to the unknown caller and unknowingly call this public pay phone. Which creates a Movie Moment for the unsuspecting passerby. [read more]
This page exists for me to share projects I do in my spare time. It also is a cheat sheet in case I forget how to do something. A while a go most of the posts got lost due to a server crash. I will try and upload older projects when I find the time. [read more]