
Make your google home page look good. The first time you need to do is login to your gmail and then you just click “Change background image” on left corner of google home page.
Select your background image for your google home page.
- From My Computer
- My Picasa Web Photo
- Public gallery
- Editor’s picks

for example I choose “From my computer” > select your image > click “upload” button and please wait until finish uploading.
And now so let’s take a look the result

You can change another image background and remove background if you want to do.
^_^
I just want to share about simple configuration how to change grub splash image on ubuntu 10.04 (lucid) LTS. Follow the command below:
1. Prepare an Image with resolution 840×640 pixel.
Design your own image with gimp image editor or inkscape.
2. Open gnome-terminal
Application > Accessories > Terminal or Alt+F2 and type gnome-terminal
3. Copy the image
Copy the image to /boot/grub and /usr/share/images/desktop-base/
Note : use root access to copy
4. Change 05_debian_theme
pii@desktop:~$ sudo gedit /etc/grub.d/05_debian_theme
Find the line
WALLPAPER=”/usr/share/images/desktop-base/moreblue-orbit-grub.png”
COLOR_NORMAL=”black/black”
COLOR_HIGHLIGHT=”magenta/black”
replace with
WALLPAPER=”/usr/share/images/desktop-base/your-image.png”
COLOR_NORMAL=”white/black”
COLOR_HIGHLIGHT=”white/light-gray”
save the configuration dan close gedit.
5. Update Grub
pii@desktop:~$ sudo update-grub
Generating grub.cfg …
Found Debian background: your-image.png
Found linux image: /boot/vmlinuz-2.6.32-21-generic
Found initrd image: /boot/initrd.img-2.6.32-21-generic
Found memtest86+ image: /boot/memtest86+.bin
done

Note:
Grub splash image will be working on dual boot system, if you have only one operating system, press SHIFT button when loading grub2 or you can disable grub hidden timeout.
If you would like to make the instant grub splash image you can download grub theme here.
Categories: Linux, Tips n Tricks, Ubuntu Tags: debian, featured, Gimp, gnome-terminal, grub, inkscape, Linux, lucid, splash image, theme, Ubuntu
Sometimes computer users feel annoyed with active aoturun. Especially with the users of Windows OS, this could make the virus run automatically. Like Windows OS, autorun in ubuntu serves as a facility to open a new drive plug-in. But this is also disturbing, because at the time of the drive plug-in, nautilus will open automatically. There is a way to disable autorun, do as below:
- press the Ctrl + F2
- type –> gconf-editor

- Choose apps > nautilus > preferesces and check media_autorun_never

- Exit and restart your computer.

Ubuntu 10.40 Long Term Support (LTS) is just around the corner. April 29, 2010 will be released and this is a long time for me. Because I can not wait to install it on my computer. Curious about the features available in desktop. You can download now and use Ubuntu 10.04 with a beta version or upgrade.
Source
Recent Comments