Skip to content

Instantly share code, notes, and snippets.

View franciso's full-sized avatar
🌎

Francis Ouellet franciso

🌎
View GitHub Profile
Set-AdfsProperties -EnableExtranetLockout $true -ExtranetLockoutThreshold 5 `
-ExtranetObservationWindow (new-timespan -Minutes 30) -ExtranetLockoutRequirePDC $false
@franciso
franciso / DACIMM-ADFS-EnableExtranetLockoutProtection.ps1
Last active August 14, 2017 14:57
Enable ADFS Extranet Lockout Protection
Set-AdfsProperties -EnableExtranetLockout $true -ExtranetLockoutThreshold 5 `
-ExtranetObservationWindow (new-timespan -Minutes 30)
@franciso
franciso / setup_ror_mac_osx_10.8.md
Last active December 15, 2015 16:19
Mac OS X 10.8 - Ruby on Rails Installation Guide

How to install Ruby On Rails on Mac OS X - 10.8

This is a minimalit's guide on installing Ruby on Rails on Mac OS X 10.8

Install Apple Developer command line tools

https://developer.apple.com/downloads/

Install rvm

curl -L https://get.rvm.io | bash -s stable