Open Source tool from netflix to automatically "clean up" unused resources (ec2 instances, ebs volumes, etc)
The Netflix Tech Blog: Janitor Monkey – Keeping the Cloud Tidy and Clean
January 9th, 2013
Open Source tool from netflix to automatically "clean up" unused resources (ec2 instances, ebs volumes, etc)
Unified Networking: 10GbE iSCSI on Linux
December 31st, 2012
Notes describing iSCSI test between RHEL 6 and NetApp FAS6240 (RHEL6 w Intel X520 2x10GbE -> Cisco Nexus 10GbE switch -> FlexVlume / FAS6240 )
Unified Networking: 10GbE iSCSI on Linux
December 31st, 2012
Notes describing iSCSI test between RHEL 6 and NetApp FAS6240 (RHEL6 w Intel X520 2x10GbE -> Cisco Nexus 10GbE switch -> FlexVlume / FAS6240 )
Unified Networking: 10GbE iSCSI on Linux
December 31st, 2012
Notes describing iSCSI test between RHEL 6 and NetApp FAS6240 (RHEL6 w Intel X520 2x10GbE -> Cisco Nexus 10GbE switch -> FlexVlume / FAS6240 )
High performance nginx.conf [~0.5M connections]
December 25th, 2012
Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)
High performance nginx.conf [~0.5M connections]
December 25th, 2012
Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)
High performance nginx.conf [~0.5M connections]
December 25th, 2012
Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)
[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании
December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
"$scheme$request_method$host$uri_encoded$is_args$args";
}
[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании
December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
"$scheme$request_method$host$uri_encoded$is_args$args";
}