I hereby claim:
- I am peschu123 on github.
- I am peschu (https://keybase.io/peschu) on keybase.
- I have a public key ASCw5JqxqO684p-Yk57IroFoXjwvIYOTRWAx_v2VBzlArgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#install of ubuntu 16.04 server on Thinkpad x220
##Disable ACPI Sleep action on LID Close
sudo nano /etc/systemd/logind.conf #change line #HandleLidSwitch=suspend HandleLidSwitch=ignore sudo restart systemd-logind
| import ( | |
| "crypto/rand" | |
| "crypto/sha256" | |
| "crypto/subtle" | |
| "encoding/base64" | |
| "strconv" | |
| "strings" | |
| "time" | |
| "golang.org/x/crypto/pbkdf2" |
| import websocket | |
| import ssl | |
| import json | |
| import threading | |
| from time import sleep | |
| ws = None | |
| response = None | |
| header = {'X-Qlik-User: UserDirectory=QLIKLOCAL; UserId=administrator'} |