# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]In this article, we'll go over how you can use SSH to mitigate the risk of data lose that comes from using the same private key for all the servers you manage.
cd /var/vmail/vmail1/example.com/p/a/u/username-2005.09.20.12.30.07/Maildir
find . -type f | grep -E ',[^,]*S[^,]*$' # finds all readed
find . -type f | grep -vE ',[^,]*S[^,]*$' # find all unreaded
find . -type f | grep -vE ',[^,]*S[^,]*$' | wc -l # count them
find . -type f | grep -vE ',[^,]*S[^,]*$' | xargs rm # remove themOver at Mahana Designs we usually work with stateless session (meaning that there are no server sessions but instead the user information…
time awk '{ split($4,array,"[:/]"); print > "access-" array[3] "-" array[2] ".txt" }' access.logself hosted selfhosted