Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| global | |
| maxconn 2000 | |
| stats socket /tmp/haproxy.socket level admin | |
| uid 80 | |
| gid 80 | |
| nbproc 1 | |
| chroot /tmp/haproxy_chroot | |
| daemon | |
| tune.ssl.default-dh-param 2048 | |
| # Modern browser compatibility only as mentioned here: |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
| API | Status Codes |
|---|---|
| [Twitter][tw] | 200, 304, 400, 401, 403, 404, 406, 410, 420, 422, 429, 500, 502, 503, 504 |
| [Stripe][stripe] | 200, 400, 401, 402, 404, 429, 500, 502, 503, 504 |
| [Github][gh] | 200, 400, 422, 301, 302, 304, 307, 401, 403 |
| [Pagerduty][pd] | 200, 201, 204, 400, 401, 403, 404, 408, 500 |
| [NewRelic Plugins][nr] | 200, 400, 403, 404, 405, 413, 500, 502, 503, 503 |
| [Etsy][etsy] | 200, 201, 400, 403, 404, 500, 503 |
| [Dropbox][db] | 200, 400, 401, 403, 404, 405, 429, 503, 507 |
| #logstash-forwarder | |
| input { | |
| lumberjack { | |
| port => 5043 | |
| type => "logs" | |
| ssl_certificate => "/usr/local/etc/ssl/metrics.int.unixathome.org.crt" | |
| ssl_key => "/usr/local/etc/ssl/metrics.int.unixathome.org.nopassword.key" | |
| codec => plain { charset => "ISO-8859-1" } | |
| } | |
| } |
| ES-Masters: | |
| tty: true | |
| command: | |
| - elasticsearch | |
| - -Des.cluster.name=sansabelt | |
| - -Des.node.master=true | |
| - -Des.node.data=false | |
| - -Des.discovery.zen.ping.multicast.enabled=false | |
| - -Des.discovery.zen.ping.unicast.hosts=datas,clients | |
| image: elasticsearch |
#Laravel 5 Simple ACL manager
Protect your routes with user roles. Simply add a 'role_id' to the User model, install the roles table and seed if you need some example roles to get going.
If the user has a 'Root' role, then they can perform any actions.
Simply copy the files across into the appropriate directories, and register the middleware in App\Http\Kernel.php
| upstream crate { | |
| server 10.0.0.101:4200; | |
| server 10.0.0.102:4200; | |
| server 10.0.0.103:4200; | |
| } | |
| server { | |
| listen 4220; | |
| location = /_sql { |
| # Varnish 4.0 file for our Craft CMS projects | |
| # Based on https://github.com/mattiasgeniar/varnish-4.0-configuration-templates/blob/master/default.vcl | |
| # | |
| # This is still work in progress, comments appreciated. | |
| vcl 4.0; | |
| import std; | |
| import directors; |
This Gist is now part of https://github.com/gmasse/ovh-ipxe-customer-script