-
```
~/skipfish# make
cc skipfish.c -o skipfish -Wall -funsigned-char -g -ggdb
-D_FORTIFY_SOURCE=0 -O3 -Wno-format http_client.c database.c crawler.c
analysis.c report.c -lcrypto -lssl -lidn -lz
In fi…
-
```
~/skipfish# make
cc skipfish.c -o skipfish -Wall -funsigned-char -g -ggdb
-D_FORTIFY_SOURCE=0 -O3 -Wno-format http_client.c database.c crawler.c
analysis.c report.c -lcrypto -lssl -lidn -lz
In fi…
-
```
~/skipfish# make
cc skipfish.c -o skipfish -Wall -funsigned-char -g -ggdb
-D_FORTIFY_SOURCE=0 -O3 -Wno-format http_client.c database.c crawler.c
analysis.c report.c -lcrypto -lssl -lidn -lz
In fi…
-
```
~/skipfish# make
cc skipfish.c -o skipfish -Wall -funsigned-char -g -ggdb
-D_FORTIFY_SOURCE=0 -O3 -Wno-format http_client.c database.c crawler.c
analysis.c report.c -lcrypto -lssl -lidn -lz
In fi…
-
I am trying to set up Kibana 4 with Elasticsearch 1.4.4. However everytime I start kibana all that is displayed is the Kibana header and a blank screen.
![image](https://cloud.githubusercontent.com/…
-
On a 2015.8.0rc3 windows minion the pygit2 or GitPython libs are not installed by default.
That makes the masterless minions work with git_remotes in the new intended way a bit challenging,
I think.…
-
`salt 2014.7.0-n/a-9da5d13 (Helium)`
top.sls:
``` yaml
'role:foo':
- match: grain
- foo
'role:foo':
- match: grain
- something.foo
```
``` python
Passed invalid arguments: can'…
-
When running something like `for i in {0..100}; do docker run busybox echo test; done` with Docker running on devicemapper, errors are thrown and containers fail to run:
```
2014/02/10 9:48:42 Error:…
-
I did install rancher with:
```
docker run -d --restart=always -p 8000:8080 --name=rancher-server \
-e "CATTLE_API_ALLOW_CLIENT_OVERRIDE=true" \
-e "CATTLE_HOST_API_PROXY_SCHEME=wss" rancher/server
`…
-
Installing some packages fails without any clues in the logs at to why. On the command line, this succeeds:
```
pkg install -y databases/py-MySQLdb
```
This is FreeBSD 10.1-RELEASE-p15.
However `s…