Why rewrite URLs? Check Wikipedia
Make sure AllowOverride is on for your directory, or put in httpd.conf
# Apache (.htaccess or httpd.conf)
RewriteEngine On
Why rewrite URLs? Check Wikipedia
Make sure AllowOverride is on for your directory, or put in httpd.conf
# Apache (.htaccess or httpd.conf)
RewriteEngine On
# Using GNU `sed` | |
git diff --diff-filter=ACMRTUXB --name-only branch_to_compare | xargs sed -i -r "s/copyright(\s+)[0-9]{4}/copyright\1"$(date "+%Y")"/g" |
# KeepAwake - Keep Windows "awake" | |
# | |
# Useful for keeping awake during the running long/maintenance processes without | |
# having to change power or screen-saver options. | |
# | |
# See https://gist.github.com/jamesfreeman959/231b068c3d1ed6557675f21c0e346a9c | |
Write-Host @" | |
KeepAwake running... |