Archive

Author Archive

How to Change Google Background Image

June 9th, 2010 pii No comments

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.

  1. From My Computer
  2. My Picasa Web Photo
  3. Public gallery
  4. 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.

^_^

How to change grub splash image on Lucid

June 5th, 2010 pii 4 comments

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.

Vintage Style with Gimp

April 23rd, 2010 pii 5 comments

Okay..this time I’d like to make tutorial how to change our modern photo to be old photo style or vintage style with gimp image editor. Actually it so simple you just follow the instructions below:

1. Open Gimp Image Editor
2. Open file and choose one of your photo from your photo album :D

3.Give foreground color: ff0000 and background color: 00ff00

4. Duplicate photo Layer : Layer > Duplicate Layer or Shft + Ctrl + D

5. Gradient Map on Layer Background Copy : Colors > Map > Gradien Map

6. Change the Opacity value = 30% or you can add more value until 50%


7. Flatten Image : Image > Flatten Image it will make background copy layer merged down with background layer.

8. Noise : Filter > Noise > HSV Noise and fill the value

Holdness = 5
Hue = 15
Saturation = 30
Value = 25

Okay…save then take a look the result…

How to Disable Autorun On Ubuntu

March 28th, 2010 pii 8 comments

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.

Waiting for Release of Ubuntu 10.04

March 27th, 2010 pii 2 comments

LTS
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

Categories: Linux, News Tags: , , , ,