installation guide for apache-airflow

installation guide for apache-airflow install requisitions yum install python python-pip python-setuptools python-dev or if you use python34: yum install python34 python34-pip python34-setuptools python34-dev or python36: yum install python36 python36-pip python36-setuptools python36-dev ...

August 15, 2018

oneplus6解锁并root教程

oneplus6解锁并root教程 1. 打开开发者模式,允许解锁设备 版本号连续点好多次,可以打开开发者模式,进入开发者模式,选中“允许OEM解锁设备”。 2. 解锁 fastboot oem unlock 3. 启动 twrp-3.2.1-0-enchilada.img 临时recovery镜像 fastboot boot twrp-3.2.1-0-enchilada.img ...

May 17, 2018

Ubuntu-16.04-LTS-themes-&-icons-tweak

Ubuntu 16.04 LTS themes & icons tweak First of all, install ‘ubuntu tweak tool’ or ‘unity tweak tool’. If your Desktop Environment is Gnome: sudo apt-get install gnome-tweak-tool. or If your Desktop Environment is Unity: sudo apt-get install unity-tweak-tool. Favoriate Themes, icons Arc...

March 16, 2018

Nginx的mod_zip模块安装和使用

Nginx的mod_zip模块安装和使用 Step 1: 安装Nginx 预配置必要的环境 yum install gcc gcc-c++ automake pcre pcre-devel zlib zlib-devel openssl openssl-devel gd gd-devel groupadd www useradd -g www www ...

March 3, 2018

shadowsocks-Manual-for-Server-&-Client-Usage

shadowsocks的CLI客户端(sslocal)使用指南 Step1(非必需): 服务端ssserver 安装: sudo apt install shadowsocks 配置: ...

October 16, 2017

How to use Hexo and deploy to GitHub Pages

How to use Hexo and deploy to GitHub Pages https://github.com/hexojs/hexo https://hexo.io/docs/ 1. Install Hexo...

May 17, 2017

MySQL

SQL:DDL,DML DDL:Data Defination Language mysql> HELP Data Definition CREATE, ALTER, DROP DATABASE, TABLE INDEX, VIEW, USER FUNCTION, FUNCTION UDF, PROCEDURE, TABLESPACE, TRIGGER, SERVER DML: Data Manipulation Language mysql> HELP Data Manipulation...

April 16, 2017

common Hexo post Steps

common Hexo post Steps: Server preview: hexo clean && hexo g && hexo server Deploy to Gh-pages: hexo clean && hexo g -d && hexo clean Hexo insert images into Mardown Hexo 向 Mardown 中插入图片 Refer: https://zhuanlan.zhihu.com/p/265077468 ...

January 1, 1970

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post $ hexo new "My New Post" More info: Writing Run server $ hexo server ...