Pages

Wednesday, June 9, 2010

Ubuntu: Changing wall papers of real time earth

Now changing desktop wall papers of earth. It is real time earth pictures.

Firstly, install the gnome schedule

In terminal

sudo apt-get install gnome-schedule

Then go to

Applications->System Tools->Scheduled Tasks


Now press New button




Type Description->Rotating wall paper
Command->wget -r -N http://static.die.net/earth/mercator/1600.jpg
Next option ->suppress output

Then press apply

The download jpg picture is saved in
/home/usrname/static.die.net/earth/mercator/1600.jpg.

Now right click on desktop and select change desktop background->background. Press Add and navigate the /home/username/static.die.net/earth/mercator and select 1600.jpg file.

Tuesday, June 8, 2010

Ubuntu: Create a shortcut for opening filesystem

Now tutorials for create a shortcut for opening filesystem. Press the right click on desktop in free space and select Create Launcher


Type 'File system' in Name section.

In Command section type 'nautilus /' without quotas Then press ok. Now create a short on desktop.Change the icon press icon section and select icons from the list of files


Select the launcher and drag to top panel.


Now press the icon the filesystem is open

Monday, June 7, 2010

Ubuntu: Testing correct password with small script



Testing correct password with nice script

Open a text file pass.sh using gedit. Copy and paste the following lines


#!/bin/bash
# Script accept password using read commnad
# Not *very secure*, this script is for learning purpose only
# -------------------------------------------------------------------------
PASS="abc123"
read -s -p "Password: " mypassword
echo ""
[ "$mypassword" == "$PASS" ] && echo "Password accepted" || echo "Access denied"

Save and exit.

Then in terminal

sudo chmod +x pass.sh

sudo ./pass.sh

The password is 'abc123'

This script is learning purpose only

Saturday, June 5, 2010

Ubuntu: How to create url shortcut in desktop

Now, the tutorials for how to create short cut of url in Desktop.

First, install the firefox addon namely deskcut





Now open the firefox and type the url address in the address bar, then select the complete url and drag to the desktop. Now the url shortcut icon in desktop. doubble click on the icon the url is opened.

Friday, June 4, 2010

Ubuntu: How to format pen drive using disk utility

Here the tutorials for format the pendrive via disk utility.

Insert pendrive



Right click on the pendrive icon and select format



Linux file fomat in Type option. For windows option i.e. ntfs,fat press Disk Utility


First press Unmount volume for unmount the pendrive then press Format volume.




Again press Format, the process is start




After format




For change the label name Press Edit file system label


For change the type of the partition press Edit Partition

Wednesday, June 2, 2010

Ubuntu: A customized notification osd

Here tutorials how to customize the notification osd in background colour,text font color,etc



In Terminal type the following

sudo add-apt-repository ppa:leolik/leolik
sudo add-apt-repository ppa:amandeepgrewal/notifyosdconfig for adding in software sources.

Then

sudo apt-get update && sudo apt-get upgrade and

sudo apt-get install notifyosdconfig for install the notifyosd programme.

Now go to Applications->Accessories->Notifyosd Configuration for configuration of background colour and text font colour



Change the background colour and press apply


Here change the text font colour and press apply


The sample notification is follows


Go to File option save the current theme. For old notification osd , press reset button

Tuesday, June 1, 2010

Ubuntu: A download manager Multiget



Multiget is easy to use download manager for ubuntu 1004. It is a gui programme.

Now install the multiget in two easy way 1) ubuntu software centre, 2)terminal

In ubuntu software centre, go to Applications->ubuntu software centre. Then type the word 'multiget' in search box, find the multiget and install.


or in terminal type

sudo apt-get install multiget

Go to applications->internet->multiget the programme will start


Press Add button and copy & paste the required url


Press 'ok' .


Here the file is download. Then go to option for some other settings


Now,change the default save folder,connect time out, etc.,