M
d
Y
Hello,
This update of Flash Player installer uses the new version 11.2. It downloads it and install.
To install it you must give execution permission:
chmod +x native-64bit-flash-installer-11.2.sh
And then, just execute it:
./native-64bit-flash-installer-11.2.sh
The installation should be complete without problems.
Flash Player 11.2 Installer - Ubuntu 64 Bits
If you want to install older version take a look at: Install Flash 10 on Ubuntu 64 Bits
Remembering that this is the last Flash version for Linux. Sadly. Security problems will have updates.
Matheus
M
d
Y
Hello,
After install my Ubuntu 12.10 and setup it I try to access my online banking. I couldn't access it, because the Java wasn't there. So here is how to Install Java on Ubuntu 12.10 (64 bits) and use it on firefox.
Install:
$ sudo apt-get install icedtea6-plugin
Now to have your Java working on firefox use:
$ sudo apt-get install icedtea-plugin
Close your browser, open and enjoy.
Best Regards,
Matheus
M
d
Y
Good Night,
Sadly (for me) the Scroll bar on Ubuntu 12.10 are still the same as Ubuntu 11.10. I particularly don't like it. So I tried the same method to disable the overlay scroll bar on Ubuntu 11.10 and Ubuntu 11.04 and Ubuntu 12.04 and it works! (I just tested the disable method.)
Use this:
# echo export LIBOVERLAY_SCROLLBAR=0 > /etc/X11/Xsession.d/80overlayscrollbars
If you try the other methods, please let us know if it works!
Remove or Disable Overlay Scrollbar – Ubuntu 11.10
PS: The scrollbar arrow is not showing, maybe a little bug.
Best Regards,,
Matheus
M
d
Y
Hello,
I'm still setting up my Ubuntu 12.10 (Quantal Quetzal). Let's change the menu buttons (minimize, maximize, close) position to the right (again).
Open your Terminal
$ gsettings set org.gnome.desktop.wm.preferences button-layout 'menu:minimize,maximize,close'
Result:

Ubuntu 12.10 menu buttons positions
It is supposed to change without logout, if you have any problem, try to execute it as root and logout
Best Regards,
Matheus
M
d
Y
Good Night!
Everybody probably knows that today Ubuntu 12.10 Quantal Quetzal was released. This version as some older one, doesn't have the Gnome installed by default so we need to install a package.
Use:
$ sudo apt-get install gnome-session-fallback
Logout. Press the gear and choose Gnome Classic or Gnome Classic (No Effects)
That is it!
Matheus
M
d
Y
Hello,
This update of Flash Player installer uses the new version 11.2. It downloads it and install.
To install it you must give execution permission:
chmod +x native-64bit-flash-installer-11.2.sh
And then, just execute it:
./native-64bit-flash-installer-11.2.sh
The installation should be complete without problems.
Flash Player 11.2 Installer - Ubuntu 64 Bits
If you want to install older version take a look at: Install Flash 10 on Ubuntu 64 Bits
Remembering that this is the last Flash version for Linux. Sadly. Security problems will have updates.
Matheus
EDIT: Update to last Flash 11.2.202.243 (19/10/2012)
M
d
Y
Hello,
After install Ubuntu 12.04 - 64 bits to test it, I decided to try the Flash player. I decided to try the method created by Romeo-Adrian Cioba that I published Install Flash Player on Ubuntu 10.04 64 bits or Install Flash on Ubuntu 11.04 64 Bits.
native installer Flash Player 10.2 Preview 3
native installer Flash Player 10.0.45.2 (Seems more stable)
Give execution permission:
$ chmod +x native-64bit-flash-installer.sh
Execute it: (It will close your firefox!)
$ ./native-64bit-flash-installer.sh
Tested and working!
Sadly the repository version is not working for me, but this one keeps working.
Enjoy it,
Matheus
M
d
Y
Hello,
After install my Ubuntu 12.04 and setup it I try to access my online banking. I couldn't access it, because the Java wasn't there. So here is how to Install Java on Ubuntu 12.04 (64 bits) and use it on firefox.
Install:
$ sudo apt-get install icedtea6-plugin
Now to have your Java working on firefox use:
$ sudo apt-get install icedtea-plugin
Close your browser, open and enjoy.
Best Regards,
Matheus
M
d
Y
Good Night,
Sadly (for me) the Scroll bar on Ubuntu 12.04 are still the same as Ubuntu 11.10. I particularly don't like it. So I tried the same method to disable the overlay scroll bar on Ubuntu 11.10 and Ubuntu 11.04, and it works! (I just tested the disable method.)
Use this:
# echo export LIBOVERLAY_SCROLLBAR=0 > /etc/X11/Xsession.d/80overlayscrollbars
If you try the other methods, please let us know if it works!
Remove or Disable Overlay Scrollbar – Ubuntu 11.10
Best Regards,,
Matheus
M
d
Y
Hello
I'm still setting up my Ubuntu 12.04 (Precise Pangolin). Let's change the menu buttons (minimize, maximize, close) position to the right (again).
Open your Terminal
$ sudo apt-get install gconf-editor
Run it
$ gconf-editor
Go to "apps/metacity/general/"
Find "button_layout" and update the value to:
menu:minimize,maximize,close
Save, logout, login. Done!
Best Regards,
Matheus
PS: If you have any problem try to install "dconf-tools", open dconf-editor, close and then try to use this method again.