Skip to content

Instantly share code, notes, and snippets.

View huangguozhen's full-sized avatar

huangguozhen huangguozhen

View GitHub Profile
#!/bin/bash
# Build latest version of Emacs, version management with stow
# OS: Ubuntu 14.04 LTS
# version: 24.5
# Toolkit: lucid
# Warning, use updated version of this script in: https://github.com/favadi/build-emacs
set -e
Ubuntu 安装
```
$ apt-get install rinetd
```
源码安装
```
$ wget http://www.boutell.com/rinetd/http/rinetd.tar.gz
$ tar zxvf rinetd.tar.gz && cd rinetd
$ mkdir -p /usr/man/man8
$ make && make install