We’re going to be setting up NGINX to use LET’S ENCRYPT and for this example we’re going to be pointing to a Guacamole server, which…
Networking, Politics, and Crypto
We’re going to be setting up NGINX to use LET’S ENCRYPT and for this example we’re going to be pointing to a Guacamole server, which…
function Fix-MAC { [CmdletBinding(DefaultParameterSetName=’Upper’)] [OutputType([string])] Param ( # MAC Address [Parameter(Mandatory=$true, ValueFromPipeline=$true, ValueFromPipelineByPropertyName=$true, ValueFromRemainingArguments=$false, Position=0)] [Parameter(ParameterSetName=’Upper’)] [Parameter(ParameterSetName=’Lower’)] [Parameter(ParameterSetName=’IOS’)] [string[]]$MACS, [Parameter(Mandatory=$False, ParameterSetName=’Lower’)] [switch]$Lower, [Parameter(Mandatory=$False, ParameterSetName=’IOS’)] [switch]$IOS…
I was doing some PowerShell scripts at work and I was typically using Invoke-WebRequest to download files as it’s the simplest method to do so.…
I’ve got some PowerShell scripts that are executed by a service running as “SYSTEM” which runs everything in Session 0 isolation and I needed to…
1. Create a Key in HKEY_CLASSES_ROOT*shell E.G. HKEY_CLASSES_ROOT*shellTV Move 2. Create a Key called “command” under that key E.G. HKEY_CLASSES_ROOT*shellTV Movecommand 3. Edit the (Default)…
Plex typically stores its log files here: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs/Plex Media Server.log With rsyslog you can watch that file and forward lines from the…
So if you happen to be running PeerBlock on your system, do NOT use the Bogon block list if you want to use Private Internet…
Here is a small application to make offline installation of the .NET 3.5 Framework as simple as can be. http://www.askvg.com/download-microsoft-net-framework-3-5-offline-installer-for-windows-8/
The following Perl script will give you a rough estimation of distance between two points expressed in floating point latitude and longitudes.
UPDATE: This is old and I’m guessing it doesn’t work anymore? I’m now all about PowerShell so I re-wrote it in PowerShell…. https://github.com/MysticRyuujin/PlexMissingEpisodes The following…