One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| http://askubuntu.com/questions/708061/qualcomm-atheros-device-168c0042-rev-30-wi-fi-driver-installation | |
| Ubuntu 16.04 users should just need to | |
| wget http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.157.5_all.deb | |
| sudo dpkg -i linux-firmware_1.157.5_all.deb | |
| Reboot |
| # The initial version | |
| if [ ! -f .env ] | |
| then | |
| export $(cat .env | xargs) | |
| fi | |
| # My favorite from the comments. Thanks @richarddewit & others! | |
| set -a && source .env && set +a |
| <html> | |
| <body> | |
| <h1>I feel lonely</h1> | |
| <script type="text/javascript" src="//code.jquery.com/jquery-2.1.3.min.js"></script> | |
| <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.16/socket.io.min.js"></script> | |
| <script type="text/javascript" charset="utf-8"> | |
| var socket = io.connect('http://' + document.domain + ':' + location.port); | |
| socket.on('connect', function() { | |
| socket.emit('connected'); |