#!/bin/sh
usage() {
echo "$(basename $0) <on|off>"
}
- Nov 05 Wed 2014 11:51
[linux] 啟動服務
- Oct 31 Fri 2014 18:06
curl 偵測 http 狀態
#!/bin/sh
TEST () {
echo -n `date +%Y.%m.%d`" "`date +%H:%M:%S`" "
echo -n `curl 58.258.118.198 --connect-timeout 2 -w '%{response_code}' -so /dev/null`" "
- Oct 23 Thu 2014 13:46
Nginx Regular
http://www.nginxtips.com/nginx-location-directive/
http://nginx.org/en/docs/http/server_names.html
http://nginx.com/resources/admin-guide/web-server/
- Oct 16 Thu 2014 17:57
Mysql OOXX
中文解釋show status;
有一個腳本可以測試效能
http://homeserver.com.tw/2011/04/07/mysql-show-status/
show status和show global status不同
- Oct 13 Mon 2014 14:41
自簽憑證放在nginx上
建憑證CA
http://datacenteroverlords.com/2012/03/01/creating-your-own-ssl-certificate-authority/
http://blog.xuite.net/zack_pan/blog/59878236
nginx上設定SSL
- Oct 09 Thu 2014 17:51
AWS EC2 CLI
- Oct 09 Thu 2014 13:57
bash 漏洞測試腳本
- Oct 08 Wed 2014 17:15
AWS EC2 ELB Log欄位意義
http://blog.cloudlytics.com/decoding-elb-log-entries/
- Oct 03 Fri 2014 14:46
POWERDNS step of installization on Ubuntu
http://www.howtoforge.com/installing-powerdns-with-mysql-backend-and-poweradmin-on-debian-squeeze
poweradmin
https://github.com/poweradmin/poweradmin/wiki/Installation
http://www.poweradmin.org/