Friday, May 22, 2009

How to Install Prism in ubuntu 9.04

Prism , Single-serving Browser for Web Application from Mozilla

Mozilla Labs recently released the 1.0 beta of Prism. Prism is a XULRunner-based browser designed to run Web applications. It is not a standalone web browser, It will run your web applications like gmail, googledocs smoothly.

more details here


$ sudo apt-get install prism
For running prism
Applications --> Internet --Prism

Now you can enter url of web application , in name field enter anything . here I have used gmail.com , enter into gmail with your username and password now open googledocs, now you will get real new feel of Prism.

Monday, May 18, 2009

Howto install LTSP in Ubuntu 9.04 ( jaunty) - Reuse your Old computers with out hard disk and Thin Clients


If you Like to use Linux in your Internet Cafe, LTSP is the best solution, You can also reuse your old computers even with out harddisk and also use low cost thin clients. For using old computers, you need some technical knowledge for installing Boot ROMs in your Network card. If you using a newer machine with PXE boot, Just install LTSP server and and set PXE Boot to tour Client.

A very good tutorial for installing LTSP Server You can see here

Thursday, May 14, 2009

Another Easy way to install LAMP server in ubuntu 9.04 (jaunty jackalop)

How to instal LAMP server in ubuntu 9.04 (Jaunty Jackalop)

The following is the Easy way to Install LAMP server
Same can be used for installing DNS Server, DHCP Server etc

$sudo tasksel

Now you will get a window

Select LAMP server and Go

Wednesday, May 13, 2009

Howto Inatall PHP and Mysql in Ubuntu 9.04 (Jaunty Jackalope)

Install PHP and Mysql in ubuntu linux is very easy

First You have to install Apache Webserver
After that you can Install PHP and Mysql

Open a Terminal using Applications--> Accessories --> Terminal

Then You will get $ prompt
Do the following

$ sudo apt-get install apache2 ( If you have already installed apache Omit this line)
$ sudo apt-get install php5
$ sudo apt-get install libapache2-mod-php5
$ sudo apt-get install mysql-server
$ sudo apt-get install php5-mysql
$ sudo /etc/init.d/apache2 restart

Now You can write your php scripts and put it into the folder /var/www

Now you can install PHPMYADMIN a very useful front end utility for managing Mysql

$ sudo apt-get install phpmyadmin

Wednesday, May 6, 2009

fsck check Failed in ubuntu !!!

If your harddisk reports error or if your fsck fails Try thr following before calling a hardware person.

Boot with a live CD

then Try

$ sudo e2fsck -C0 -p -f -v /dev/sda1 (change /dev/sda1 with your device)

use
$ sudo fdisk -l to find the device

howto change forced fsck in Ubuntu Linux

The Ubuntu Linux insists on checking the partition every 30 boots (30 Mounts) ,It is for safty. You can change this by using

$sudo tune2fs -c 60 /dev/sda1 (/dev/sda1 is in the case of my system)

to only do this every 60 boots.

Identify your partition list by using

$sudo fdisk -l


Monday, May 4, 2009

Beautiful Desktop Wallpapers for Ubuntu 9.04

Great Collection of Beautiful Desktop Wallpapers for Ubuntu. You can download more than 50 wallpapers from here

Tuesday, April 28, 2009

How to Install All of your Ubuntu 8.10( Intrepid) Packages to Ubuntu 9.04 (Jaunty)

Click to the above image to view the post. There is a chance for missing some symbols , So Post it as image.

Saturday, April 25, 2009

What is in side Google Servers - Details of Google Servers

BEN JAI , who designed many of Google's servers.
Google's big surprise: each server has its own 12-volt battery to supply power if there's a problem with the main source of electricity. its data centers have been composed of standard shipping containers--each with 1,160 servers and a power consumption that can reach 250 kilowatts.



The Google server was 3.5 inches thick--2U, or 2 rack units, in data center parlance. It had two processors, two hard drives, and eight memory slots mounted on a motherboard built by Gigabyte. Google uses x86 processors from both AMD and Intel, Google uses the battery design on its network equipment, too.

Read more here

Wednesday, April 22, 2009

Easy Trick to save Flash and Youtube Video in ubuntu Linux

With the following 3 steps you can save your youtube and flash videos

Step-1. Open Mozilla or any of your web browser and open web page with the video that you would like to download. Wait until the video loads completely. Eg: YouTube, you can see a lighter red indicator bar reached the right end side.

Step-2. Open /tmp folder (Places-->Computer-->Filesystem-->tmp). Here you can see the flash video that you have just downloaded. The name of the downloaded video file has the word "Flash" on it.

Step-3. Rename the video file with a .flv extension and save it to any folder you like.