I hereby claim:
- I am desimone on github.
- I am bdesimone (https://keybase.io/bdesimone) on keybase.
- I have a public key ASCWvu75RYuOqRmeXezk6_ylSUm4-nnCTeojuaOTEqSPBwo
To claim this, I am signing this object:
| # Admin access requiring device identity and MFA | |
| allow: | |
| and: | |
| - authenticated_user: true | |
| - device: | |
| approved: true | |
| type: enclave_only | |
| - groups: | |
| has: pci-admin | |
| # is this a known, company managed device by cert |
I hereby claim:
To claim this, I am signing this object:
Follow the steps below to install Team City 8.1 on Ubuntu 12.04 with Nginx as the proxy for port 80.
Install Team City:
# will install on port 8111
sudo wget -c https://gist.githubusercontent.com/desimone/042c977656ea03484347/raw/teamcity-install.sh -O /tmp/teamcity-install.sh
| def find_factor(number): | |
| for i in range(1, number): | |
| if number % i == 0: | |
| yield i | |
| factors = find_factor(154) | |
| for i in factors: | |
| print i |
Pre-requisites
| using System; | |
| using System.Net; | |
| using System.Security.Cryptography.X509Certificates; | |
| using HttpWebAdapters; | |
| using HttpWebAdapters.Adapters; | |
| namespace Company.Communication.Solr.Helpers | |
| { | |
| /// <summary> | |
| /// Creates a web request that uses a custom 509 cert to make the web request |