SSLify Your Flask App

Once you decide to go SSL, you realize browsers have come a long way. The little security icon in Chrome indicated I had some issues with my site. That not everything was using https… Hmmm… I came accross the flask-SSLify module: https://github.com/kennethreitz/flask-sslify That didn’t solve the warning indicator. The thing NEEDS to be green! Digging[…]

Full Screen CMD Prompt M$

(Super+R -> cmd -> Enter) C:\Users\colin\bin>wmic wmic:root\cli> (Super+UpArrow) (Ctrl+C) If you’re reading this, use the command line sometimes on M$, and you haven’t already, install http://git-scm.com/download/win Choose option 3 for the PATH question. You won’t regret it.

Export AD Object With All Attributes

Earlier, I realized My AD export is not grabbing all object attributes. In the original AD export script, I was actually defining fields to export using -l argument: -l “cn,givenName,objectclass,samAccountName” You can get pretty complex with LDIFDE.exe (for help see): #> ldifde /? Omitting the -l argument in the export script exported ALL object attributes.[…]