I hereby claim:
- I am tedpelas on github.
- I am tedpelas (https://keybase.io/tedpelas) on keybase.
- I have a public key ASBbsmJ1j6z6FAfiMqsg43VB9Qu2nVM0KC17kxbdUVSp8Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying that "tedpelas.id" is my Blockstack ID. https://onename.com/tedpelas |
| REM Since Lync 2016 is rather unstable the profile needs to be wiped clean from time to time... | |
| ECHO ON | |
| DEL /f /s /q "%LOCALAPPDATA%\Microsoft\Office\16.0\Lync\*" | |
| START "" "C:\Program Files\Microsoft Office\Root\Office16\lync.exe" |
| Docker-basic-commands on 12.04, Docker installed via mirrors. |
| # apt install make build-essential libfuse-dev fuse | |
| $ git clone https://github.com/xrgtn/nullfs | |
| $ cd nullfs/ | |
| $ make clean | |
| rm -f nul1fs nullfs nulnfs *.o | |
| $ make | |
| cc nul1fs.c "-lfuse" -o nul1fs | |
| g++ nullfs.c++ "-lfuse" -o nullfs | |
| cc nulnfs.c "-lfuse" -o nulnfs | |
| $ cc nul1fs.c -o nul1fs -lfuse |
| #!/usr/bin/env python3 | |
| """ | |
| Module documentation | |
| """ | |
| # Imports | |
| import sys | |
| import logging | |
| import argparse |