In a terminal start a server.
$ python -m SimpleHTTPServer 8000In another terminal set up the cgroups freezer.
| These scripts set up Crostini on my Pixelbook |
In a terminal start a server.
$ python -m SimpleHTTPServer 8000In another terminal set up the cgroups freezer.
| #!/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 |