似水流年 - 2020年6月 Just So So ... 2020-06-29T15:59:00+08:00 Typecho /feed/atom/2020/06/ <![CDATA[Squoosh:谷歌出品的图片在线压缩工具]]> /archives/10.html 2020-06-29T15:59:00+08:00 2020-06-29T15:59:00+08:00 admin http://www.typecho.org 该工具支持几乎所有常见的图片格式,在线压缩,实时对比,在图形压缩领域绝对独一无二。

1.在线操作
squoosh

[...]

]]>
<![CDATA[使用apache搭建git服务器]]> /archives/11.html 2020-06-15T10:05:00+08:00 2020-06-15T10:05:00+08:00 admin http://www.typecho.org 服务端搭建
创建git仓库

mkdir -p && cd /var/www/git
semanage 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服务器

[...]

]]>
<![CDATA[CentOS8 yum/dnf 配置(完整,多镜像源)]]> /archives/12.html 2020-06-02T16:07:00+08:00 2020-06-02T16:07:00+08:00 admin http://www.typecho.org 服务端搭建
创建git仓库

mkdir -p && cd /var/www/git
semanage 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/

[...]

]]>