Caddy 安装使用
基本安装
curl https://getcaddy.com | bash -s personal
带插件安装
curl https://getcaddy.com | bash -s personal http.cache,http.filemanager,http.webdav
列目录
caddy browse
基本安装
curl https://getcaddy.com | bash -s personal
带插件安装
curl https://getcaddy.com | bash -s personal http.cache,http.filemanager,http.webdav
列目录
caddy browse
apt-get install build-essential zlib1g-dev libsqlite3-dev sqlite3 bzip2 libbz2-dev
wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz
tar zxvf Python-3.6.1.tgz
cd Python-3.6.1
mkdir /usr/local/python3
./configure --prefix=/usr/local/python3
make
make install
rm /usr/bin/python3
rm /usr/bin/pip3
ln -s /usr/local/python3/bin/python3 /usr/bin/python3
ln -s /usr/local/python3/bin/pip3 /usr/bin/pip3
iptables -I INPUT -p tcp --dport 指定端口号 -j DROP
iptables -I INPUT -s 指定IP -p tcp --dport 指定端口号 -j ACCEPT
内存:128M以上,推荐512M以上(纯面板约占系统10M内存)
硬盘:100M以上可用硬盘空间(纯面板约占20M磁盘空间)
系统:暂时只对 CentOS 6.x / 7.x 提供支持(暂不支持 Ubuntu、Debian);
确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
使用SSH 连接工具,执行上面框内命令开始安装(大约2分钟完成面板安装)
打开chrome://net-internals/#dns 右上角有个箭头,下拉,点击Clear cache 和 Flush sockets 两项。