20 May, 2010

3G, Oister, TDC, Telia, bredbånd og Ubuntu

Ubuntu 10.04 og Oister mobilbredbånd (model Huawei E1550 - 2Mbit)

Problemet er at USB stick'en har 2 modes, dels en USB-Storages- og dels

en USB-Seriel mode.

I opstartsmode, optræder den som en USB-Storages mode, da Windows

driverne ligger der og skal installeres derfra.

Linux har ikke behov for driverne, da de allerede findes i kernen.


Det handler så om, at få skiftet tilstand fra USB-Storage til USB-Seriel.


Til det formål installeres "usb-modeswitch"

Det gør du ved at bruge
apt-get install usb-modeswitch usb-modeswitch-data

når det gjort tilføjer du Oister Mobil i network manager ...
så vil Oister dogle automatisk koble sig på mobil bredbånd.

Du skal selfølgelig tilføje APN for din operatør i din Mobile Bredbånd Manager.

Højre klik på din Network Manager
Vælg Edit Connections
Vælg faneblad Mobile Bredband

Vælg Add (tilføj)

Tryk Foward
Vælg Danmark
Vælg provider (operatør)

Tryk Foward
Vælg Standard


Apply tilsidst


evt hak flueben af Connect automatically


Tryk OK
(nu har du tilføjet APN for din mobile bredbånd)


nu kunne du unplug og plugin din mobile bredbånd i computeren,
og hvis du har vælgt automatisk tilsluting under processen,
så går der op til 30 sek og du er forbundet..


p.s. ved at skrive denne artikel var jeg fobundet med Oister bredbånd.

14 May, 2010

How to install OpenGL on Ubuntu?



OpenGL on Ubuntu is easy to install, here is one of the way to installing OpenGL,
open terminal and type in:

sudo apt-get update

sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
 
 

10 May, 2010

How to add a user to the sudoer list:

  1. Open a Root Terminal (you need to be root first time ) and type visudo (to access and edit the list)
  2. Using the up/down arrows, navigate to the bottom of the sudoers file that is now displayed in the terminal
  3. Just under the line that looks like the following:
  4. root ALL=(ALL) ALL
  5. Add the following (replacing user with your actual username):
  6. user ALL=(ALL) ALL
  7. Now press Ctrl+X and press Y when promted to save
That's it, your new user now has root privileges!

08 May, 2010

Install Aeon skin in 6 steps XBMC

This is how to install Aeon the quick way.

Didn't like the color scheme though..not going to use it.

Install Skin Aeon
-----------------
1)
sudo apt-get install git-core

2)
cd ~/.xbmc/skin

3)
git clone git://github.com/djh/aeon.git

(If you want a another folder name git clone git://github.com/djh/aeon.git "Aeon Stark")

4)
cd aeon

5) Get the fonts
EDIT: The URL will be generated based on your ip (I think) You have to get your own from
http://www.mediafire.com/?lywzwbnqyyy

wget http://download273.mediafire.com/aew2memhsysg/lywzwbnqyyy/Aeon_Fonts160709.zip
unzip  Aeon_Fonts160709.zip
mv Aeon/fonts fonts

6) clean-up
rmdir  Aeon
rm Aeon_Fonts160709.zip