##《》〈〉﹏_「」
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja"> | |
<head> | |
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=yes"> | |
<!--[if IE]><meta http-equiv="Content-type" content="text/html; charset=UTF-8"><![endif]--> | |
<title>PENTAX FLU</title> | |
<link rel="apple-touch-icon" href="icon.png"> | |
<style type="text/css"> |
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
➜ ~ gphoto2 --debug --capture-image-and-download | |
0.000240 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST: | |
0.006834 main (2): gphoto2 2.5.8 | |
0.006938 main (2): gphoto2 has been compiled with the following options: | |
0.010747 main (2): + gcc (C compiler used) | |
0.010880 main (2): + popt (mandatory, for handling command-line parameters) | |
0.011017 main (2): + exif (for displaying EXIF information) | |
0.011099 main (2): + cdk (for accessing configuration options) | |
0.011145 main (2): + aa (for displaying live previews) | |
0.011189 main (2): + jpeg (for displaying live previews in JPEG format) |
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
--- debug-cli-k5-Av.log 2015-12-21 18:34:36.000000000 +1100 | |
+++ debug-cli-k3-Av.log 2015-12-21 18:23:22.000000000 +1100 | |
@@ -9,11 +9,11 @@ | |
Checking drive: sg1 ATA | |
VBOX HARDDISK | |
- Checking drive: sg2 PENTAX | |
- DSC_K-5 | |
+ Checking drive: sg2 RICOHIMG | |
+ DSC_K-3 |
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
Debug messaging is now enabled. | |
./pktriggercord-cli 0.82.05 | |
model (null) | |
device (null) | |
[C] plsr_init() | |
Checking drive: sg0 ATA | |
VBOX HARDDISK | |
Checking drive: sg1 RICOHIMG | |
DSC_K-3 |
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
nginx: | |
image: | |
- {}:/app | |
- {}:/cache | |
- {}:/tmp/nginx | |
- {}:/var/log/nginx | |
volumes-from: php | |
container: | |
- /opt/nginx:/opt/nginx | |
- /data/cache/nginx:/cache |
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
FROM elasticsearch:2 | |
MAINTAINER Tao Wang <twang2218@gmail.com> | |
RUN set -xe \ | |
&& ./bin/plugin install mobz/elasticsearch-head \ | |
&& ./bin/plugin install AIsaac08/bigdesk |
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
#/bin/bash | |
DOCKER_MACHINE_DRIVER=virtualbox | |
function create_kvstore { | |
echo | |
echo "Preparing Key-Value store: etcd ..." | |
echo | |
docker-machine create -d ${DOCKER_MACHINE_DRIVER} swarm-kvstore |
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
#!/bin/sh | |
# Before run this script, a docker host in a public cloud should be available | |
# The host can be created by the following commands: | |
# | |
# docker-machine create -d digitalocean dev | |
# eval $(docker-machine env dev) | |
# | |
# Then you can run this command simply by : | |
# |
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
$ docker info | |
Containers: 0 | |
Running: 0 | |
Paused: 0 | |
Stopped: 0 | |
Images: 0 | |
Server Version: swarm/1.2.4 | |
Role: primary | |
Strategy: spread | |
Filters: health, port, containerslots, dependency, affinity, constraint |
OlderNewer