Category Archives: Geeky Stuff

IMDB # Prompt in Video Manager

  I followed the 'make it disappear fix' at https://bugs.launchpad.net/mythbuntu/+bug/339880, which comments out the enterimdb section at video-ui.xml at /usr/share/mythtv/themes//video-ui.xml…. Run: find /usr/share/mythtv/themes/ -name "video-ui.xml" -print | xargs sudo sed -i 's/enterimdb/entertmdb/g'

Posted in MythTV | Leave a comment

Sound Blaster 1080 in Ubuntu 9.10

  Set up ALSA for these settings Edit the ALSA config files using your favorite editor. For example: $ sudo nano /etc/asound.conf And edit it to match this: pcm.!default { type hw card 1 device 1 } MythTV Setup http://www.mythtv.org/wiki?title=AllensDigitalAudioHowto#Set_Myth_up_for_digital_sound

Posted in MythTV | Leave a comment

Channel(/dev/video0)::Open(): Can’t open video device, error “Permission denied”

  Quick fix until next reboot: sudo chown root:mythtv /dev/video*

Posted in MythTV | Leave a comment

Java Apps as Windows Service

  I was looking for an easy and cheap way to setup a java application (in this case Pentaho's Carte) to run as a Windows service.  After reviewing a few options I went with "Yet Another Java Service Wrapper" (YAJSW) … Continue reading

Posted in Windoze | 1 Comment

Synergy Software Keyboard/Video Switch

I have a pretty typically computer environment at home with a personal and a work computer (both laptops in my case).  I frequently work from home and find myself going back forth between them.  With laptops this isn't the end … Continue reading

Posted in Linux General | Tagged , | Leave a comment

SME Kernel and/or VirtualBox Update

Initial install done using great How To on Contribs.org.  After the initial installation if you want to upgrade VirtualBox or the SME kernel is upgraded you need to rebuild VirtualBox against the SME kernel. Get the VirtualBox rpm you need … Continue reading

Posted in SME Server | Tagged | Leave a comment

VirtualBox Guest Additions Stopped Working for Ubuntu Guest

After a kernel update the vboxsf mounts would no longer mount. Error message: Device not found Solution: sudo apt-get install dkms

Posted in SME Server | Tagged | 1 Comment

Password Management – KeePass

I reluctantly gave up on Iiumsoft's eWallet for password management. After over the years buying/running it on Windows, Palm, PocketPC, Smartphone, iPhone and Android when in stopped working under Wine for Linux I decided it was time for a change. … Continue reading

Posted in Linux General | Tagged | Leave a comment

Ubuntu 11.10 – 12.04 Tweaks

Many of these things aren't 11.10 specific, but since I find myself applying the same changes to each machine I install a list seemed prudent. Without a list I wind up trying to figure out why X works on one … Continue reading

Posted in Linux General | Tagged , , | Leave a comment

Removing open_basedir restriction from an iBay

Taken from: http://contribs.org/modules/phpwiki/index.php/TroubleshootingFAQ * PHP Warning: (…) open_basedir restriction if installing anything PHP related in ibay Related to open_basedir setting in php.ini file. SME does not allow PHP in /tmp or /usr/share. This is a security measure. PHP values are … Continue reading

Posted in SME Server | Leave a comment