似水流年 - 2020年6月
/2020/06/
Just So So ...
-
Squoosh:谷歌出品的图片在线压缩工具
/archives/10.html
2020-06-29T15:59:00+08:00
该工具支持几乎所有常见的图片格式,在线压缩,实时对比,在图形压缩领域绝对独一无二。1.在线操作squoosh[...]
-
使用apache搭建git服务器
/archives/11.html
2020-06-15T10:05:00+08:00
服务端搭建创建git仓库mkdir -p && cd /var/www/gitsemanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html/git(/.*)?"restorecon -R /var/www/html/git/chown -R apache:apache /var/www/html/git/ 创建一个测试用的git仓库git init --bare example.git配置apache服务器[...]
-
CentOS8 yum/dnf 配置(完整,多镜像源)
/archives/12.html
2020-06-02T16:07:00+08:00
服务端搭建创建git仓库mkdir -p && cd /var/www/gitsemanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html/git(/.*)?"restorecon -R /var/www/html/git/chown -R apache:apache /var/www/html/git/[...]