See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
Long time network engineer, did some perl a long time ago and am liking python pretty well but the pynetbox documentation is badly lacking IMO. If I were a python wizard I'm sure it would all be obvious but I'm not and it's really frustrating that more example weren't provided.
Many of the following examples were cadged from various places on the interwebs and HAVE NOT BEEN TESTED.
import pynetbox
NETBOX = 'https://netbox.fq.dn/'
nb = pynetbox.api(NETBOX, get_token('nb'))
| #!/bin/bash | |
| # Copyright © 2017 Google Inc. | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | 
This method is deprecated, please reach out to the Datadog Support team if you have any questions.
| frontend https-in | |
| mode tcp | |
| bind *:443 ssl crt /etc/ssl/dummy.pem alpn h2,http/1.1 | |
| use_backend nodes-http2 if { ssl_fc_alpn -i h2 } | |
| default_backend nodes-http | |
| backend nodes-http | |
| server node1 web.server:80 check | |
| backend nodes-http2 | 
This is a collection of working commandline examples to show how one could use FFMpeg and VLC for live transcoding of video streams. All examples have been tested on OSX 10.7.5 with FFMPeg 1.1.3 and VLC 2.0.5 in early 2013.
Documentation links
To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptracerouteTo install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute| /* | |
| ******************************************************************************** | |
| Golang - Asterisk and Ampersand Cheatsheet | |
| ******************************************************************************** | |
| Also available at: https://play.golang.org/p/lNpnS9j1ma | |
| Allowed: | |
| -------- | |
| p := Person{"Steve", 28} stores the value | 
To remove a submodule you need to:
| Get access to esx cli thru ansible, without patching ansible to not fail on grp and platform by placing modules on esx | |
| This does not overcome fail of setup, which will rely heavily on platform, but it at least permits basic cli access. For example | |
| # ansible -i inventory esx1 -u root -a '/bin/vim-cmd vmsvc/getallvms' | |
| #hosts: | |
| [hv] | |
| esx1 |