Google has recently released screenshots of its upcoming operating system – the chrome OS. Along with these images, Google has also revealed some technical information regarding the project.
Google has also announced Chrome OS to be open source, which is the by far best thing about it. By open sourcing the OS, the code will be available to everyone. The developer community can add useful functions or software engineers can build utilities and tools around it.
The following video talks about how Chrome OS will work and difference between Chrome browser and Chrome Operating system:According to this video:
• Chrome OS will take only 5 to 15 seconds for booting.
• It will not have regular operating system files, which degrades with time. It will be a browser interlinked with hardware.
• All your daily computer tasks (mails, videos, docs, songs, images) will be done from the browser.
• No software installations, updates, BSOD, fix, hot patches with Chrome OS.
• Everything will be cloud operated. That means nothing (images, songs, docs etc) will be stored on your computer.
You can know more about Chrome OS user interface concept from this video :
r-onlineinformation.blogspot.com Tips for running queries on Oracle We encourage the use of PostgreSQL for the labs, to expose students to an excellent open source database. However, if your syllabus forces you to use Oracle (and all participants at your remote centre are also from universities where they are forced to use Oracle), you can do assignments on Oracle. Our model solutions will often give syntax errors on Oracle due to non-support for some SQL features in Oracle. Below are some tips on how you can rewrite the queries to work on Oracle. Oracle SQL Tips: non-standard features, and limitations The following issues are for Oracle 10, and may or may not apply to later versions of Oracle. Oracle does not support the as clause, except as part of the "with" statement. In all other cases, just use the same syntax without the "as" keyword, and things should work. To use a single quote in a string, use two consecutive single qu...
Comments