首页
关于
Search
1
php注意事项
21 阅读
2
自建gravatar头像源
17 阅读
3
dnf安装php
15 阅读
4
编译aria2
12 阅读
5
欢迎使用 Typecho
8 阅读
登录
Search
salty
累计撰写
6
篇文章
累计收到
1
条评论
首页
栏目
页面
关于
搜索到
6
篇与
的结果
2022-04-17
编译aria2
系统环境centos stream 8安装环境dnf install epel-release dnf update dnf group install "Development Tools" dnf install openssl openssl-devel dnf install libxml2-devel dnf install git下载源码git clone https://github.com/aria2/aria2.git编译cd aria2 autoreconf -i ./configure ARIA2_STATIC=yes make结尾编译完成后会在aria2/src目录下生成aria2c文件
2022年04月17日
12 阅读
0 评论
0 点赞
2022-04-15
php安装imagick
系统环境centos stream 8如何安装php可以看我之前的文章安装dnf install epel-release dnf update dnf config-manager --set-enabled powertools dnf install ImageMagick ImageMagick-devel dnf install php-devel php-pear pecl install imagick设置echo "extension=imagick.so" > /etc/php.d/imagick.iniphp -m看看有没有imagick重启phpsystemctl restart php-fpm
2022年04月15日
7 阅读
0 评论
0 点赞
2022-04-14
自建gravatar头像源
系统环境centos stream 8caddy v1原理采用caddy反代往Caddyfile写入下面配置http://你的域名 { timeouts none redir https://你的域名{url} } https://你的域名 { timeouts none root /你的网站根目录#这里根目录找一个空文件夹就行 tls /你的ssl crt/pem /你的ssl key gzip proxy / cn.gravatar.com/avatar/ }结尾最后分享我的gravatar头像源 https://gravatar.0o0.lol
2022年04月14日
17 阅读
0 评论
0 点赞
2022-04-14
php注意事项
系统环境centos stream 8注意事项按照下图对比取消48,49,50注释
2022年04月14日
21 阅读
0 评论
0 点赞
2022-04-14
dnf安装php
系统环境centos stream8安装phpdnf update dnf module list php dnf module install php:8.0更换版本dnf module reset php dnf module install php:7.4开机启动systemctl enable php-fpm
2022年04月14日
15 阅读
0 评论
0 点赞
1
2