Skip to content

Tag Archives: ubuntu

Configuring ecryptfs

23-Feb-09

I was reading through my buddy’s security blog, Security Aegis, and realized that my current security setup in Ubuntu is absolutely terrible – I have a Truecrypt container I dump things into from time to time, and that’s really about it. After recently discovering the Ubuntu Pocket Guide and Reference, I took [...]

Installing Java x64 in Ubuntu

22-Feb-09

Download jre-6u14-linux-x64.bin jre-6u12-linux-x64.bin (hosted locally)
mkdir /usr/lib/jvm (might already exist)
sudo mv jre-6u14-linux-x64.bin /usr/lib/jvm/
cd /usr/lib/jvm/
sudo chmod a+x jre-6u14-linux-x64.bin
sudo ./jre-6u14-linux-x64.bin
sudo rm -r /usr/lib/jvm/jre-6u14-linux-x64.bin
sudo ln -s /usr/lib/jvm/jre1.6.0_14/lib/amd64/libnpjp2.so /usr/lib64/firefox-addons/plugins/
killall firefox

Restart firefox,  it’s good to go.  Tested it with Wordle and GoToMyPC and didn’t have any issues at all – every other Java install method I’ve used hasn’t worked.
Installed & tested [...]

Logitech MX-518 with Gnome in Ubuntu 8.10

21-Feb-09

Not having my back/forward keys working in anything in Ubuntu was driving me nuts – in Windows I was absolutely dependent on being able to lazily click the side buttons (even though I use mouse gestures). The first thing I stumbled across seemed simple enough.
hyperq just replaced his InputDevice section with the code below, [...]

Creating gnome keyboard shortcuts

27-Jan-09

I just found out about gconf-editor and have been crawling through here customizing my gnome desktop to my exact specifications – this program lets you do just about anything you can think of to the gnome environment.  This evening I just wanted my shortcut keys working again.

Hit <Alt>F2 then type gconf-editor and hit <enter>
Click Apps [...]

Installing Adobe Flash Player in Ubuntu 8.10 x64

27-Jan-09

Gotta love reinstalling… a friend just sent me a Youtube link and I completely forgot that I didn’t have flash.

sudo apt-get install flashplugin-nonfree
killall firefox

Started Firefox back up again and was able to click the link he sent me – viewed just fine. Love how easy it is in this version of Ubuntu.