Skip to content

Monthly Archives: January 2009

Updating to Openoffice 3.0 on Ubuntu 8.10 x64

25-Jan-09

sudo wget http://ftp.osuosl.org/pub/openoffice/stable/3.0.0/OOo_3.0.0_LinuxX86-64_install_en-US_deb.tar.gz
tar -xvzf OOo_3.0.0_LinuxX86-64_install_en-US_deb.tar.gz
cd OOO300_m9_native_packed-1_en-US.9358/DEBS/
sudo dpkg -i *.deb
cd ../..
rm -R OOO300_m9_native_packed-1_en-US.9358

Hrm… this didn’t update my menus, I’ll have to revisit this later once I actually need a word processor and figure it out.

Turn off PC speaker in Ubuntu

25-Jan-09

Hearing the PC speaker was driving me nuts every time I hit backspace too many times…  turn it off this way:
Temporarily:

sudo modprobe -r pcspkr

Permanently:

echo “blacklist pcspkr” | sudo tee -a /etc/modprobe.d/blacklist

Installing Ubuntu 8.10 from scratch

25-Jan-09

Managed to completely screw something up that caused flash to stop working, my drives no longer want to mount, and probably one or two others things that I didn’t bother to find out first. On top of that ever since I switched USB ports on my mouse fiddling around a week or [...]

Customize the bash prompt

21-Jan-09

http://ubuntuforums.org/showthread.php?t=614743
cd ~/
cp .bashrc .bashrc-backup
touch .bash_colors
gedit .bash_colors
Paste in:
# ANSI color codes
RS=”\[\033[0m\]“    # reset
HC=”\[\033[1m\]“    # hicolor
UL=”\[\033[4m\]“    # underline
INV=”\[\033[7m\]“   # inverse background and foreground
FBLK=”\[\033[30m\]” # foreground black
FRED=”\[\033[31m\]” # foreground red
FGRN=”\[\033[32m\]” # foreground green
FYEL=”\[\033[33m\]” # foreground yellow
FBLE=”\[\033[34m\]” # foreground blue
FMAG=”\[\033[35m\]” # foreground magenta
FCYN=”\[\033[36m\]” # foreground cyan
FWHT=”\[\033[37m\]” # foreground white
BBLK=”\[\033[40m\]” # background black
BRED=”\[\033[41m\]” # background red
BGRN=”\[\033[42m\]” # background green
BYEL=”\[\033[43m\]” # [...]

Google Gears in Firefox x64 for Wordpress 2.7

19-Jan-09

To resolve this error:
“Google Gears” could not be installed because it is not compatible with your Firefox build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem
Stan Joel posted the lastest (5.18.0) on Issue 335

Download: http://jms.id.au/~shenki/gears/gears-linux-x86_64-opt-0.5.18.0.xpi
In Firefox,  click File -> Open File, find gears-linux-opt-0.5.18.0.xpi
Click “Install Now” when prompted
Restart Firefox

I keep up to [...]