Resizing all JPG file to a seprate directory in an easy way.
By using ‘FOR’loop with help of convert command in linux we can resize the multiple image file to a seprate directory
open a terminal
change directory, where image available
create a directory “resized” to copy images to a separate folder.
mkdir resized
Type the below as it is, [...]
Archive for February, 2008
Resizing multiple images in single line
Posted in Linux on February 19, 2008 | 1 Comment »
Install Compiz & Compiz Fusion plugins
Posted in Linux on February 16, 2008 | 1 Comment »
Install Compiz & Compiz Fusion plugins
Add a third party repository to your /etc/apt/sources.list.
deb http://ppa.launchpad.net/amaranth/ubuntu feisty main universe
deb-src http://ppa.launchpad.net/amaranth/ubuntu feisty main universe
Then run
sudo apt-get update
That will update the package cache.
Now to install the packages:
From Ubuntu:
sudo apt-get install compiz compizconfig-settings-manager
If you are running Kubuntu then use this command
sudo apt-get install compiz-kde compiz-fusion-plugins-main compiz-fusion-plugins-extra
compizconfig-settings-manager emerald librsvg2-common
Or [...]
Install PostgreSQL on Ubuntu 7.10
Posted in Postgresql on February 15, 2008 | 1 Comment »
the basic installation at your terminal,
$ sudo apt-get install postgresql postgresql-client postgresql-contrib
$ sudo apt-get install pgadmin3
Reset the password for the ‘postgres’ admin account
$ sudo su postgres -c psql template1
template1=# ALTER USER postgres WITH PASSWORD ‘password’;
template1=# \q
Do the same for the linux user ‘postgres’$ sudo passwd -d postgres
set-up the PostgreSQL admin pack that enables better [...]
Install phpPgAdmin on Ubuntu 7.10
Posted in Postgresql on February 15, 2008 | Leave a Comment »
phpPgAdmin is a web based GUI for administrating a PostgreSQL database server.
How to get it installed easily on Ubuntu 7.10…
In terminal type :
$ sudo apt-get install phppgadmin
This will set up and install all of the phpPgAdmin packages. It will also set-up and configure Apache and php5 for you too if you haven’t installed these already.
Next, [...]
Recover Deleted files from Memory Card
Posted in Linux on February 15, 2008 | Leave a Comment »
What to do?
How to recover them all?
Is there any way to recover the deleted files from a memory card?
There are some costly windows tools available for this.
Who needs Gates, in a world of no fences?
Google is my friend and ubuntu is my lover.
My Friend T.Shrinivasan helped to recover
check here how to recover the deleted files [...]
Reinstall Grub Bootloader After Windows Wipes it Out
Posted in Linux on February 9, 2008 | Leave a Comment »
If you run a dual-boot system with Linux and Windows, this hashappened to you. You had to do your monthly reinstall of Windows, andnow you don’t see the linux bootloader anymore, so you can’t boot intowhatever flavor of linux you prefer.
Here’s the quick and easy way to re-enable Grub.
1) Boot off the LiveCD
2) Open a Terminal [...]
