https://gist.github.com/olasd/9841772 rtmp://a.rtmp.youtube.com/live2/9gk0-rugc-zs5e-b1m5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/> | |
<script src="http://cmx.io/v/0.1/cmx.js"></script> | |
<body> | |
<scene id="scene1"> | |
<label t="translate(0,346)"> | |
<tspan x="0" y="0em">Try Comix</tspan> | |
</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Greeter { | |
greeting: string; | |
constructor(message: string) { | |
this.greeting = message; | |
} | |
greet() { | |
return "Hello, " + this.greeting; | |
} | |
} |
All are from Cisco official documents:
- How to Assign Privilege Levels with TACACS+ and RADIUS
- Migration Guide for the Cisco Secure Access Control System 5.3
- The security model of Lantech switches is rather simple. Each user falls into either one of the following of permissions.
- read-only: allow to view current settings but changing settings is disallowed.
- read-write: both viewing/changing settings are allowed.
- route
- webpack & npm
- https://github.com/vuejs/awesome-vue#component-collections
- Richness of UI controls
- theme
- mobile display support
as title
https://github.com/golang/crypto/tree/master/ssh/terminal looks great
please run it with
package main
import (
"fmt"
"golang.org/x/crypto/ssh/terminal"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gitlab.example-domain.com { | |
proxy / localhost:10080 { | |
proxy_header Host {host} | |
proxy_header X-Real-IP {remote} | |
proxy_header X-Forwarded-Proto {scheme} | |
proxy_header X-Forwarded-Ssl on | |
} | |
log access-gitlab.log | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsonrpc": "2.0", | |
"id": "f3363ed525852bea94200c5eeae", | |
"result": { | |
"deviceId": "e8:de:d6:00:11:22", | |
"mapping": { | |
"1": "4", | |
"2": "3", | |
"3": "2", | |
"4": "1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsonrpc":"2.0", | |
"id":"1804a065-5f41-44a8-889b-2f8689955ecc", | |
"result":{ | |
"deviceId":"D0:FF:50:EF:7B:6B", | |
"macAddress":"D0:FF:50:EF:7B:6B", | |
"firmware":"01","model":"matrix", | |
"serialNum":"serialNum", | |
"serviceTag":"serviceTag", |