This file contains 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
#### Disable audio suspend | |
* `sudo gedit /etc/pulse/default.pa`. Comment out the line indicated below. | |
``` | |
### Automatically suspend sinks/sources that become idle for too long | |
# load-module module-suspend-on-idle |
This file contains 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
{ | |
"cve" : { | |
"data_type" : "CVE", | |
"data_format" : "MITRE", | |
"data_version" : "4.0", | |
"CVE_data_meta" : { | |
"ID" : "CVE-2009-3238", | |
"ASSIGNER" : "[email protected]" | |
}, | |
"affects" : { |
This file contains 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
package main | |
import ( | |
"context" | |
"flag" | |
"io/ioutil" | |
"log" | |
"os" | |
"path" | |
"regexp" |
This file contains 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
Test |
This file contains 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
panic: assignment to entry in nil map | |
goroutine 1 [running]: | |
github.com/google/cadvisor/container/docker.newDockerContainerHandler(0xc820170360, 0xc8200a2a50, 0x48, 0x7f91e1ea67d0, 0xc8200dea80, 0x7f91e1ea5f10, 0xc820248e00, 0xc8202d5cf7, 0x4, 0xc820380628, ...) | |
/usr/local/google/home/vishnuk/go/src/github.com/google/cadvisor/container/docker/handler.go:163 +0x11f2 | |
github.com/google/cadvisor/container/docker.(*dockerFactory).NewContainerHandler(0xc820380600, 0xc8200a2a50, 0x48, 0xc8205dd501, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/google/home/vishnuk/go/src/github.com/google/cadvisor/container/docker/factory.go:135 +0x17e | |
github.com/google/cadvisor/container.NewContainerHandler(0xc8200a2a50, 0x48, 0xc8205dd801, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/google/home/vishnuk/go/src/github.com/google/cadvisor/container/factory.go:79 +0x6e6 | |
github.com/google/cadvisor/manager.(*manager).createContainer(0xc8200dea80, 0xc8200a2a50, 0x48, 0x0, 0x0) |
This file contains 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
My traceroute [v0.86] | |
ironhide.local (0.0.0.0) Thu Jan 14 11:37:36 2016 | |
Keys: Help Display mode Restart statistics Order of fields quit | |
Packets Pings | |
Host Loss% Snt Last Avg Best Wrst StDev | |
1. mynetwork 0.0% 414 0.6 0.7 0.6 26.4 1.6 | |
2. 10.11.5.177 |
This file contains 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
Keys: Help Display mode Restart statistics Order of fields quit | |
Packets Pings | |
Host Loss% Snt Last Avg Best Wrst StDev | |
1. mynetwork 0.0% 20 0.7 1.7 0.7 10.8 2.8 | |
2. 10.11.5.177 0.0% 20 2.0 12.1 2.0 49.0 13.7 | |
3. 10.178.206.78 |
This file contains 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
"ports": [ | |
30004 | |
], | |
"cmd": "npm run entry", | |
"container": { | |
"docker": { | |
"network": "BRIDGE", | |
"image": "quay.io/...", | |
"portMappings": [ | |
{ "containerPort": 8080, "hostPort": 30004 } |
This file contains 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
image: google/nodejs:0.10.33 | |
script: | |
- npm install | |
- npm test |
This file contains 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
{ | |
"Ansi 6 Color" : { | |
"Green Component" : 0.7137255072593689, | |
"Blue Component" : 0.7607843279838562, | |
"Red Component" : 0.3372549116611481 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |
NewerOlder