Skip to main content

Google Pixel Chromebook: Notes

The Chromebook Pixel is a laptop at the high end of Google's Chromebook family of machines, which all come preinstalled with Chrome OS operating system.

Open Terminal

CTRL + ALT + T
Hint: T stands for Terminal
Press CTRL + ALT + T to open Chrome OS developer tool

System information

chrome://system

Chrome OS system information

How BIG is your SSD

chrome://quota-internals/
SSD Information












Commonly used keyboard shortcuts on ChromeBook

  • alt+up: page up
  • alt+down: page down
  • alt+backspace: delete
  • ctrl+shift+L: lock screen
  • ctrl+shift+Q: Quit / Sign out
Commonly used shortcuts on Chromebook
Shortcuts Action
SEARCH + L Lock screen
CTRL + L Clear terminal screen
CTRL + Windows Capture screen
CTRL + SHIFT + Windows Capture partial screen
Full list of ChromeOS shortcuts: https://support.google.com/chromebook/answer/183101

Commonly used commands in ChromeOS Shell (crosh)

crosh>help [command]
Display general help for a specific command

crosh>network_diag

Check battery information

battery_firmware   
  info   : Query battery info.
  check  : Check whether the AC adapter is connected.
           Also check whether the battery firmware is the latest.
  update : Trigger battery firmware update.
crosh> battery_firmware info
Cannot stat /run/lock.
Trying fallback directory: /tmp
ioctl -1, errno 74 (Bad message), EC result 1 (INVALID_COMMAND)
Battery info:
  OEM name:               NVT
  Model number:           ARROW
  Chemistry   :           LP
  Serial number:          1656
  Design capacity:        8500 mAh
  Last full charge:       4976 mAh
  Design output voltage   7400 mV
  Cycle count             1267
  Present voltage         7606 mV
  Present current         2055 mA
  Remaining capacity      3805 mAh
  Flags                   0x06 BATT_PRESENT DISCHARGING

Popular posts from this blog

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.

Linux command: Check Current Shell

What is your current shell ?

Java: Free Online Courses

The Java™ Tutorials by Oracle The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails". https://docs.oracle.com/javase/tutorial/ Learn to Program in Java at edX.ogr Get started on the path to becoming a software engineer by learning core coding skills in Java—one of the most popular programming languages. https://www.edx.org/course/learn-to-program-in-java-0 Java Tutorial by javapoint.com https://www.javatpoint.com/java-tutorial Java Tutorial by SoloLearn.com I love SoloLearn because I can learn Java - and other popular programming languages - anywhere, any time on your mobile devices. https://www.sololearn.com/Course/Java/ Java on Azure https://docs.microsoft.com/en-us/learn/paths/java-on-azure/