Linux, Open Source, Web, Engineering, Technology


Archive for the ‘terminal’ Category


July 31, 2009

Setting Firefox 3.5 as default browser system wide in ubuntu

Some applications like TweetDeck don’t respect gnome preferred applications settings and continue to use the older Firefox 3.1 instead of the new one 3.5 when opening links.

This is because

/usr/bin/firefox is currently pointing (like a shortcut) to
/usr/bin/firefox-3.0

To change this to 3.5 enter the following on the command line

sudo ln -sf /usr/bin/firefox-3.5 /usr/bin/firefox

If you want to change it back:

sudo ln -sf /usr/bin/firefox-3.0 /usr/bin/firefox

This will work for Firefox 3.5 as well as Shiretoko 3.5
This will also fix same issues with other Adobe Air applications

Posted via email from queleimporta

Posted by acuervo. Filed under Firefox, Linux, terminal, Ubuntu.

.



February 5, 2009

Using VNC with Terminal Server Client on Ubuntu

The VNC client bundled with Ubuntu, Vinagre, works half the time. Fortunately, we can also VNC with the installed “Terminal Server Client”

The “VNC” option with the default installation of Terminal Server Client is disabled or grayed-out.

To enable it you need to install the xtightvncviewer package in Synaptic or with the following command on the terminal

sudo apt-get install xtightvncviewer

Done!

UPDATE: To also enable the XDMCP protocol option, sudo apt-get install xnest

Posted by acuervo. Filed under Linux, terminal, Ubuntu.

Tags: , , .



January 9, 2009

Native 64bit Java plugin for Firefox, on Ubuntu.

Now there are no more reasons not to install 64bit Ubuntu. First is was Adobe with their native 64 bit Flash plug-in and now Sun has released a native 64 bit Java plug-in.

To install the 64 bit java plugin on Intrepid 8.10:

  1. Download the bin file here
  2. cd /opt
  3. sudo sh jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008.bin
  4. cd /usr/lib/mozilla/plugins
  5. sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so
  6. Restart Firefox

Done!

Posted by acuervo. Filed under 64-bit, Firefox, Linux, terminal, Ubuntu.

Tags: , , .



January 8, 2009

Ubuntu on MSI Wind with Ralink wireless radio

I just got my wife a new MSI wind netbook. First things first, Installed Ubuntu.

Everything just worked out of the box, except the wireless.

Turns out MSI is using several wireless card suppliers. Mine came with a Ralink card. More specifically the RT2860

The are several ways to fix it, but to keep things simple, I’ll go with debian’s way, which is also the easiest.

  1. Just download and install the following .DEB
  2. sudo apt-get install debhelper module-assistant
  3. sudo m-a a-i rt2860
  4. sudo modprobe rt2860sta
  5. sudo gedit /etc/modules , and append “rt2860sta” at the bottom. (without the quotes).
  6. Save the file, and connect with the Network Manager

Done!

Posted by acuervo. Filed under Linux, terminal, Ubuntu.

Tags: , .



December 2, 2008

Installing Xmonad on Ubuntu

This is the simplest (I think) that a window manager can get.

From the makers:

xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell. In a normal WM, you spend half your time aligning and searching for windows. xmonad makes work easier, by automating this.

A window manager that is completely different. To leave distractions aside and concentrate on real work, is very hard to beat xmonad. This is simplicity as its best. It Rocks.

By the way, it can co-exist with your other windows managers so you can use it on a per need basis. Just chose it on the login window by pressing F10.

http://xmonad.org/

To install on Ubuntu:

sudo apt-get install xmonad

Be sure to read the guided tour first and learn all the basic stuff here otherwise I guarantee you wont get anywhere.

The least you should learn is Alt-shift-enter to be able to open a terminal and Alt-shift-q to quit

Posted by acuervo. Filed under Linux, terminal, Ubuntu.

Tags: .



"The opposite of love is not hate, it's indifference.
The opposite of art is not ugliness, it's indifference.
The opposite of faith is not heresy, it's indifference.
And the opposite of life is not death, it's indifference."

Elie Wiesel
3680 grains of sand from alejandro cuervo