- Create a USB live disk with arch ISO. If you have an existing Linux install you can use dd.
- Boot to the USB drive, and open the Arch Beginner Guide on a separate computer.
- xf86-video-intel
| Description='UCF_WPA2' | |
| Interface=wlp3s0 | |
| Connection=wireless | |
| Security=wpa-configsection | |
| ca_path=/etc/ssl/certs/incommonca.cer | |
| IP=dhcp | |
| WPAConfigSection=( | |
| 'ssid="UCF_WPA2"' | |
| 'key_mgmt=WPA-EAP' | |
| 'eap=PEAP' |
/etc/ssl/certs/
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0"> | |
| <script> | |
| function main() { | |
| if (WS.scriptVersion(1)) return; | |
| WS.pebbleSetBody('connected!', false); | |
| WS.gestureCallback('onPebbleSingleClick', function (name) { | |
| WS.log('onPebbleSingleClick: ' + name); | |
| switch (name) { |
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <head> | |
| <!--<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.0/zepto.min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js"></script>--> | |
| </head> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0"> | |
| <canvas id="canvas" width="640" height="360" style="display:block"></canvas> | |
| <script> | |
| <!--currently works with a phone running WS connected to a pebble, running the Pebble Watch app from wearscript-pebble--> |
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0"> | |
| <script data-require="jquery" data-semver="2.0.3" src="http://code.jquery.com/jquery-2.0.3.min.js"></script> | |
| <script> | |
| function main() { | |
| if (WS.scriptVersion(1)) return; | |
| WS.gestureCallback('onPebbleSingleClick', function (name) { | |
| WS.log('onPebbleSingleClick: ' + name); | |
| WS.pebbleSetTitle('Robot Control'); |
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0"> | |
| <script> | |
| function server() { | |
| //WS.myoTrain(); | |
| WS.say("myo stuff"); | |
| // Currently one of {NONE, FIST, FINGERS_SPREAD, WAVE_IN, WAVE_OUT} | |
| WS.subscribe('myoEvent', function (chan, data) { | |
| switch(data) { | |
| case 'FINGERS_SPREAD': |
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0; background: #000;"> | |
| <script data-require="jquery" data-semver="2.0.3" src="http://code.jquery.com/jquery-2.0.3.min.js"></script> | |
| <script> | |
| function server() { | |
| WS.say('Welcome to Wearscript Hue Glass Demo') | |
| WS.log('Welcome to Wearscript Hue Glass Demo') | |
| var numHue = 3; | |
| function updateHue( hueState ){ |
| <html style="width:100%; height:100%; overflow:hidden"> | |
| <body style="width:100%; height:100%; overflow:hidden; margin:0"> | |
| <script data-require="jquery" data-semver="2.0.3" src="http://code.jquery.com/jquery-2.0.3.min.js"></script> | |
| <script> | |
| function server() { | |
| WS.say('I am phone') | |
| WS.log('I am a phone') | |
| WS.myoTrain(); | |
| // Currently one of {NONE, FIST, FINGERS_SPREAD, WAVE_IN, WAVE_OUT} | |