BWG的VPS上安装FreeBSD+v2ray

CentOS没了,今天脑热,把VPS的CentOS改成FreeBSD了。

结果发现FreeBSD的v2ray无法正常启动,是不是V2ray的Ports没人维护了?

折腾了一天,终于找到曲线9G的方法。

系统安装

1,登录Vps后台,关键系统,然后加载FreeBSD的光盘镜像;

2,启动VPS,到 …

➟ Read more



FreeBSD基本维护

bsdinfo

FreeBSD 使用手册

一、安全补丁

下载并安装命令

# freebsd-update fetch
# freebsd-update install

二、维护Ports

1、portsnap方式获得Ports Collection

# portsnap fetch 下载最新的 Ports Collection
# portsnap extract #首次执行 portsnap 之后, 你必须使 …
➟ Read more

Roundcube+Dovecot+managesieve邮件分类

一个很好用的自定义规则,给邮件分类的dovecot插件managesieve

1,安装,进入/usr/ports/mail/dovecot-pigeonhole安装,或用pkg install dovecot-pigeonhole来安装.

2,Roundcube设置

1)加载插件,编辑~/roundcubemail/config/config.inc.php:

$config['plugins'] = array(..., 'managesieve …
➟ Read more