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:
"(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" |
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/ |
# 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 |
#!/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 |
{"lastUpload":"2018-07-13T03:05:35.468Z","extensionVersion":"v2.9.2"} |
I hereby claim:
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 |