Skip to content

Chrome OS

Pin Secure Shell Profile

When running a profile and directly pinning the window to the taskbar, the Secure Shell options window will show instead of the profile window.

To pin the actual profile window:

  1. Type ssh + tab in the url bar.
  2. Type the name of the of the profile so that the profile opens up in a regular tab with the URL bar shown.
  3. Three dots -> More tools -> Create shortcut
  4. Check Open as new window and click OK.
  5. Pin the newly created shortcut window.

🖨 Brother HL-2270DW Printer

Address: <IP>:9100
Protocol: AppSocket(TCP/IP)
Queue: ipp/print

📋 Clipboard

(
  curl "https://chromium.googlesource.com/apps/libapps/+/master/hterm/etc/hterm-notify.sh?format=TEXT"| base64 --decode | sudo tee /usr/bin/notify && sudo chmod +x /usr/bin/notify
  curl "https://chromium.googlesource.com/apps/libapps/+/master/hterm/etc/hterm-show-file.sh?format=TEXT"| base64 --decode | sudo tee /usr/bin/show-file && sudo chmod +x /usr/bin/show-file
  curl "https://chromium.googlesource.com/apps/libapps/+/master/hterm/etc/osc52.sh?format=TEXT"| base64 --decode | sudo tee /usr/bin/copy && sudo chmod +x /usr/bin/copy
)