I hereby claim:
- I am bjornicus on github.
- I am bjornicus (https://keybase.io/bjornicus) on keybase.
- I have a public key ASBhK6VwLaIc_oZWSFdI2tlXC_z9kOMod9CoBPvo7zIrLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # based on https://github.com/mikadosoftware/workstation | |
| FROM ubuntu:18.04 | |
| RUN apt-get update && \ | |
| apt-get install -y openssh-server \ | |
| x11-apps | |
| RUN mkdir -p /var/run/sshd | |
| RUN sed -ri 's/UsePAM yes/#UsePAM yes/g' /etc/ssh/sshd_config |
| const socketIoClient = require('socket.io-client'); | |
| const client = socketIoClient( | |
| 'https://localhost', | |
| { | |
| query : | |
| { | |
| foo: false | |
| }, | |
| autoconnect: false, |