HIVE 使用指南

4月 6, 2017

HIVE 介绍 hive是什么? hive是一个基于hadoop的数据仓库系统,提供一种机制把数据映射为结构化 […]

Read the full article →

Docker 可视化管理平台

3月 10, 2017

UI For Docker 项目地址:https://github.com/kevana/ui-for-doc […]

Read the full article →

TensorFlow 资源整理

3月 1, 2017

jtoy 发起整理的 TensorFlow 资源,包含一些很棒的 TensorFlow 工程、库、项目等。 什 […]

Read the full article →

Vagrant 虚拟机 安装openwrt x86

2月 19, 2017

一、配置Vagrantfile Vagrantfile 配置内容如下: Vagrant.configure(” […]

Read the full article →

npm audit fix

2月 18, 2017

执行npm install之后出现提示: run `npm audit fix` to fix them, o […]

Read the full article →

验证Google BBR开启和关闭

1月 18, 2017

验证Google BBR是否开启 #先查看内核版本 uname -a #再检查net的返回参数一般为:bbr […]

Read the full article →

ELK日志分析系统Docker环境配置

1月 9, 2017

ELK介绍 ELK是elastic公司提供的一套完整的数据收集、处理、展示解决方案,是三个产品的首字母缩写,分 […]

Read the full article →

Centos 6 自动备份到 Google Drive

1月 1, 2017

gdrive是一个非官方,开源的Google Drive的命令行管理工具,可以直接在Linux上登录Googl […]

Read the full article →

python虚拟环境virualenv

12月 17, 2016

virtualenv 是一个创建隔绝的Python环境的工具。virtualenv创建一个包含所有必要的可执行 […]

Read the full article →

通过PPA安装PHP5.6

12月 12, 2016

添加一个包含PHP不同版本的PPA sudo apt-get install software-propert […]

Read the full article →