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
@zhixingchou
zhixingchou / Tech Stack.md
Last active February 27, 2018 02:20
The Uber Engineering Tech Stack

My Tutorial Wagtail Tutorial Series I will teach you how to create a standard blog using Wagtail CMS from scratch.

Scrapy Tutorial Series I will teach you how to build simple web scraper using Scrapy.


@zhixingchou
zhixingchou / Forum 论坛项目.md
Last active December 28, 2017 06:48
Forum 【论坛】
@zhixingchou
zhixingchou / Blog 项目.md
Last active January 5, 2018 02:06
Django
  • 站点地图

  • 支持markdown,代码高亮

  • 全文索引

@zhixingchou
zhixingchou / python、django、 etc …… snippets(代码片段).md
Last active December 25, 2017 12:58
python、django、 etc …… snippets(代码片段)