If Ubuntu 10.10 Wireless Not Working

13/04/2011 Comments off

wget http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2

tar xjf broadcom-wl-4.150.10.5.tar.bz2

cd broadcom-wl-4.150.10.5/driver

b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o

Categories: Installation

Shortcut key to lock screen

08/04/2011 Comments off

Shortcut key to lock screen is: Ctrl + Alt + L

Categories: Tips & Tricks

Shortcut key to show desktop

08/04/2011 Comments off

Shortcut key to show desktop is: Win + D

Categories: Tips & Tricks

Command for system information

08/04/2011 Comments off

Type in terminal:

lshw

Categories: Tips & Tricks

Install Java Runtime Envoirment in Ubuntu 10.10

08/04/2011 Comments off

First you have to download JRE @ http://www.oracle.com/technetwork/java/javase/downloads/index.html

cd /home/username/Downloads
chmod +x jre-6u24-linux-x64.bin
sudo ./jre-6u24-linux-x64.bin

Note: jre-6u24-linux-x64.bin is the name of downloaded installer.

Rename generated folder (ex: jre1.6.0_24) to sun-java6-jre

sudo mv sun-java6-jre /usr/share/java/

Note: if you cannot rename folder use the command:

sudo chown -R username:username /usr/share/java/

where username is Ubuntu logged user.

Categories: Installation

My desktop with Ubuntu 10.10 OS

08/04/2011 Comments off
Categories: Design

Move window buttons from left to right

07/04/2011 Comments off

Type Alt + F2 to activate Run Applications,run gconf-editor, browse for apps/metacity/general and replace from button_layout :

:maximize,minimize,close

with:

maximize,minimize,close:

Categories: Tips & Tricks

If you don’t want to check the existence of a new Ubuntu distribution

07/04/2011 Comments off

Type Alt + F2 to activate Run Applications,run gconf-editor, browse for apps/update-manager and uncheck check_dist_upgrades

Categories: Updates

If minimize, maximize and close window buttons are missing

03/04/2011 Comments off

If minimize, maximize and close window buttons are missing and your interface is Gnome just type in terminal:

metacity --replace

And your buttons came back!

Categories: Tips & Tricks

Using Wine in Ubuntu 10.04

16/07/2010 Comments off

sudo apt-get install wine

Ubuntu Generation - Wine 1

Ubuntu Generation - Wine 2

Ubuntu Generation - Wine 3

Categories: Installation
Follow

Get every new post delivered to your Inbox.