My Gnome-Shell Just as I like it :) … Unity sucks dirt :P
My Gnome-Shell Just as I like it :) … Unity sucks dirt :P

It took me an evening to figure out how to get this data stick working in Linux but now I can cruise the street with my data stick and show off my geek cred!
The Wind Mobility Data Stick is a HUAWEI E1691
For those interested in how to get there Wind Mobility Data Stick working in Gnome 3 run these commands:
Now just make a new connection with similar settings.

Create a new connection … Let call it “Wind”


Save your settings and get out of the connection editor. Now when you install your Wind Mobility Data Stick NetworkManager will automatically try to connect to it!

For those of you who love the console, here are the settings to use with wvdial.conf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
APN = broadband.windmobile.ca
Phone = *99#
ISDN = 0
Password = xxxx
Username = xxx xxx xxxx
Modem = /dev/modem
Baud = 9600

Currently there are only a few Linux distro’s that are officially supporting Gnome-shell. So naturally I had to make a transition from ubuntu which has been very good to me to Opensuse which has been a stable distribution. Since my main use for linux was ruby development i needed to recreate my build enviroment. Below are the commands I used to install RVM, Ruby and Rails 3.
From your linux console run these commands:
Insert the following code to the last line of your .bashrc file then save your changes
$HOME/.rvm/scripts/rvm” ]] && . “$HOME/.rvm/scripts/rvm”
Restart(close and open) a new console window and continue running these commands