简介
可能,这就是人生吧
-
SophiApp
windows系统的设置和优化工具
https://github.com/Sophia-Community/SophiApp
手中没有windows系统,没有试过好用不好用
-
bilibili的视频测速工具
如题
https://www.bilibili.com/blackboard/video-diagnostics.html
-
reptyr
当你ssh到一台服务器的时候会不会碰到这样的一个问题,就是你运行着一个需要长时间运行的进程,比如yum install 一大堆东西,或者正在make一个程序,这个时候很有可能会碰到断网或者其他一切恶心的事情导致你的ssh会话中断,但是你又不能使用screen, nohup等程序把进程放入后台,这个时候reptyr可以帮助你
https://github.com/nelhage/reptyr
具体的我不想研究了,下面是使用的方法
首先安装
yum install reptyr
之后启动一个需要长时间运行的程序,比如ping 114.114.114.114
接着重新打开一个新的会话,找到这个进程的pid
ps -ef |grep ping
接着启动screen
screen -S ping
然后执行
reptyr PID
之后你会发现原来的会话中ping已停止,screen中的进程继续运行
-
Cloudflare Radar
最近更新了,中国排名第一的域名是抖音和qq
https://radar.cloudflare.com/
-
pyproject-starter
python 的项目模版,使用poetry作为依赖管理工具
https://github.com/funnyzak/pyproject-starter
-
awesome-k8s-resources
精选的k8s资源
https://github.com/tomhuang12/awesome-k8s-resources
-
busuanzi
自建的busuanzi统计
https://github.com/soxft/busuanzi
已搭建
-
fleet开始公共预览版
总体感觉还可以,对于我来说写写博客什么的够了
https://www.jetbrains.com/fleet/
-
可视化nginx location的顺序
推荐,很不错
https://detailyang.github.io/nginx-location-match-visible/
-
novelai-bot
基于 NovelAI 的画图插件
https://github.com/koishijs/novelai-bot
欢迎关注我的博客www.bboy.app
Have Fun