ubuntu
installing red5 on ubuntu slicehost - the easy way
this is easier than you might expect.
fix your sources.list
sudo nano /etc/sources.list
...and add "multiverse" to end of all the lines
update apt
sudo apt-get update
get red5 .deb installer
wget http://www.nielsenaa.com/red5-installers/red5_0.7.0_all.deb
install red5
sudo dpkg -i red5_0.7.0_all.deb
fix any dependency issues
sudo apt-get -f install
check it out @ http://myserver.com:5080 . you should see the red5 page!
Ubuntu Vmware Server C header files headers error
stuck with this error?
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is not an existing directory.try this:
sudo apt-get install linux-headers-$(uname -r)
ln -sf /usr/src/linux-headers-$(uname -r) /usr/src/linuxUbuntu - Uninstall & reinstall all packages
This saved me a bunch of time downgrading from 64-bit to 32-bit ubuntu:
upgrading Flex builder linux to alpha 5, on 64-bit Ubuntu 9.10:
OK. So for anyone else having this issue, when Adobe decides to piss on us Linux Flash developers again:
This time it was making my Flex Builder Alpha expire. First it took hours ( and two unhelpful Adobe reps ) to realize that there was a new alpha available for Flex. I thought they were trying to make me buy a license. So I figured, oh, cool, it'll be a cinch to upgrade. But I was incorrect.
Upgrading Flex builder linux to alpha 5, on 64-bit Ubuntu 9.10:
Ubuntu 9.10 upgrade causes vmware issues
1) Quick fix for when upgrading to Ubuntu 9.10 causes compiling errors in vmware-config.pl
2) For dealing with weird mouse issues:
This thread gave me the idea:
sudo nano /usr/local/bin/vmwareVistaAnd place in this file :
export VMWARE_USE_SHIPPED_GTK=yes;And then whatever you use to launch the VM, aka:
Flash freezes when using camera on 64-bit Ubuntu
So I've been doing more Flex / red5 development recently and have been increasingly frustrated by the tendency of Flash 10 to often crash and burn when I try to access my webcam. To my amazement, there's an easy fix - just run firefox with
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so firefox &Hot damn!
Firefox hangs on Gmail loading stars on Ubuntu
This one had annoyed me for quite some time, very happy to finally have found a fix:
Every time Gmail refreshed, it would reload all the star icons one by one, and would freeze up that tab until all the visible star icons were reloaded. This would make me wait for all the stars to load before I could go back to work on another tab...BOOO.
Here's the fix:
1) In the location bar, go to about:config
2) Search for browser.cache.memory.enable
3) Change it to "true"
Crackling audio after reboot with Ubuntu 9.4 64-bit on Lenovo t400
Running a dual-boot with Vista and Ubuntu...
Vista froze on me and I had to reboot. After booting back into Ubuntu I had no sound except a crackling.
But it didnt seem to be a hardware thing because booting back into Vista, audio worked fine.
Turns out this thread had the answer.
Somehow my PCM mixer got muted...all that was needed was to bring it back up with alsamixer -Dhw
USB hard drive hangs during read / writes in Ubuntu 8.10
same issue as
http://ubuntuforums.org/showthread.php?t=797789
http://ubuntuforums.org/showthread.php?t=163716
official bug is at:
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/88746
and
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/264789?comments=all
tried this first:
sudo modprobe -r ehci_hcdthen tried (as root)
echo -1 >/sys/module/usbcore/parameters/autosuspend
shutdown -r nowneither worked. hrmph. next up did
umount /dev/sdb1
fsck /dev/sdb1