Skip to content

Instantly share code, notes, and snippets.

@tjpalanca
tjpalanca / .crostini-setup
Last active February 3, 2023 00:17
Crostini Setup
These scripts set up Crostini on my Pixelbook

In a terminal start a server.

$ python -m SimpleHTTPServer 8000

In another terminal set up the cgroups freezer.

@packetpilot
packetpilot / gnome_chromote.sh
Last active May 25, 2021 00:29
headless ubuntu|debian + gnome, accessible via Chrome Remote Desktop
#!/bin/bash
# gnome and chrome and chrome remote desktop access
# chrome itself is not required, but is included here.
# other desktops can be used w/ light script changes.
# tested on:
# - ubuntu xenial GCE instance
# - debian stretch crostini container on a Pixelbook (eve)
# running ChromeOS v67.0.3383.0 (dev channel)
# _without_ being in developer mode