May
14
2010
Hello,
The classic problem when you install some new Ubuntu 64 bits version, how to use flash/
I found a script in internet that do it automaticlly for you, native flash installer (64 bits)
Close FIREFOX!
Download it
$ wget http://www.myscienceisbetter.info/flash-player/native-64bit-flash-installer.sh
Give execussion permission
$ chmod +x native-64-bit-flash-installer.sh
Execute it
$ ./native-64-bit-flash-installer.sh
Matheus
Reference:
http://mattrudge.wordpress.com/2010/05/03/installing-flash-player-on-ubuntu-10-04-64-bit/
May
14
2010
Hello,
If you want to change the position of the buttons in windows. The buttons that I mean is, close, maximize, minimize.
To change it use ALT+F2 and type gconf-editor

Press enter, open the tree APP and search for metacity, search for the button_layout.

Change it to “menu: maximize,minimize,close” remember to update the order of the words to get the default way. “menu:minimize,maximize,close”
Matheus
Reference: http://www.howtogeek.com/howto/13535/move-window-buttons-back-to-the-right-in-ubuntu-10.04/