似水流年 - 2020年6月 /2020/06/ zh-CN Just So So ... Mon, 29 Jun 2020 15:59:00 +0800 Mon, 29 Jun 2020 15:59:00 +0800 Squoosh:谷歌出品的图片在线压缩工具 /archives/10.html /archives/10.html Mon, 29 Jun 2020 15:59:00 +0800 admin 该工具支持几乎所有常见的图片格式,在线压缩,实时对比,在图形压缩领域绝对独一无二。

1.在线操作
squoosh

[...]

]]>
1 /archives/10.html#comments /feed/2020/06/archives/10.html
使用apache搭建git服务器 /archives/11.html /archives/11.html Mon, 15 Jun 2020 10:05:00 +0800 admin 服务端搭建
创建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服务器

[...]

]]>
1 /archives/11.html#comments /feed/2020/06/archives/11.html
CentOS8 yum/dnf 配置(完整,多镜像源) /archives/12.html /archives/12.html Tue, 02 Jun 2020 16:07:00 +0800 admin 服务端搭建
创建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/

[...]

]]>
0 /archives/12.html#comments /feed/2020/06/archives/12.html