1. Out of resources when opening file
在 my.cnf 加 open-files-limit = 6000
2. Too many partitions were defined
Ref. URL : https://www.monster.com.tw/archives/2504
1. Out of resources when opening file
在 my.cnf 加 open-files-limit = 6000
2. Too many partitions were defined
Ref. URL : https://www.monster.com.tw/archives/2504
RUNKEEPER: http://runkeeper.com/user/rimmon/activity/31706545
5:16:00
以前 打 www.apache.org 可能就是看到 apache web server 的 download , document ….等等, 但隨著越來越多開發者把他們的 project 標記成 apache license , apache 於是變成一個巨大的 project 集中地 – The Apache Software Foundation ….
apache web server 是排名第一的 web server 這不用說, 今天認識了 Lucene , Solr 這個應該算是 apache 第二大
Apache Lucene Java 分類是 database
http://projects.apache.org/projects/lucene_java.html
Apache Solr 是被分類在 web-framework, network-server
http://projects.apache.org/projects/solr.html
Supports a variety of Cross Language Clients and Protocols from Java, C, C++, C#, Ruby, Perl, Python, PHP
Features : http://activemq.apache.org/features-overview.html
這場最累, 13K 開始我的右膝就痛了, 後面遇到水站用水倒到腿上降溫後, 竟然立即就不痛了, 原本打算跑到 30K 後就不跑了, 坐不曾坐過的殿後車回來, 後面沒再繼續痛下去, 但也跑不快了, 就開始慢慢跑, 今天穿 cw-x 長褲是一大失策, 今天氣溫太高了, 後面都是曬太陽, 跟頂著風跑, 11點多的溫度應該有 25度以上了.
哈哈, 雖然成績不好, 但是也蠻高興的, 因為我越來越了解我的身體了.
有時需要用 vm 模擬一堆 server 的環境 , 開了 guest vm (linux) , 但是就是要進 console 後才能知道 IP address , 有些麻煩
這個 script 可以幫助一下, 把 該 server 取得的 IP address 顯示在 console 上, 把它寫成一個 bash 或加到 /etc/rc.local 去
IPADD=`/sbin/ifconfig | sed '/Bcast/!d' | awk '{print $2}'| awk '{print $2}' FS=":"` echo " $IPADD" >> /etc/issue