SCAR L

SCAR L

过年闲着,建了个之前一直想建的SCAR。

阅读更多
记一次本地部署Copilot to GPT4
Zen UV简易使用

Zen UV简易使用

继续上次出现奇怪UV问题之后,尝试使用了Zen UV,发现这个插件真是好用。

阅读更多
UV展开中的奇怪问题

UV展开中的奇怪问题

这次试试硬表面的建模练习,本来艰辛的建模完毕准备UV展开,却在这个破地方怎么也修不好UV。

阅读更多
Geosite & Geoip更新

Geosite & Geoip更新

对于需要使用分流规则来进行个人定制化的网络广告拦截,还是很有必要定时更新Geosite和Geoip的数据的。

1
2
3
#!/bin/sh
wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O /path/you/like/geoip.dat
wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O /path/you/like/geosite.dat

还可以加入到crontab中来自动更新(至少我就是这么做的)

旅途之始

旅途之始

前言

这个网站只是无数网站中的其中一个,但是对于我这种无业游民从零开始搭建网站还是有点,以下就是我搭建路上的笔记。

阅读更多

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment