Archives
Categories
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….
find /usr/share/mythtv/
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 }
Quick fix until next reboot:
sudo chown root:mythtv /dev/video*
These are my installation notes for installing Pentaho Data Integration (PDI) so I can repeat it if necessary.
Open Issues:
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) which is based on Tanuki's Java Service Wrapper (JSW). JSW is the basis, but the YAJSW spin off offers a LGPL version for 64-bit Windows which JSW did not.
Be sure to reference the YAKSW web site for the installation details, but they are pretty straight forward:
I was concerned about handling application upgrades without breaking the service so I placed the application in a non-version specific folder. eg. pdi as opposed to pdi-ce-4.3.0. I also put the YAJSW directory in the same parent folder as the application and give it a name to show it is the service for pdi, so pdi-service. Now to perform upgrade I do the following:
Note 1: That when you reinstall the service it will be set to start automatically, so if that is not the desired setup you'll need to go into Control Panel -> Administrative Tools -> Service and find the yajsw service and change it's start up option.
Note 2: These upgrade steps may be overkill, but so far they seem to work. I'll update the instructions if I find a better way.
Note 3: If you upgrade java (eg. 1.6 to1.7) then you'll likely need to reconfigure the service since it references the java path, in my case c:\Program Files\Java\jre6
I couldn't find the author's name, but YAJSW seems like a great app, THANK YOU!
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 of the world since you can pull the one you need close to switch from one to the other. Where is starts to get messy is if you add a full size keyboard and external mouse which is my preference. Suddenly there is a lot crowding up the desk.
For servers I use KVM (Keyboard/Video/Mouse) switches so I can access multiple machines, but I'm not sure how well video switching would work with laptops.
Long boring intro to the problem, but there is a great category of utilities known as Software Keyboard/Mouse Switches. I have been using a FOSS package called Synergy which has been a great solution. It allows me to attach the keyboard/mouse to one laptop and drag the mouse to the laptop sitting next to it begin working as though I am directly connected. Even better, they can be different OSs. For work I'm stuck with Windoze, but my home laptop is Ubuntu and it works seamless together.
There are a few issues I've run into, but all very minor:
Great for desktops/laptops, but I don't think this is as useful for managing remote servers. My servers sit headless in the next room so I generally connect to them via SSH, RDP or VNC depending on the OS and server configuration. This addresses 95% of my access to the servers. The remaining 5% is when the server is not network accessible from some reason, I need to get into the BIOS or see the boot progress. Then I go back over back to the monitor, keyboard and mouse hooked to the faithful KVM switch then to the servers.
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 (for SME 8 beta 7 it is RHEL5/CentoOS 5 version) from VirtualBox.org.
Gently reinstall (as opposed to Force)
rpm -vi --replacepkgs VirtualBox-4.1-4.1.8_75467_rhel5-1.i386.rpm
That should take some time and rebuild what you need.
Edit the following file: /etc/vbox/vbox.cfg so it contains:
VBOXWEB_USER='root' VBOXWEB_HOST=127.0.0.1 VBOXWEB_PORT=18083
If you upgraded VirtualBox then get the latest extensions too:
wget http://download.virtualbox.org/virtualbox/4.1.2/Oracle_VM_VirtualBox_Extension_Pack-4.1.2-73507.vbox-extpack vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.1.2-73507.vbox-extpack
Finally for safe measures:
signal-event post-upgrade signal-event reboot
After a kernel update the vboxsf mounts would no longer mount.
Error message:
Device not found
Solution:
sudo apt-get install dkms
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. The beauty of eWallet was the syncing between my laptop and phone, but I really needed syncing between the different computers I use and my phone. If I add a password in one place and it isn't on the next computer then it isn't helping. After spending way too much time looking at options I decided in KeePass2 for password management and UbuntuOne for keeping everything in sync. I looked briefly at LastPass, but to get phone syncing you need premium version. For some reason I can't explain, I'd much rather donate $20 voluntarily toward something like KeePass2 then pay the fee for LastPass. Anyway KeePass2 works great on Win32 with Firefox, OK with FireFox on Linux with PassIFox add-in and OK on Android (it is read-only on Android, but so far that hasn't been an issue). All of the platforms run UbuntuOne and sync and KeePass folder that only contains the encrypted KeePass database. It's small enough that if I make a change and then shutdown the computer the change has already been propagated to the cloud. Installation (Linux):
sudo apt-get install mono-devel