Note that you will need flac and lame for this to work. Run the following line in the directory where the flac files are: for file in *.flac; do flac -cd “$file” | lame -h – “${file%.flac}.mp3″; done You can also make lame create the mp3 files somewhere else. Take the following line: for file in […]
(7)
Mele Usb Host Location

Very small post, just a reminder : […]
Trying Linux distro on Mele
I quite broke Android on the Mele today, and the easiest way to fix it (without opening it or reinstalling it entirely) is to boot an alternative linux distro. I tried: Linaro 12.07 by CNX-Soft Image name linaro-precise-alip-20120724-274 Needs 4 GB SD Card Display is laggy, but access to internal […]
Tweak Mele to use sata hard drive as main storage
The Mele is really a nice mini computer but Android is sometimes a bit weird; when connecting a hard drive through the embedded sata port, media players are reluctant to scan it, making it difficult to launch movies or music from it. I tweaked Android a bit so that it thinks that main storage is the […]
Setup OpenVPN in Ubuntu
I recently installed a PC running Ubuntu in an encrypted drive. The next step was to use a VPN provider to anonymize it a bit. I first used the Network Manager to configure and run the VPN, but I was a bit confused by the GUI, and wanted to customize the VPN a bit more. Moreover Network Manager […]
Enable correct resolution on VGA output
I recently reinstalled Ubuntu 12.10 from scratch on a PC with a nvidia GeForce 9300 embedded. The only particular thing is that it was connected to the monitor through VGA. Unfortunately, the display was stuck at 1366x768 instead of the native resolution 1680x1050 no matter if I used the nouveau or […]
Recognize SDRAM and DDR Modules

Just a quick reminder on how to recognize DDR DIMM modules And also, SDRAM DIMM (2 holes instead of 1, 168 pins) And some vintage SIMM DRAM modules! 72 pin SIMM DRAM (486, Pentium) 30 pin SIMM DRAM (286, 386, older 486) Sources source 1 source 2 source 3 […]