No Comments

Flash video replacer Linux

http://www.webgapps.org/add-ons/flashvideoreplacer    

No Comments

Quality recording and editing of audio and video in Linux

A simple goal: Record myself playing the piano with nice audio and video quality, do some video/audio editing and upload it to YouTube to share with my friends….using Linux! Especially the audio quality needed to be good. And it should not be to expensive. This turnedContinue reading

No Comments

XBMC eats 100% CPU ( one core )

Fix: http://www.interphero.com/?p=72 Settings->Screen->Screen and change “Vertical Blank Sync” to “Always Enabled”.

No Comments

Enabling SCP on Synology NAS

ln -s /opt/bin/scp /usr/bin/scp not sure: ln -s /opt/bin/scponly /usr/bin/scponly

No Comments

Setting up SVN over SSH on Synology NAS

Create a new user from the interface Change /etc/passwd: <USERNAME>:x:<UID>:<GID>:Subversion:/volume1/homes/<USERNAME>:/opt/bin/bash Add PermitUserEnvironment yes to /etc/ssh/sshd_config ln -s /opt/bin/svnserve /usr/bin/svnserve Restart SSHD from interface by disabling it and then enabling it again http://forum.synology.com/wiki/index.php/Step-by-step_guide_to_installing_Subversion

No Comments

Auto loading of images for incoming mail for entire domains in Thunderbird

Thunderbird 2 by default does not allow any auto loading of images so it seems, only from people in your addressbook. There is no global override. Use the following instructions to allow auto loading of images for entire domains. Comes in handy when working inContinue reading

No Comments

Partitions on a loop device ( /dev/loop0p0, /dev/loop0p1, … )

Add the following kernel boot option to the kernel line in grub’s menu.lst and reboot ( I’m not sure which one does the trick ): loop.max_part=63 max_part=63 Create a sparse disk image file ( 40 GB reserved, 0 bytes on disk ) dd if=/dev/zero of=fs.imageContinue reading

No Comments

Sync music with iPhone 3G and ubuntu

http://fatbuttlarry.blogspot.com/2010/01/ipod-touch-iphone-3g-ubuntu-910-in-5.html

No Comments

USB tethering in Ubuntu Karmic with iPhone firmware 3.1.2

Install BlueMon bluetooth manager ( replaces gnome-bluetooth ) and install ipheth from a PPA using the following instructions: http://www.ubuntugeek.com/iphone-tethering-on-ubuntu-9-10-karmic.html Make Ethernet-Tethering again available on the iPhone using a patch from Cydia: http://www.iphoneclub.nl/forum/f59/iphone-help/f60/wiki-handleidingen/46330-tethering-6-stappen-op-firmware-3-1-2-via-cydia-jailbreak.ht Maybe you need to do this too: Optional/needed: remove PDANet and like applicationsContinue reading

No Comments

Auto enable a gnome-panel for each connected monitor

In Gnome it is possible to have a gnome-panel for each monitor. This is very useful. One can create a new gnome-panel by pressing right-click on a existing gnome-panel ( make sure that when the entire gnome-panel space is filled with applets and programs youContinue reading

Pages 1 of 3