$ sudo vi /etc/motion/motion.conf
daemon on
width 640
height 480
output_pictures off
ffmpeg_output_movies off
webcontrol_localhost off
stream_localhost off
$ sudo vi /etc/default/motion
start_motion_daemon=yes
Javaは良い言語だと思いますが、一番の特徴は、別にダウンロードできる Java Run Environment というものです。 コンパイラーは人間のコードを機械語に翻訳するものですが、Windowsにしかコンパイルできないコンパイラーを使っていると、折角書いたプログラムをMacやLinuxで実行できません。
しかし、Javaでコンパイルしたコードは、直接OSではなく、上記のJava Run Environmentに実行されます。そして、そのJava Run EnvironmentのWindows版、Mac版、Linux版も存在しますので、Javaで一度プログラムを書くだけで、多くの環境で利用できることが一番の特徴だと思います。 実は、AndroidアプリもJavaで書くことができます。
class HelloWorld {
static public void main(String args[]) {
System.out.println("Hello World!");
}
}
curl 'http://172.19.0.6:8983/solr/admin/collections?action=REBALANCELEADERS&collection=test'
{
"responseHeader":{
"status":0,
"QTime":3053},
"Summary":{
"Success":"All active replicas with the preferredLeader property set are leaders"},
"successes":{
"shard1":{
"status":"success",
"msg":"Successfully changed leader of slice shard1 to core_node3"}}}
curl 'http://172.19.0.6:8983/solr/admin/collections?action=FORCELEADER&collection=test&shard=shard2'
{
"responseHeader":{
"status":500,
"QTime":35},
"error":{
"metadata":[
"error-class","org.apache.solr.common.SolrException",
"root-error-class","org.apache.solr.common.SolrException"],
"msg":"The shard already has an active leader. Force leader is not applicable. State: shard2:{
(略)
"code":500}}