谢太数据库

Tuesday, March 18, 2014

Ansible 简介

›
草稿 简介 配置管理、应用部署、临时任务等功能的开源软件工具。开发语言Python。协调器配置文件Playbook使用YAML格式。默认使用SSH管理远端服务器,因此不需要额外安装代理。 对比 和puppet,saltstack的简单对比 简单对比 an...
Tuesday, May 22, 2012

Cloud Platform SSH

›
Cloud Platform SSH
Thursday, May 10, 2012

Parallel Command Execution

›
Parallel Command Execution 比较 基本信息 语言 版本 日期 许可 网站 #pdsh C 2.28 2012-02-11 GNU GPL v2 pdsh #clusterssh Perl 4.01_01 2011-12-09 GNU ...
Wednesday, November 16, 2011

Linkedin/Glu Deployment Automation Platform

›
Glu自动化部署平台 What is glu? glu is a free/open source deployment and monitoring automation platform. What problems does glu solve? glu is ...
Thursday, September 1, 2011

bash merge sort

›
bash merge sort bash归并排序 #!/bin/bash rest() { shift; echo $@; } length() { echo $#; } first() { echo $1; } merge() { declare left=$1...
Tuesday, August 30, 2011

bash quicksort

›
bash quicksort 用bash实现快速排序 参考 Quicksort 算法实现,如下: function swap() { declare -r _array_name=$1 declare -r _i1=$2 declare -r _i2=$3 ...
Wednesday, August 17, 2011

Getting MySQL process list with GDB

›
用GDB调试MySQL,显示线程列表 define helper functions cat >mysql.gdb <<'EOF' #set interactive-mode off set confirm off dont-repeat ...
›
Home
View web version
Powered by Blogger.