Skip to content

Instantly share code, notes, and snippets.

View aliprogrammer69's full-sized avatar
🎯
Focusing

Ali aliprogrammer69

🎯
Focusing
View GitHub Profile
@yetanotherchris
yetanotherchris / acl.ps1
Created November 15, 2016 12:00
Set write permissions on a directory in Powershell for IIS
$acl = Get-Acl "C:\Windows\Temp"
$rule = New-Object System.Security.Accesscontrol.FileSystemAccessRule("IIS_IUSRS","Write","Allow")
$acl.SetAccessRule($rule)
Set-Acl "C:\Windows\Temp" $acl
@colinvh
colinvh / aws.md
Last active July 27, 2026 01:35
AWS Region Names

Alternative naming schemes for AWS regions

Incorporates changes by 0mnius.

Purpose

The intent is to define terse, standards-supported names for AWS regions.

Legend