#!/bin/sh

usage() {
     echo "$(basename $0) <on|off>"
}

文章標籤

slinbody 發表在 痞客邦 留言(0) 人氣()

#!/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`" "

文章標籤

slinbody 發表在 痞客邦 留言(0) 人氣()

http://www.nginxtips.com/nginx-location-directive/
http://nginx.org/en/docs/http/server_names.html
http://nginx.com/resources/admin-guide/web-server/


slinbody 發表在 痞客邦 留言(0) 人氣()

中文解釋show status;
有一個腳本可以測試效能
http://homeserver.com.tw/2011/04/07/mysql-show-status/

show status和show global status不同

slinbody 發表在 痞客邦 留言(0) 人氣()

參考1
參考2

EC2掛上EBS可以直接掛
不用關機.....太酷了

slinbody 發表在 痞客邦 留言(0) 人氣()

建憑證CA
http://datacenteroverlords.com/2012/03/01/creating-your-own-ssl-certificate-authority/
http://blog.xuite.net/zack_pan/blog/59878236

nginx上設定SSL

文章標籤

slinbody 發表在 痞客邦 留言(0) 人氣()

參考AWS CLI安裝
參考Stop instance

參考Start instance
參考綁Elastic IP
自動化腳本

slinbody 發表在 痞客邦 留言(0) 人氣()

https://github.com/hannob/bashcheck

 

#!/bin/bash

warn() {

slinbody 發表在 痞客邦 留言(0) 人氣()

http://blog.cloudlytics.com/decoding-elb-log-entries/


slinbody 發表在 痞客邦 留言(0) 人氣()

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/

slinbody 發表在 痞客邦 留言(0) 人氣()