Skip to content

Instantly share code, notes, and snippets.

@jdnow
jdnow / OwnCloud-Installer
Last active November 4, 2016 18:40
Installs and Configure Owncloud on Windows
Set objFSO=CreateObject("Scripting.FileSystemObject")
Set WshNetwork = WScript.CreateObject("WScript.Network")
Set oShell = CreateObject( "WScript.Shell" )
owncloudsrv = "http://owncloudserver" 'Replace with your Owncloud server address
installsite = "\\server\share\owncloud-setup.exe" 'Replace with your install site for the client
uname = WshNetwork.UserName
localapppath = oShell.ExpandEnvironmentStrings("%LOCALAPPDATA%")
oShell.Run installsite & " /S", 1, true
@jdnow
jdnow / gist:10901737
Created April 16, 2014 16:19
Kibana Dashboard for VPN Logins
{
"title": "VPN Logins",
"services": {
"query": {
"list": {
"0": {
"query": "\"VPN zone remote user login allowed\"",
"alias": "",
"color": "#7EB26D",
"id": 0,