Google chrome os
From Cheatsheet
1. Based on Debian Squeeze (next release) 2. Uses apt-get package system 3. Getting root is not trivial 4. Getting a console is not obvious 5. Authenticates with external web stuff using pam.d (good, very secure) 6. JRE installed for java apps 7. Runs Adobe Flash, not one of the lighter weight open source variants (possible issue if they try to open source everything) 8. Runs kernel 2.6.30 9. GCC compiler 10. openssh server so you can get in via ssh 11. OpenJDK 6 used for Java development environment 12. Wireless management utilities ported from Ubuntu 13. Uses X.org windows manager
change screen resolution
xrandr -s 1280x720
get root
sudo mount -t remount,rw /
passwd is chronos
sudo su
root password is chromeos
