Compile VIM with lua
Ubuntu:
# install libs
sudo apt-get install libncurses5-dev libperl-dev python-dev ruby-dev mercurial checkinstall lua5.2 liblua5.2-dev
# make link......
Ubuntu:
# install libs
sudo apt-get install libncurses5-dev libperl-dev python-dev ruby-dev mercurial checkinstall lua5.2 liblua5.2-dev
# make link......
自动同步 Internet时间, 两种方法:
sudo rdate -s ntp.api.bz
# or
sudo ntpdate -u ntp.api.bz
写入 BIOS:
sudo hwclock -w
# or
sudo clock -w # clock is a link ......
最近在尝试写点 C++, 因为需要访问服务器获取 json 数据, 所以其中涉及到了 curl 相关内容.
makefile 中有一段话:
g++ -lcurl -lm -o mssout $(Objects)
其中 -lcurl 代表需要去链接 curl 的库文件. 以上这段 ......
- 秋水逸冰一键安装
原文: Shadowsocks Python版一键安装脚本
项目地址: shadowsocks_install
下载安装
wget --no-check-certificate -O shadowsocks.sh https://raw.githubuserconte......
vim ~/.inputrc
set completion-ignore-case on
# or
echo "set completion-ignore-case on" > ~/.inputrc