I hereby claim:
- I am zippyy on github.
- I am nbennett (https://keybase.io/nbennett) on keybase.
- I have a public key ASCjK3PO9o-Mf6TM9ch7ulZVTj8llKT_AXNCF0MSBFVzbAo
To claim this, I am signing this object:
@echo off | |
REM Description: Small helper script to quickly start an AADSync but just double clicking on this script file. | |
REM Author: Michael Mardahl - github.com/mardahl | |
echo Starting AD Sync (Delta)... | |
powershell.exe -ex bypass -command "ipmo adsync;Start-ADSyncSyncCycle delta;" | |
echo Finished script execution. | |
pause |
I hereby claim:
To claim this, I am signing this object:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -noexit -file "%~dp0Serverless Printercopy.ps1" |
// Wikipedia telnet server | |
// | |
// To install depenedncies: | |
// npm install request | |
// npm install cheerio | |
// | |
var net = require( 'net' ); | |
var cheerio = require('cheerio'); | |
var request = require('request'); |
xattr -d com.apple.quarantine /path/to/app/myMacApp.app |
#!/bin/bash | |
# | |
## -------------------------------=[ Info ]=--------------------------------- ## | |
# | |
# Generate letsencrypt cert on local server and scp to esxi target. | |
# Designed and tested on Ubuntu 16.04LTS. | |
# Assumes you have upnp control over local network. Tested with Ubiquiti USG. | |
# | |
# Dependencies: | |
# miniupnpc (sudo apt install miniupnpc) |
<div id="row"> | |
<h1 id="heading" contenteditable="true">Hello world</h1> | |
<h4 id="strapline" contenteditable="true">Welcome to my new website</h4> | |
<span><a class="button" href="https://daviddarnes.github.io/splashed" target="_blank">full demo</a></span> | |
</div> |
##Server: | |
sudo apt-get update && apt-get upgrade | |
sudo apt-get install screen nodejs nodejs-legacy git npm | |
sudo npm install websocket | |
git clone https://github.com/samyk/poisontap | |
screen | |
sudo node backend_server.js | |
##piZero: | |
sudo apt-get update && apt-get upgrade |
##Server: | |
sudo apt-get update && apt-get upgrade | |
sudo apt-get install screen nodejs nodejs-legacy git npm | |
sudo npm install websocket | |
git clone https://github.com/samyk/poisontap | |
screen | |
sudo node backend_server.js | |
##piZero: | |
sudo apt-get update && apt-get upgrade |