Chrome: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
= Read for us =
= Read for us =
== [https://chrome.google.com/webstore/detail/speakit/pgeolalilifpodheeocdmbhehgnkkbak?hl=en-US SpeakIt!] ==
== [https://chrome.google.com/webstore/detail/speakit/pgeolalilifpodheeocdmbhehgnkkbak?hl=en-US SpeakIt!] ==
= Chrome OS + crouton =
Like virtualization, '''chroots''' provide the guest OS with their own, segregated file system to run in, allowing applications to run in a different binary environment from the host OS. Unlike virtualization, you are not booting a second OS; instead, the guest OS is running using the Chromium OS system. The benefit to this is that there is zero speed penalty since everything is run natively, and you aren't wasting RAM to boot two OSes at the same time. The downside is that you must be running the correct '''chroot''' for your hardware, the software must be compatible with Chromium OS's kernel, and machine resources are inextricably tied between the host Chromium OS and the guest OS. What this means is that while the '''chroot''' cannot directly access files outside of its view, it can access all of your hardware devices, including the entire contents of memory.
* https://github.com/dnschneid/crouton/blob/master/README.md
* http://www.linux.com/learn/tutorials/795730-how-to-easily-install-ubuntu-on-chromebook-with-crouton

Revision as of 17:40, 21 December 2014

Chrome Extension

Change color for better reading

Night reading mode

The good thing about it is we can choose the default to be ON or OFF. Some other extensions like 'Care your eyes' does not have this option.

Change Colors

Similar to above

Deluminate

Similar to above.

Switch account

Profile Swapper

http://www.ghacks.net/2014/12/07/profile-swapper-makes-working-with-multiple-same-site-accounts-a-breeze/

Read for us

SpeakIt!

Chrome OS + crouton

Like virtualization, chroots provide the guest OS with their own, segregated file system to run in, allowing applications to run in a different binary environment from the host OS. Unlike virtualization, you are not booting a second OS; instead, the guest OS is running using the Chromium OS system. The benefit to this is that there is zero speed penalty since everything is run natively, and you aren't wasting RAM to boot two OSes at the same time. The downside is that you must be running the correct chroot for your hardware, the software must be compatible with Chromium OS's kernel, and machine resources are inextricably tied between the host Chromium OS and the guest OS. What this means is that while the chroot cannot directly access files outside of its view, it can access all of your hardware devices, including the entire contents of memory.