WordPress password generate/check from python code
If you want to generate wordpress password from python code (like for updating/reseting user wordpress installs) here's code:
Firefox HSTS Settings store
So I've set HSTS on whole domain with subdomains, preloaded, cosmic max-age, like:
Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"
And now Firefox forces HTTPS on every subdomain. Even if I enter http:// directly into address bar.
Changing HSTS to:
Strict-Transport-Security "max-age=3600"
doesn't help because previous one is somehow cached for very long time.
Clearing cache and history doesnt help either, firefox still stores it somewhere. On clear profile everything is working OK.
So there is this file in your Firefox profile directory called SiteSecurityServiceState.txt.
Turn off Firefox so there's nothing using your profile directory and edit that file, remove your site from cache.
siege [error] socket: connection refused
If you testing stuff with siege and it starts throwing socket: connection refused errors first check if you did not run out of ports for outgoing connections, then use this commands:
sysctl net.ipv4.tcp_tw_reuse=1 sysctl net.ipv4.tcp_tw_recycle=1
Bitbucket show hg commands button
Steve Losh noted on Twitter that there's no usable URL to pull changes from pull request in your command line. Well, there is, sorta, pull request page html contain hidden "merge-commands" <pre> in case there are conflicts, all you have to do is show it.
I used greasemonkey to add "hg" button between "merge" and "edit" buttons on pull request page. It looks like this:
Here is script source:
Distinguishable colors for stack graphs
I needed to stack some data on single graph (like network traffic from multiple hosts).
Colors on such graphs should be distinguishable, best approach is evenly space (hue-wise) color palette. To enhance separation every odd color has lower brightness.
It will look something like this:
or this:
I needed it for RRDgraph so here's perl version:
Archives
- February 2016
- October 2015
- September 2015
- July 2013
- June 2013
- April 2013
- March 2013
- December 2011
- November 2011
- July 2011
- June 2011
- February 2010
- September 2009
- March 2009
- February 2009