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:
- Type
ssh
+tab
in the url bar. - Type the name of the of the profile so that the profile opens up in a regular tab with the URL bar shown.
- Three dots -> More tools -> Create shortcut
- Check
Open as new window
and clickOK
. - 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/+/HEAD/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/+/HEAD/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/+/HEAD/hterm/etc/osc52.sh?format=TEXT"| base64 --decode | sudo tee /usr/bin/copy && sudo chmod +x /usr/bin/copy
)
Stop Penguin Terminal¶
Open Crosh
Ctrl + Alt + T
Stop Penguin terminal
vmc stop termina
vmc start termina
Add Remote¶
lxc remote add canonical https://images.lxd.canonical.com --protocol simplestreams --auth-type tls
Start NixOS
lxc launch canonical:nixos/24.05 nixos
From crosh
vmc container termina nixos