Skip to content

Instantly share code, notes, and snippets.

View jhelmink's full-sized avatar

Josh jhelmink

View GitHub Profile
@jakeapp
jakeapp / Proxomox - NUT Client.md
Last active September 4, 2021 06:20 — forked from InQuize/Proxomox - NUT Client.md
Proxomox - NUT Client.md
@danpetitt
danpetitt / deployables.md
Last active March 25, 2024 16:17
Nuget Spec for Deploying Windows Redistributable DLLs

Nuget Definitions for Redistributing Windows DLLs for Azure App Service

Copy the following from your C:\Windows\System32 folder into a new folder "x64" alongside the nuspec file:

  • msvcp140.dll
  • vcruntime140.dll
  • vcruntime140_1.dll

Copy the following from your C:\Windows\SysWOW64 folder into a new folder "x86" alongside the nuspec file:

  • msvcp140.dll
  • vcruntime140.dll
#!/bin/bash
# Script to Auto Update Plex on Synology NAS
#
# Must be run as root.
#
# @author Martino https://forums.plex.tv/u/Martino
# @see https://forums.plex.tv/t/script-to-auto-update-plex-on-synology-nas-rev4/479748
mkdir -p /tmp/plex/
@akatakritos
akatakritos / create-aspnet-core-identity-schema.sql
Created June 5, 2018 03:19
Script to create the ASPNET core Identity tables
USE [HobbyDB]
GO
/****** Object: Table [dbo].[AspNetRoleClaims] Script Date: 6/4/2018 10:18:03 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[AspNetRoleClaims]') AND type in (N'U'))
BEGIN
CREATE TABLE [dbo].[AspNetRoleClaims](
@InQuize
InQuize / Proxomox - NUT Client.md
Last active April 22, 2024 07:35
Proxomox - NUT Client.md