Skip to content

Instantly share code, notes, and snippets.

View zippyy's full-sized avatar

Zippy zippyy

View GitHub Profile
@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
@zippyy
zippyy / keybase.md
Last active August 21, 2021 06:13
keybase.md

Keybase proof

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:

@zippyy
zippyy / Run.bat
Created July 27, 2021 21:09 — forked from GolvadAvGreta/Run.bat
Installs copy of server-hosted printers with ip-adress instead so that print-spooler can be turned off on servers.
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -noexit -file "%~dp0Serverless Printercopy.ps1"
@zippyy
zippyy / Nortel_5520_Update_Procedures.md
Created January 13, 2020 18:52 — forked from jcconnell/Nortel_5520_Update_Procedures.md
Updating firmware/software on the Nortel 5520 series
@zippyy
zippyy / wp-telnet.js
Created March 26, 2019 01:55 — forked from atdt/wp-telnet.js
Wikipedia Telnet Server
// Wikipedia telnet server
//
// To install depenedncies:
// npm install request
// npm install cheerio
//
var net = require( 'net' );
var cheerio = require('cheerio');
var request = require('request');
@zippyy
zippyy / SkipVerification.txt
Created March 5, 2019 19:14 — forked from ygit/SkipVerification.txt
Skip Verification of Mac Apps
xattr -d com.apple.quarantine /path/to/app/myMacApp.app
@zippyy
zippyy / letsencrypt_esxi.sh
Created February 9, 2019 19:26 — forked from shr00mie/letsencrypt_esxi.sh
Let's Encrypt SSL for ESXi
#!/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)
@zippyy
zippyy / index.html
Created December 4, 2018 15:41
Splash page generator
<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>
@zippyy
zippyy / Pi.txt
Created March 31, 2018 18:04 — forked from jgamblin/Pi.txt
PoisonTap Install Commands
##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
@zippyy
zippyy / Pi.txt
Created March 31, 2018 18:04 — forked from jgamblin/Pi.txt
PoisonTap Install Commands
##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