Wednesday, 15 December 2010

கணணியை செயற்படுத்தவென உருவாக்கப்பட்டவைதான் இயங்குதளங்கள் (Operating System). இன்னும் சொல்லப்போனால் கணணி வன்பொருட்களுக்கும்(Hardwares) பயனாளர்களுக்கும்(users) இடையிலான ஒரு இடைமுகமாக(Interface) செயற்படுபவை.
இவ்வாறான பல இயங்குதளங்கள் இன்றைய உலகில் பல உருவாக்கப்பட்டுள்ளன உருவாக்கபட்டுக்கொண்டிருக்கின்றன. அவ்வாறான பல இயங்குதளங்களாக Windows XP, Windows Vista, Windows 7 , Apple OS, Ubuntu OS, Linux, Google Chrome OS, RISC OS, Amiga OS, MAC OS, போன்ற இன்னும் பல இயங்குதளங்கள் இன்று காணப்படுகின்றன. 

அவ்வாறான இயங்குதளங்கள் இருக்கின்ற போதிலும் இவற்றைவிட மிகச்சிறிய அளவில் உருவாக்கப்பட்ட இயங்குதளம் ஒன்றும் உள்ளது. 

KOLIBRI OS எனப்படும் இந்த இயங்குதளமானது 3 MB அளவுள்ள மிகச்சிறிய இயங்குதளமாகும். இந்த இயங்குதளமானது Windows,Linux, Mac போன்ற பிற இயங்குதளங்களை அடிப்படையாகக்கொண்டு அமையாமல் CPU நிரலாக்கமொழி எனப்படும் முதலாம் தலைமுறை( First Generation language) மொழியான கணணி இயந்திர மொழியின்(Machine Code) துணையுடன் உருவாக்கப்பட்ட இயங்குதளமாகும். இந்த இயங்குதளமானது மிகச்சிறிய அளவில் மென்பொருள் பொதிகளையும் கொண்டுள்ளது. Games, Tables Editor, Compiler,Text Editor, Demos, Web Browser போன்ற மென்பொருட்கள் உள்ளடங்கலாக இந்த இயங்குதளமானது உருவாக்கப்பட்டுள்ளது. மிகவும் சிறப்பான மிகச்சிறிய மென்பொருளாகும். 

Trick To Make Your Firefox Fast

This tricks will improve the speed & load time of

firefox. And you will be able to surf faster.

Type about:config in the address bar, Then look for the following entries,
and make the corresponding changes.

1. network.http.max-connections-per-server =32
2. network.http.max-...persistent-connections-per-proxy =16
3. network.http.max-connections = 64
4. network.http.max-persistent-connections-per-server = 10
5. network.http.pipelining = true
6. network.http.pipelining.maxrequests = 200
7. network.http.request.max-start-delay = 0
8. network.http.proxy.pipelining = true
9. network.http.proxy.version = 1.0

Lastly right-click anywhere and select New- Integer. Name it nglayout.initialpaint.delay and set its value to 0. This value is the amount of time the browser waits before it acts on information it recieves.Enjoy!!