Library 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 rrdtoolBy 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.
List of historical updates for Windows Server 2016. Updates are cumulative and include all previous updates.
windows windows 10 windows server 2016 securityThis 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 securityRRDtool 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