Skip to content

Instantly share code, notes, and snippets.

View esmcelroy's full-sized avatar
🐢
responses may be slow here

Eric McElroy esmcelroy

🐢
responses may be slow here
View GitHub Profile
@esmcelroy
esmcelroy / keybase.md
Created June 13, 2019 21:25
keybase.md

Keybase proof

I hereby claim:

  • I am esmcelroy on github.
  • I am esmcelroy (https://keybase.io/esmcelroy) on keybase.
  • I have a public key ASCEjw89XG0nmyA7UzjlUGZiXtbMlo_JCTQrXGCV4KpVYwo

To claim this, I am signing this object:

@esmcelroy
esmcelroy / _installing_simphony_2.10.md
Last active December 20, 2021 19:12
Installing Oracle/Micros Simphony 2.10

Preparing a Server for Simphony installation, and Installing Oracle/Micros Simphony 2.10

Prerequisites

The following is a list of prerequisites for the successful installation of Oracle Simphony POS 2.10:

  • Windows Server 2012 R2
  • The following IIS and .NET components:
    • NetFx4ServerFeatures
  • NetFx4
@esmcelroy
esmcelroy / StartKeepalive.ps1
Created May 3, 2021 15:19
keepalive ps1 file - not mine, but uploaded here for quick reference.
<#
.Synopsis
This is a pecking bird function, a press on the <Ctrl> key will run every 5 minues.
.DESCRIPTION
This function will run a background job to keep your computer alive. By default a KeyPess of the <Ctrl> key will be pushed every 5 minutes.
Please be aware that this is a short term workaround to allow you to complete an otherwise impossible task, such as download a large file.
This function should only be run when your computer is locked in a secure location.
.EXAMPLE
Start-KeepAlive
Id Name PSJobTypeName State HasMoreData Location
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;