Bboysoul's Blog

首页 公告 RSS

20221014的胡言乱语

October 14, 2022 本文有 525 个字 需要花费 2 分钟阅读

简介

可能,这就是人生吧

  1. SophiApp

windows系统的设置和优化工具

https://github.com/Sophia-Community/SophiApp

手中没有windows系统,没有试过好用不好用

  1. bilibili的视频测速工具

如题

https://www.bilibili.com/blackboard/video-diagnostics.html

  1. 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中的进程继续运行

  1. Cloudflare Radar

最近更新了,中国排名第一的域名是抖音和qq

https://radar.cloudflare.com/

  1. pyproject-starter

python 的项目模版,使用poetry作为依赖管理工具

https://github.com/funnyzak/pyproject-starter

  1. awesome-k8s-resources

精选的k8s资源

https://github.com/tomhuang12/awesome-k8s-resources

  1. busuanzi

自建的busuanzi统计

https://github.com/soxft/busuanzi

已搭建

  1. fleet开始公共预览版

总体感觉还可以,对于我来说写写博客什么的够了

https://www.jetbrains.com/fleet/

  1. 可视化nginx location的顺序

推荐,很不错

https://detailyang.github.io/nginx-location-match-visible/

  1. novelai-bot

基于 NovelAI 的画图插件

https://github.com/koishijs/novelai-bot

欢迎关注我的博客www.bboy.app

Have Fun


Tags:

本站总访问量 本站总访客数