安装依赖
首先安装依赖库和编译要用到的工具:
1 | sudo apt-get install build-essential libpcre3 libpcre3-dev zlib1g-dev unzip git |
命令自动补全是一个非常实用的功能,可以较少命令输入出错、节省时间、提高效率。通常自动补全仅限于命令和文件名,安装 bash-completion 可以增强自动补全功能,达到补全命令参数的目的。
bash-completion 项目地址: https://github.com/scop/bash-completion
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.