Skip to content

Instantly share code, notes, and snippets.

@The-OMG
The-OMG / AlaskanTelcoFunnyLoadingMessages.txt
Created November 17, 2023 20:08
Funny Loading Messages targeted at Field Services for an Alaskan Telecom
"(Insert quarter)",
"A computer will do what you tell it to do, but that may be much different from what you had in mind.",
"Activating 'Deep Freeze' mode in data centers...",
"Adjusting flux capacitor...",
"Adjusting satellite angles for optimal polar reception...",
"Adjusting the dilithium crystal converter assembly",
"Adults are just kids with money.",
"Applying anti-freeze to all outdoor equipment...",
"As if you had any other choice",
"At least its not Cherwell.",
<?xml version="1.0" ?>
<?mso-application progid="Excel.Sheet"?>
<Workbook
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40"
><DocumentProperties
xmlns="urn:schemas-microsoft-com:office:office"
@The-OMG
The-OMG / TOSEC.txt
Created May 20, 2019 18:18
Rom inventory for mega zipped files
drwx------ 1823 omg omg 124K Oct 12 19:34 ./
drwxr-xr-x 3 omg omg 4.0K Jan 28 05:21 ../
drwx------ 2 omg omg 4.0K Jan 30 01:49 Acorn Archimedes - Applications/
drwx------ 2 omg omg 4.0K Jan 30 01:49 Acorn Archimedes - Compilations - Games - [JFD]/
drwx------ 2 omg omg 4.0K Jan 30 01:49 Acorn Archimedes - Compilations - Various/
drwx------ 2 omg omg 4.0K Jan 30 01:49 Acorn Archimedes - Demos/
drwx------ 2 omg omg 16K Jan 30 01:49 Acorn Archimedes - Games - [ADF]/
drwx------ 2 omg omg 12K Jan 30 01:49 Acorn Archimedes - Games - [JFD]/
drwx------ 2 omg omg 4.0K Jan 30 01:49 Acorn Atom - Applications/
drwx------ 2 omg omg 4.0K Jan 30 01:49 Acorn Atom - Compilations - Games/
@The-OMG
The-OMG / sysenv.txt
Created April 23, 2019 03:45
Filebot Sysenv
# Environment Variables #
USERDOMAIN_ROAMINGPROFILE: LT-ORIGIN
PROCESSOR_LEVEL: 6
VS140COMNTOOLS: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
SESSIONNAME: RDP-Tcp#1
ALLUSERSPROFILE: C:\ProgramData
PROCESSOR_ARCHITECTURE: AMD64
PSModulePath: C:\Users\orion\OneDrive - orionsbelt\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
SystemDrive: C:
USERNAME: orion
@The-OMG
The-OMG / create_service.sh
Last active July 27, 2019 17:35
Small script for creating Google Cloud Service Accounts
#!/bin/bash
# requires gcloud command line tools
# go to https://cloud.google.com/sdk/docs/quickstarts to get them OR you can install with Node (npm) "npm install --save -g @google-cloud/cloud-sdk"
# max 100 service accounts per project
# run "gcloud init --console-only" first and select a project; run it again to select another project to create more service accounts
# Location of where service account keys will be created
KEYS_DIR=keys
@The-OMG
The-OMG / cloudSettings
Last active July 13, 2018 03:05
VSCode's Settings - Syncing
{"lastUpload":"2018-07-13T03:05:35.468Z","extensionVersion":"v2.9.2"}

Keybase proof

I hereby claim:

  • I am the-omg on github.
  • I am the_omg (https://keybase.io/the_omg) on keybase.
  • I have a public key ASBzL0RRqIbxgoz0eYzI8eqaA0mpOKXS-VlFi9q2rY4x4go

To claim this, I am signing this object:

#!/bin/bash
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --filter "age < 14" --def "ut_label=TV" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/showrss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --def "ut_label=Movies" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/movierss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --filter "age < 14" --def "ut_label=Anime" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/animerss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --def "ut_label=TV" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/tv/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subti