标签 VPS优化 下的文章

64MB 内存Vps 安装Lighttpd php5.4 Sqlite3 运行Typecho

2019-03-19丨运维丨评论 丨1373 次阅读
首先按照:64m内存的VPS优化 进行优化。安装 lighttpdapt-get install lighttpd安装 PHP&Sqlite3apt-get install sqlite3 php5-sqlite php5-cgi开启lighttpd fastcgi模式lighttpd-enable-mod fastcgi fastcgi-php /etc/init.d/lighttpd for

64MB内存VPS 优化。Alpine安装Caddy、SQLite、PHP7.2

2019-03-19丨运维丨评论 丨2052 次阅读
需要Lighttpd、SQLite、PHP环境的请点这里。该教程基于Apine Linux,如果不是,请先点这里把VPS转换为Apine Linux系统更新:apk update安装PHPapk add php7 php7-fpm php7-opcache php7-ctype php7-pdo_sqlite php7-session php7-curl php7-tokenizervi /etc

64MB内存VPS 优化。利用lowendscript,优化部署LNMP环境。

2019-03-19丨运维丨评论 丨1403 次阅读
这个脚本适合Debian 6/7 VPS,对VPS进行精简,并安装一些实用的工具。部署mysql、nginx、php。下载lowendscript部署scriptwget --no-check-certificate https://raw.github.com/Xeoncross/lowendscript/master/setup-debian.sh chmod +x setup-debia

Alpine Linux 安装Nginx

2019-03-19丨运维丨评论 丨1272 次阅读
已经在alpine上安装过,caddy、lighttp。今天来点新鲜的,nginx。看看那个占用的内存低。首先安装nginx,alpine 安装东西就是方便。apk add nginx为nginx创建新用户wwwadduser -D -g 'www' www创建网站根目录mkdir /wwwchown -R www:www /var/lib/nginxchown -R www:www /www配置

64MB内存VPS 优化。一键安装Alping Linux

2019-03-19丨运维丨评论 丨1410 次阅读
前段时间无聊,买了个64mb的VPS。今天有空,我们一起来玩一玩。系统选择,debian5 ?debian6?这些老版本的系统都已不在获得官方支持了。找源什么的很麻烦。今天我们来试试alping Linux。Alpine 是一个轻量级Linux发行版操作系统,占用资源很少。基本只占用几M内存和几十M硬盘,而且还很稳定。首先我们要把我们的vps系统转换为alpine。安装说明:脚本在CentOS、D

热门文章

最新回复

标签

© 2025 有思维. / 渝ICP备18017303号-1 / T:17 ms / 返回顶部