Oct 13 2011

Remove or Disable Overlay Scrollbar – Ubuntu 11.10

Good Night,

Sadly (for me) the Scroll bar on Ubuntu 11.10 are still the same as Ubuntu 11.04. I particularly don’t like it. So I tried the same method to disable the overlay scroll bar on 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

Oct 13 2011

Changing the menu buttons positions on Ubuntu 11.10

Hello

I’m still setting up my Ubuntu 11.10 (Oneiric Ocelot). 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

Oct 13 2011

Going back to Gnome Classic on Ubuntu 11.10

Good Night!

Everybody probably knows that today Ubuntu 11.10 Oneiric Ocelot was released. I just finish my installation and I couldn’t find the Gnome Classic option. Then I remembered somebody told me I need to install “gnome-session-fallback” to get it again.

Use:

$ sudo apt-get install gnome-session-fallback

Logout. Press the gear and choose Gnome Classic.

That is it!
Matheus

Apr 28 2011

Installing Flash Player on Ubuntu 11.04 – 64 bits

Hello,

Just installed my Ubuntu 11.04 – 64 bits, and decided to install flash. I thought to install the Romeo-Adrian Cioaba script that I published as
Install Flash in Ubuntu 10.04 – 64 Bits.

I decided to update the script to install the last available flash version. The newer version that I found is Flash Player Square 10.2.p3.

Native Flash Player 10.2 Preview 3 installer
Native Flash Player 10.0.45.2 installer (Recommended, seems more stable)

Give it, execution permission:

$ chmod +x native-64bit-flash-installer.sh

-

Execute it.

$ ./native-64bit-flash-installer.sh

I commented the line that create a symbolic link to XUL-Runner, because I couldn’t find it on my computer. If you have any problem, let me know.

Tested and working!

There is a Flash version on Ubuntu repository. (It is older and I can’t guarantee anything about it. But it is there)

$ sudo apt-get install flashplugin-installer

Best Regards,
Matheus

References:
http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html

Apr 28 2011

Remove or Disable Overlay Scrollbar – Ubuntu 11.04

Hello,

I like the normal scrollbars. So when I installed Ubuntu 11.04, I didn’t like the new type of scrollbars. If you want to remove it:

$ sudo apt-get remove overlay-scrollbar

If this doesn’t work, try this (tips from Joonas)

$ sudo apt-get remove liboverlay-scrollbar-0.1-0

Or if you just want to disable it (I think it is betters), do this:

$ sudo echo “export LIBOVERLAY_SCROLLBAR=0″ > /etc/X11/Xsession.d/80overlayscrollbars

Reboot your system.

That is it!
Matheus

References:
http://www.webupd8.org/2011/04/how-to-disable-overlay-scrollbars-in.html
http://ubuntu4beginners.blogspot.com/2011/04/disable-overlay-scrollbars-in-ubuntu.html

Apr 20 2011

Manual Android root

Hello,

This article explain how to manually root your Android. To use it, you must have Android SDK installed. The necessary posts are in the end of the post, I recommend you to read all instructions first.

Read more »

Apr 19 2011

Restoring your Android (Nexus One)

Hello,

Yesterday, I start trying to root my Nexus one, but I had my bootloader locked, I couldn’t root it from Gingerbread version, so I had to restore it to a previous version. If you want to restore a older version use this steps:

PS: BE CAREFUL WITH THE ROM THAT YOU CHOOSE. THERE ARE SOME ROMS THAT JUST WORK IN SOME DEVICES. IT IS IMPOSSIBLE TO RESTORE IT DIRECTLY TO FRG83 USING PASSIMG.ZIP METHOD!

1. Download the ROM version that you want from XDA Nexus One ROMs
2. Rename the zip to PASSIMG.ZIP
3. Copy the PASSIMG.ZIP to your SD card. (Without using any folder.)
4. Turn off the phone
5. Turn on the phone with Volume down button pressed
6. Your phone will show a screen looking for files (WAIT, it could take up to 3 minutes)
7. The phone will ask if you want to start the updates. Press Volume UP button to start it.
8. Your system will start with the ROM that you choosed.

REMEMBER! Be careful with the ROM version

Best Regards,
Matheus

Referencia:
http://forum.xda-developers.com/wiki/index.php?title=Nexus_One/Guides_%26_Tutorials#Unroot_.2F_Restore_your_Nexus

Apr 17 2011

Translating using POEdit.

Hello,

To translate .po files and .mo files we can use POEdit.

To install it using ubuntu use:

$ sudo apt-get install poedit

Open it in “Applications – Programming – POEdit”

Use “File – New catalog from POT file”, select your .pot file and create a new translation for it.

Start translating!

Best Regards,
Matheus

Referencias:
http://perl.bristolbath.org/blog/lyle/2009/01/making-po-and-mo-files.html

Mar 24 2011

Showing “Save and Quit” button on Firefox 4

Hello,

This post is a tip. If you installed Firefox 4, and when you try to close it, you get angry because your “Save and quit button” is not there. Do this:

1. Acess “about:config”
2. Press “I’ll be careful, I promise!”
3. Search for “browser.showQuitWarning”
4. Change it to True

Best Regards,
Matheus

Dec 08 2010

Interative Graphic System – Graphical Computing.

Hello,

This publication brings a Interative Graphic System, it has possibility to create points, lines, polygons and curves, rotation and other operations, color in objects, and other functionalities.

IGS Final

Hope you enjoy,
Matheus