Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul

Using Environment Variables with the Serverless Framework Sept. 18, 2017, 3:53 p.m.

While you can set environment variables directly inside your serverless.yml this doesn’t solve the problem of allowing different values for each stage or keeping your secrets outside of version control. There are two approaches you can use to for this.

aws lambda

Uniregistry Sept. 12, 2017, 8:59 a.m.

Registry for unusual TLDs - .sucks, .pizza etc.

domain internet

Get Rid Of UAC Prompts With Microsoft's Application Compatibility Toolkit Sept. 5, 2017, 8:16 a.m.

There are quite a few ways to limit UAC prompts further in Windows. One of the easiest ways for instance is to change a program's properties to always run with administrative privileges. Another option, less commonly known, is to use the Microsoft Application Compatibility Toolkit to whitelist applications so that they do not display an UAC prompt when they are run.

windows sysadmin

Intercepting iOS Network Traffic Aug. 25, 2017, 4:20 p.m.

To sniff an application’s network traffic, we’re going to use mitmproxy. It’s a powerful man-in-the-middle proxy that allows you to intercept, modify, replay, and save HTTP/S traffic.

proxy ios network

How to find a Group Policy Object Aug. 24, 2017, 4:07 p.m.

You can search for GPO’s that have been linked or not, that contain settings under User or Computer Configuration including Deployed Printer Connections, Group Policy Folder Options, Group Policy Network Shares, Registry, Internet Protocol Security Policies, Scripts, and a lot more.

windows gpo

Configure Automatic Updates in a Non–Active Directory Environment Aug. 21, 2017, 12:20 p.m.

In a non-Active Directory environment, you can configure Automatic Updates by using any of the following methods:

  • Using Group Policy Object Editor and editing the Local Group Policy object
  • Editing the registry directly by using the registry editor (Regedit.exe)
  • Centrally deploying these registry entries by using System Policy in Windows NT 4.0 style.
windows

Windows Server 2016 Update settings Aug. 21, 2017, 11:59 a.m.

In Windows Server 2016 there are no GUI options available to change the update behaviour. In this blog I was outline the different ways to change the Windows Server 2016 Update settings.

windows windows server 2016

AWS Tools for PowerShell Reference Aug. 17, 2017, 2:15 p.m.

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 aws

Linux Load Averages: Solving the Mystery Aug. 11, 2017, 1:31 p.m.

Load 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 devops

Introduction to Azure for AWS experts Aug. 11, 2017, 12:40 p.m.

This 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 azure

Windows Server 2016 Unattended Setup Reference July 27, 2017, 9:11 a.m.

The 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 sysprep

Rtings Reviews and Ratings July 21, 2017, 12:14 p.m.

Detailed reviews of TVs and headphones, including calibration settings with screenshots.

reviews tv

Carl Webster - Scripts and Other Utilities July 20, 2017, 10:05 a.m.

Library of admin scripts for Active Directory.

script active directory windows powershell

Building a Bad Ass 1U Server July 13, 2017, 10:11 a.m.

This 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 howto

Exploits Database by Offensive Security July 7, 2017, 4:07 p.m.

The ultimate archive of Exploits, Shellcode, and Security Papers.

hacking security

Poking Around DNS Scavenging Settings with PowerShell June 21, 2017, 4:55 p.m.

DNS 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 dns

Boto 3 Documentation June 21, 2017, 9:22 a.m.

Boto 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 python

Deep Dive Into Auto Scaling Lifecycle Hooks June 20, 2017, 2:24 p.m.

Auto 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 aws

Sync Settings June 14, 2017, 12:48 p.m.

Turn syncing on / off for shared google calendars.

calendar google

Network Protocols – Programmer's Compendium June 13, 2017, 9:55 a.m.

The 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 networking