Monday, October 5, 2009

Enable Automatic Login for GNOME on Fedora 11

For debian derivative linux, you may want to view Enable Automatic Login for GNOME on Linux Mint,

For Fedora 11, there is a slightly different way to configure if you need automatic login. Fedora 11 uses the xml schematic to configure.

# vim /etc/gdm/gdm.schemas




You can tweaked the xml schematic from the screen shot above to enable automatic login

Sunday, October 4, 2009

Enable Automatic Login for GNOME on Linux Mint

If you wish to speed up your boot-time and totally not concerned with security, you may want to enable automatic login.

For Linux Mint, my favourite Linux desktop, you can use the command line to enable automatic login.

# vim /etc/gdm/gdm.conf

-----------------------------------------
[daemon]
......
AutomaticLoginEnable=true
AutomaticLogin=(your userid to login)
-----------------------------------------

Alternatively, you can use the gdmsetup to configure. See pix below.


Saturday, October 3, 2009

Installing chrome on Fedora 11

Installing Chrome is not too difficult on Fedora 11. Assuming you are using yum, you can create a new repository file called "chromium.repo" and input the following contents into the file

[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F11/
enabled=1
gpgcheck=0

After saving the file, you should run the following
# yum update
# yum install chromium


Alternatively, you can install by downloadin the rpm from http://spot.fedorapeople.org/chromium/
and run a
# rpm -ivh (chromium package)

Friday, October 2, 2009

Rocky Mountain Supercomputing Centers (RMSC) - Supercomputer platform as a Service

Cloud Computing is evolving so quickly. Usually HPC and Enterprise Computing are usually very seperate with distinct characeristics and usually it does not converge so easily.

Cloud Computing which is the natural evolution of virtualisation and consolidation and usually comes from the Enterprise Computing paradigm is  finally closing the gap of this convergence.

One important development can be seen from Rocky Mountain Supercomputing Centers (RMSC) may be one of the first HPC Cloud being developed with the concept of supercomputing on the demand concept or Supercomputer platform as a service (SPaaS). See Rocky Mountain Supercomputing Centers (RMSC) offering.

Very thought provoking

Thursday, October 1, 2009

Video of IBM Cloud Computing Community

IBM has setup a IBM Cloud Channel via Youtube. In the Cloud Channel, you have a collection of customers testimonials and how IBM is shaping business strategy via Cloud.

Good site to know more about IBM Cloudburst offering.