Skip to content

Instantly share code, notes, and snippets.

@dayne
Last active September 1, 2017 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dayne/c612b1c7f1d9e7cfaf3749261ce6c6fb to your computer and use it in GitHub Desktop.
Save dayne/c612b1c7f1d9e7cfaf3749261ce6c6fb to your computer and use it in GitHub Desktop.
chromebook dev box
Collection of commands typed on the LSH
* `sudo apt install xfce4 xfce4-goodies tightvncserver`
* `vncserver`
* set a password (limit 8 characters)
* now have a vnc server running on :1
* vncserver -kill :1
* backup the .vnc/xstartup
```
#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &
```
* `chmod +x ~/.vnc/xstartup`
* `vncserver`

1. get a chrome book

Samsung Chromebook Pro is a great option! Loving mine.

2. get a few handy chrome app tools

3.

  • Launch VNC X in a 1200x800
  • Login
sudo apt install python xbase-clients libnspr4 libnss3 xvfb libnss3-nssdb python-psutil
sudo apt-get -f install
sudo dpkg -i chrome-remote-desktop_current_amd64.deb 

4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment