Pages

Monday, November 2, 2009

Transliterate in Web browser

Goggle Has a remarkable service of transliteration in the browser itself. You don not have to search for transliteration feature on every site you visit,while writing in mother tongue (Hindi, Telugu), Please visit the following URL Transliteration in browser for further details on how to enable transliteration in browsers

Sunday, August 9, 2009

UNIX Turns 40

40 Years of long journey that began with Ken Thompson of Bell lab writing the first version of operating system in assembly language for a DEC PDP-7 minicomputer, this happened in Aug 1969. he spend one week each on the operating system, a shell, an editor and an assembler. In 1970 the operating system was named Unics, for Uniplexed Information and Computing Service and a pun on "emasculated Multics." (The name was later mysteriously changed to Unix.)

In 1983 ACM gave Thompson and Ritchie its top prize, the A.M. Turing Award for contributions to IT: "The model of the Unix system has led a generation of software designers to new ways of thinking about programming."

Programmers Ken Thompson and Dennis Ritchie are most often credited with the invention of Unix at Bell Labs in 1969 and the early 1970s. That's entirely fair, but as with most important technologies, it's the people who follow the pioneers who often make the difference between a fabulous lab prototype and a technology that really transforms the landscape.

These three people have made a difference in the Unix world
  1. David Korn, builder of tools : The Bourne shell written by Steve Bourne at Bell Labs and the C shell written by Bill Joy at Berkeley, Korn added his own ideas and turned them into a more general scripting language. The result was a high-level programming language that became the de facto standard for Unix and Unix-like systems.Then, about 10 years ago, Korn wrote Uwin (Unix for Windows), a Posix-based interface for Windows that allows AT&T's Unix-based code to run on Windows computers. Before Korn wrote Uwin, a programmer couldn't mix Unix and Windows calls in one integrated application.

  2. Rick Rashid, mucking with Unix: Now head of Microsoft Research, Rashid was a computer science professor at Carnegie Mellon University in 1983 when he began work on Mach, a Unix-based message-passing operating system for multiprocessing applications. Mach was built on a BSD version of Unix; it was a "microkernel" that replaced the BSD kernel. The Mach employed a machine-independent memory management system so it could be targeted at many different types of computers and computing -- uniprocessors, multiprocessors and distributed processors.It spawned a variety of other efforts where operating systems were effectively layered on top of smaller, simpler systems.
  3. Gordon Bell, from the bully pulpit: He spent 23 years in R&D at Digital Equipment Corp., where he most famously led the development of the Vax, the most successful minicomputer ever built. He went on to co-found Encore Computer, whose parallel-processing machines ran Berkeley Unix, and then Ardent Computer, whose graphics super-workstations ran AT&T Unix. Bell's enthusiasm for Unix was matched only by his disdain for the commercial vendors of the operating system's variants

Thursday, May 7, 2009

Cloud Computing

It is a style of computing in which IT-related capabilities are provided "as a service", allowing users to access technology-enabled services from the Internet ("in the cloud") without knowledge of, expertise with, or control over the technology infrastructure that supports them.(WIKIPEDIA)
So in broader sense we can say:
  1. Infinite computing resource
  2. Available on demand
  3. Pay per use
  4. Delivered across the Internet
The concept incorporates infrastructure as a service (IaaS), platform as a service(PaaS) and software as a service (SaaS)
For ex gmail is not a cloud computing service .From the end-user perspective it's a hosted application, it's software as a service (SaaS)

for more information on CLOUD COMPUTING try this:

UBUNTU

This is the Linux for human beings(tag line of ubuntu). Every Beginners should opt for ubuntu , this is the best Linux to start with / switch to . Ubuntu is sponsored by the company Canonical Ltd.,owned by South African entreprenuer Mark Shuttleworth. Currently the latest version of UBUNTU has arrived, it's UBUNTU 9.04(Jaunty Jackalope) you can download the same from here 

Also you can request an cd which is free of cost  from ubuntu.
So start using UBUNTU and change ur lives


Sunday, May 3, 2009

How To Restore The grub

1. Boot from a Live CD, like Ubuntu Live, Knoppix, Mepis, or similar.

2. Open a Terminal.

3. Type "grub" which makes a GRUB prompt appear.

4. Type "find  /boot/grub/stage1". You'll get a response like "(hd0)" or  "(hd0,3)". Use whatever your computer spits out for the following lines.

5. Type "root (hd0,1)"   or  "root (hd0,3)".

6. Type "setup (hd0,1)"      or     "setup (hd0,3)"       . This is key, Other instructions say to use "(hd0)", and that's fine if you want to write GRUB to the MBR. 
If you want to write it to your linux root partition, then you want 
the number after the comma, such as "(hd0,3)".