Skip to content

Instantly share code, notes, and snippets.

View zhixingchou's full-sized avatar
🏠
Working from home

zhixing.zhou zhixingchou

🏠
Working from home
View GitHub Profile
@zhixingchou
zhixingchou / devops_best_practices.md
Created February 17, 2019 07:39 — forked from jpswade/devops_best_practices.md
Devops Best Practices

DevOps started out as "Agile Systems Administration". In 2008, Andrew Shafer did a talk called "Agile Infrastucture" addressing issues around involving more of the company in the same disciplines as programmers.

In 2009, Patrick Debois created "DevOpsDays" conference to help to bring it to light. However, it wouldn't begin to trend until about 2010, when people would begin to describe it as a standalone discipline.

Today, DevOps goes beyond just developers, systems administration and infrastructure, its about [dev, ops, agile, cloud, open source and business](https://blogs.the451group.com/opensource/2010/03/03/devops-mixing-dev-ops-agile-cloud-open-source-and-busi

@zhixingchou
zhixingchou / install_mysql.sh
Last active June 28, 2018 08:48 — forked from fideloper/install_mysql.sh
instal mysql5.7 non-interactive on ubuntu 14.04
#!/usr/bin/env bash
# 安装mysql5.6版本
# * MySQL Community Server 5.6.40 is started
# This is assumed to be run as root or with sudo
export DEBIAN_FRONTEND=noninteractive
# Import MySQL 5.7 Key