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

Microsoft AI Shell: Notes

AI Shell

Windows 10: Install SuSE Linux Enterprise - SLES

With Microsoft-Windows-Subsystem-Linux feature enabled, we can install Linux distributions on Windows 10.

[MicrosoftVisualStudio]: Microsoft Visual Studio shortcut keys

Source:  http://visualstudioshortcuts.com/2015/ Analyze Navigate Backward Shift+Alt+3 Navigate Forward Shift+Alt+4 Architecture New Code Map Ctrl+\, Ctrl+O New UMLor Layer Diagram Ctrl+\, Ctrl+N Architecture Context Menus Add Node Ins Both Dependencies B Incoming Dependencies I Outgoing Dependencies O New Comment Ctrl+Shift+K Ctrl+E, C Remove Del Rename F2 Build Build Solution Ctrl+Shift+B Cancel Ctrl+Break Compile Ctrl+F7 Run Code Analysison Solution Alt+F11 Class Diagram Collapse Num - Expand Num + Class View Context Menus Properties Alt+Enter Misc Commit All Edits Shift+Alt+U Move Left Edgetotheleft Ctrl+Shift+, Move Left Edgetotheright Ctrl+Shift+. Move Right Edgetotheleft Ctrl+Shift+Alt+, Move Right Edgetotheright Ctrl+Shift+Alt+. TSql Editor Clone Query Ctrl+Alt+N TSql Editor Database Combo Shift+Alt+PgDn View File In Script Panel Shift+Alt+PgDn Debug Apply Code Changes Alt+F10 Attachto Process C...