
简介
这里收集了一些平时发现的好玩的东西
- 
typoraCracker
 
支持typora正版
https://github.com/fossabot/typoraCracker
- 
Oh My Posh
 
https://ohmyposh.dev/
推荐,当你受不了oh my zsh的慢的话可以试试这个
使用下面命令安装
brew install jandedobbeleer/oh-my-posh/oh-my-posh
编辑
vim ~/.zshrc
添加
eval "$(oh-my-posh init zsh)"
- 
reviewdog
 
代码审核工具
https://github.com/reviewdog/reviewdog
- 
Ranger
 
在终端浏览和预览文件
https://github.com/ranger/ranger
顺便推荐另外一个项目tere
https://github.com/mgunyho/tere
- 
n8n
 
工作流自动化工具
https://github.com/n8n-io/n8n
- 
bytebase
 
开源的数据库管理工具
https://www.bytebase.com/zh
类似的还有yearning,Archery
目前还没有找到很满意的
不知道大家公司用的是什么
- 
k0s
 
https://k0sproject.io/
k8s的发行版,主打简单,类似k3s但是是Mirantis出的,这家公司另外一个比较出名的产品是lens
其他相似产品k8e
https://getk8e.com/
- 
rustdesk
 
https://github.com/rustdesk/rustdesk/blob/master/README-ZH.md
自托管的远程桌面软件,使用下面的compose,一键安装
version: '3'
services:
  hbbs:
    container_name: hbbs
    ports:
      - 21115:21115
      - 21116:21116
      - 21116:21116/udp
      - 21118:21118
    image: rustdesk/rustdesk-server:latest
    command: hbbs -r 172.17.19.104:21117
    volumes:
      - ./hbbs:/root
    depends_on:
      - hbbr
    restart: always
  hbbr:
    container_name: hbbr
    ports:
      - 21117:21117
      - 21119:21119
    image: rustdesk/rustdesk-server:latest
    command: hbbr
    volumes:
      - ./hbbr:/root
    restart: always
很好用,强烈推荐
- 
clean-dns-bpf
 
有没有谁试下,看下有没有用
https://github.com/ihciah/clean-dns-bpf
- 
internet-in-a-box
 
将互联网放在盒子里
https://internet-in-a-box.org/
欢迎关注我的博客www.bboy.app
Have Fun
