安卓: Xposed 框架的安装和使用

7月 13, 2016

Xposed是一个适用于Android的框架。基于这个框架开发的模块可以改变系统和app应用的行为,而不需要修 […]

Read the full article →

Ubuntu14.04 install ffmpeg

7月 12, 2016

sudo apt-get install software-properties-common sudo ap […]

Read the full article →

本地搭建wooyun整站镜像

7月 11, 2016

项目来源:https://github.com/hanc00l/wooyun_public 一、安装相关组件 […]

Read the full article →

Ubuntu install Scrapy

7月 7, 2016

apt-get install -y libssl-dev libffi-dev pip install Sc […]

Read the full article →

Git 使用手册

6月 24, 2016

1, git fetch 和 git pull 之间的区别 git fetch:只下载,不合并。它从远程仓库获 […]

Read the full article →

docker container 日志清除

6月 22, 2016

docker container 日志保存路径: /var/lib/docker/containers/*/* […]

Read the full article →

git代码库回滚

6月 7, 2016

git代码库回滚: 指的是将代码库某分支退回到以前的某个commit id 【本地代码库回滚】: git re […]

Read the full article →

Vimium 插件的高级用法

5月 3, 2016

Vimium是Chrome浏览器的一款插件,可以使用vi键盘快捷键控制浏览器操作,基本可以完全脱离鼠标。 Vi […]

Read the full article →

Mac安装配置PHP/Mysql/Nginx/SSL

5月 1, 2016

安装版本号: MAC OS 10.11 Mysql:5.7.9 Nginx:1.8.0 PHP:5.6.16 […]

Read the full article →

Ubuntu 16.04 LTS 使用技巧

4月 30, 2016

设置Unity启动器在屏幕位置 gsettings set com.canonical.Unity.Launc […]

Read the full article →