This file contains hidden or 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
# for /etc/profile.d/scl_enable.sh | |
for f in `ls /opt/rh/*/enable`; | |
do | |
source $f | |
done |
This file contains hidden or 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
--- dstat.back 2015-01-23 14:23:26.911928403 +0900 | |
+++ dstat 2015-01-23 14:24:21.237011050 +0900 | |
@@ -1608,11 +1608,11 @@ | |
'error': ansi['white'] + ansi['redbg'], | |
'roundtrip': ansi['darkblue'], | |
'debug': ansi['darkred'], | |
- 'input': ansi['darkgray'], | |
+ 'input': ansi['white'], | |
'text_lo': ansi['gray'], | |
- 'text_hi': ansi['darkgray'], |
This file contains hidden or 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
* Using Amazon RDS Event Notification http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html | |
* http://rfs.jp/server/aws/aws-rds_slow-query.html | |
* http://dev.classmethod.jp/cloud/aws/rds-monitoring-replication-state/ |
This file contains hidden or 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
--- mon-put-instance-data.pl.orig 2014-03-09 20:42:45.106610966 +0900 | |
+++ mon-put-instance-data.pl 2014-03-09 23:26:34.075877884 +0900 | |
@@ -31,6 +31,7 @@ | |
--disk-space-util Reports disk space utilization in percentages. | |
--disk-space-used Reports allocated disk space in gigabytes. | |
--disk-space-avail Reports available disk space in gigabytes. | |
+ --fluentd=HOST:PORT Reports output buffer_queue_length, buffer_total_queued_size, retry_count. | |
--aggregated[=only] Adds aggregated metrics for instance type, AMI id, and overall. | |
--auto-scaling[=only] Adds aggregated metrics for Auto Scaling group. |
Growl notify off and bonjour turn off.
$ defaults write ch.sudo.cyberduck growl.enable false
$ defaults write ch.sudo.cyberduck rendezvous.enable false
sudo rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
sudo yum-config-manager --disable rpmforge
AWS SDK for PHP Guide http://docs.aws.amazon.com/aws-sdk-php/guide/latest/aws-sdk-php-guide.pdf
AWS SDK Parallel request http://stackoverflow.com/questions/18831481/amazon-aws-php-sdk-with-guzzles-multicurl
AWSサービスの各種上限値一覧 http://dev.classmethod.jp/cloud/aws/aws-limits/
Android Registration ID size https://groups.google.com/forum/#!msg/android-gcm/q2PzJTP71TY/DNX4lvDu5X4J
NewerOlder