How to use Pelican on GitHub Pages 
Author: Josef Jezek
sudo apt-get install python-setuptools
| #include <ESP8266WiFi.h> | |
| #include <PubSubClient.h> | |
| // use onboard LED for convenience | |
| #define LED (2) | |
| // maximum received message length | |
| #define MAX_MSG_LEN (128) | |
| const char *ssid = ""; | |
| const char *password = ""; | |
| const char *mqttServer = "broker.hivemq.com"; |
| pacman | |
| ====== | |
| view logs: /var/log/pacman.log | |
| update system | |
| # pacman -Syu | |
| list installed packages | |
| # pacman -Q |

Author: Josef Jezek
sudo apt-get install python-setuptools