The AWS Tools for PowerShell are a set of PowerShell cmdlets that are built on top of the functionality exposed by the AWS SDK for .NET. The AWS Tools for PowerShell exposes cmdlets to support the same set of services and regions as supported by the SDK. This cmdlet reference covers cmdlets available in both the AWSPowerShell and AWSPowerShell.NetCore modules.
powershell reference awsLoad averages are an industry-critical metric â my company spends millions auto-scaling cloud instances based on them and other metrics â but on Linux there's some mystery around them. Linux load averages track not just runnable tasks, but also tasks in the uninterruptible sleep state. Why? I've never seen an explanation. In this post I'll solve this mystery, and summarize load averages as a reference for everyone trying to interpret them.
linux devopsThis article helps Amazon Web Services (AWS) experts understand the basics of Microsoft Azure accounts, platform, and services. It also covers key similarities and differences between the AWS and Azure platforms.
aws azureThe topics in this section describe all of the unattended settings that can be set in Windows 10 and Windows Server 2016.
windows server 2016 windows sysprepDetailed reviews of TVs and headphones, including calibration settings with screenshots.
reviews tvLibrary of admin scripts for Active Directory.
script active directory windows powershellThis build is not about building the biggest, baddest, and most redundant server we can build, rather this one is about building the biggest and baddest server that we cram in to a 1U case that is only 19â wide by 12â deep.
homelab server howtoThe ultimate archive of Exploits, Shellcode, and Security Papers.
hacking securityDNS scavenging, as you may know, takes a good deal of patience and forethought. It's not something you want to just blindly enable without doing any reconnaissance first.
active directory windows dnsBoto is the Amazon Web Services SDK for Python, which allows Python developers to write software that makes use of Amazon services like S3 and EC2. Boto provides an easy to use, object-oriented API as well as low-level direct service access.
aws programming pythonAuto Scaling Lifecycle Hooks allow EC2 instances that are part of an Auto Scaling group to pause for a specified amount of time during initialization or before terminating. When a lifecycle hook is added to an Auto Scaling group, instances wait a specified amount of time before transitioning to their next state.
automation awsTurn syncing on / off for shared google calendars.
calendar googleThe network stack does several seemingly-impossible things. It does reliable transmission over our unreliable networks, usually without any detectable hiccups. It adapts smoothly to network congestion. It provides addressing to billions of active nodes. It routes packets around damaged network infrastructure, reassembling them in the correct order on the other side even if they arrived out of order. It accommodates esoteric analog hardware needs, like balancing the charge on the two ends of an Ethernet cable. This all works so well that users never hear of it, and even most programmers don't know how it works.
read later networkingWhat real words are actually valid CSS HEX colours? Parsing an English dictionary for entries containing only the letters ABCDEF (and 0157 disguised as OIST) and limiting the result to words of exactly 6 or 3 letters length (#FFFFFF
or #FFF
) gives us some interesting results.
JSON API to find public IP address.
$ curl 'https://api.ipify.org?format=json'
{"ip":"202.50.184.249"}
api
programming
free
tools
Because itâs best practice to maintain infrastructure as code, it makes sense to use automated tooling to script the creation and configuration of AMIs that are used to quickly launch Amazon EC2 instances.
awsRecorded broadcasts of AWS Summit Sydneyâs most exciting and informative sessions.
video awsThe Infrastructure Planning and Design Guide Series provides concise planning guidance for Microsoft infrastructure products, helping to streamline and clarify design processes for unique infrastructure technologies and scenarios.
tutorial windows sysadmin windows server 2008When creating an RRD database we'll need to specify a couple things, namely one or more Data Sources and one or more Round Robin Archives. The data source (DS) defines what type of data is accepted and some boundaries on what constitutes good data. The round robin archives (RRA) can almost be thought of as views, it defines the different ways we can store and retrieve data.
tutorial programming rrdtool