验证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 →

离线下载youtube视频

12月 4, 2016

项目地址 https://github.com/rg3/youtube-dl 安装 通过pip安装 pip i […]

Read the full article →

小米手机线刷

11月 10, 2016

线刷前的准备 带刷机锁机型,先下载通用解锁工具解锁。(http://www.miui.com/unlock/) […]

Read the full article →

rsync使用非默认ssh端口登录的方法

11月 6, 2016

rsync有两种常用的认证方式,一种为rsync-daemon方式,另外一种则是ssh。 在一些场合,使用rs […]

Read the full article →

OPENVZ开启BBR单边加速

11月 2, 2016

BBR是来自于Google的黑科技,BBR是通过优化和控制TCP的拥塞,充分利用带宽并降低延迟,起到加速效果。 […]

Read the full article →

设置macOS 10.12 Sierra 安全性与隐私的设置中任何来源选项

10月 22, 2016

更新了macOS 10.12 Sierra后,在系统偏好设置 -> 安全性与隐私 中找不到“任何来源” […]

Read the full article →