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

BADA55.io June 13, 2017, 9:06 a.m.

BADA55.io is about finding the most badass leet words for your CSS hex colours.

html color css

#c0ffee June 13, 2017, 8:52 a.m.

What 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.

html color css

ipify - Public IP Address API June 9, 2017, 8:27 a.m.

JSON API to find public IP address.

$ curl 'https://api.ipify.org?format=json'
{"ip":"202.50.184.249"}
api programming free tools

How to Create an AMI Builder with AWS CodeBuild and HashiCorp Packer June 6, 2017, 8:48 a.m.

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.

aws

AWS Summit Sydney On-Demand June 6, 2017, 8:37 a.m.

Recorded broadcasts of AWS Summit Sydney’s most exciting and informative sessions.

video aws

Infrastructure Planning and Design Guides for Windows Server 2008 May 29, 2017, 10:18 a.m.

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

Creating an initial RRD May 26, 2017, 8:24 a.m.

When 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

draw.io May 25, 2017, 3:12 p.m.

Online drawing / charting tool with built in AWS stencils.

aws tools

Configuring your PDCE with Alternate Time Sources May 23, 2017, 4:21 p.m.

By making the primary NTP server flag 0x9, we made it Client 0x08 + SpecialInterval 0x01 and as for the second NTP time server. By making the secondary NTP peer flag 0xa, we made it 0x08 Client + 0x02 UseAsFallbackOnly. On initial sync during service startup the polling interval time is zero which will not match the special polling interval that our 0x01 flag requires. This being the case w32time will use the Fallback server as its primary choice until the special polling interval arrives then it will use the intended primary server.

windows sysadmin group policy

Windows 10 and Windows Server 2016 update history May 23, 2017, 12:20 p.m.

List of historical updates for Windows Server 2016. Updates are cumulative and include all previous updates.

windows windows 10 windows server 2016 security

Security Bulletin Severity Rating System May 23, 2017, 12:13 p.m.

This system, which we revised in December 2011 based on customer feedback, is intended to help our customers decide which updates they should apply under their particular circumstances, and how rapidly they need to take action.

windows sysadmin security

RRDTool Tutorial May 22, 2017, 8:24 a.m.

RRDtool refers to Round Robin Database tool. Round robin is a technique that works with a fixed amount of data, and a pointer to the current element. Think of a circle with some dots plotted on the edge. These dots are the places where data can be stored. Draw an arrow from the center of the circle to one of the dots; this is the pointer. When the current data is read or written, the pointer moves to the next element. As we are on a circle there is neither a beginning nor an end, you can go on and on and on. After a while, all the available places will be used and the process automatically reuses old locations.

tutorial sysadmin networking rrdtool

RRDtool tutorial, graphs and examples May 21, 2017, 5:25 p.m.

RRDtool is a graphing utility made by Tobi Oetiker that takes data sets you collect and graphs them. RRDtool (acronym for round-robin database tool) correlates time-series data like network bandwidth, temperatures, CPU load or any other data type. Data is stored in a round-robin database (circular buffer) which allows the system storage footprint to remain constant over time. The database will always have the same amount of data points throughout its lifetime. When new data comes in the oldest data set is removed.

tutorial sysadmin rrdtool

Python strftime reference May 20, 2017, 8:39 p.m.

Python's strftime directives, built automatically from the Python strftime docs.

documentation cheatsheet python

The Naked Gun Random Intro Sequence Generator May 20, 2017, 6:23 p.m.

The idea here is to recreate the title sequence from The Naked Gun movies using randomly generated gifs which have been tagged on giphy.com as Dashcam or GoPro.

gifs b3ta funny

HTTPSWatch New Zealand May 19, 2017, 8:54 a.m.

HTTPSWatch tracks the HTTPS support of prominent websites.

security new zealand

AWS Service Actions and Condition Context Keys for Use in IAM Policies May 18, 2017, 4:19 p.m.

Each AWS service can provide actions and condition context keys for use in IAM policies. Not all API actions defined by a service can be used in an IAM policy, and a service might define some permissions that don't directly correspond to an API action. Use this list to determine which actions can be used as permissions in an IAM policy.

documentation aws

BlinkStick May 18, 2017, 2:35 p.m.

Smart LED controllers with integrated USB firmware. BlinkStick brings colourful notifications to your computer and wide range programming language implementations give you the power to control LEDs without the need to program a microcontroller.

automation diy hardware

Script Windows Update PowerShell Module May 15, 2017, 4:11 p.m.

This function is a piece of PSWindowsUpdate module to manage Windows Update on a computer system running Windows. Whole module contain set of functions to check, download and install updates from PowerShell.

windows powershell security

Microsoft Explains Windows Server 2016 Patching May 10, 2017, 4:53 p.m.

For Windows Server 2016 installations, a security update arrives first, followed by a quality update a couple of weeks later. Cumulative updates with new security fixes arrive on the second Tuesday of each month ("patch Tuesday"). Cumulative updates with new quality fixes arrive on the fourth Tuesday of each month. Windows Server 2016 updates first arrive as "optional" updates, but they later become "recommended" updates after two weeks.

security sysadmin windows windows server 2016