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.
SES, SEO, SEM, Linux and Microcontroller Help, News and Experience sharing Blog
"My PIC Microcontroller Articles are moved to http://picmicrochip.blogspot.com
Friday, May 22, 2009
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
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
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
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
Labels:
ubuntu
Subscribe to:
Posts (Atom)