Bboysoul's Blog

首页 公告 RSS

20230627的胡言乱语

June 27, 2023 本文有 524 个字 需要花费 2 分钟阅读

简介

欢迎关注我的频道,不时发送垃圾消息

https://t.me/bboyapp

或者关注我的 twitter

https://twitter.com/bboysoulcn

  1. Abusing ETCD to Inject Resources and Bypass RBAC and Admission Controller Restrictions

https://lobuhisec.medium.com/using-etcd-to-inject-resources-and-bypass-rbac-and-admission-controller-restrictions-f240ae31e7f0

  1. Remote Interactive Debugging of Python Applications Running in Kubernetes

https://martinheinz.dev/blog/99

其实就是注入一个临时容器,然后远程链接debugpy去调试

  1. 更快的网站,更多的客户: Cloudflare Observatory 可帮助您拓展业务

https://blog.cloudflare.com/zh-cn/cloudflare-observatory-generally-available-zh-cn/

cloudflare 推出了Cloudflare Observatory ,我测试了下,我的网站 100 分

  1. freegpt-webui

免费的 chatgpt webui

https://github.com/ramonvc/freegpt-webui

真正免费的 chatgpt 了,赶紧搭建一个

  1. open-resume

简历生成器

https://www.open-resume.com/

很不错,可以尝试下

  1. New tool to secure your GitHub Actions

https://github.blog/2023-06-26-new-tool-to-secure-your-github-actions/

github 推出actions-permissions的公测版,用来规范Actions工作流的权限

项目地址

https://github.com/GitHubSecurityLab/actions-permissions

  1. lemmy

https://github.com/LemmyNet/lemmy

其实这个在之前说过,但是最近因为reddit 的事情又火了起来,但是我还是不想在家里面搭建一个玩一下,可能是因为 ui 太丑了

  1. lazyvim

lazyvim 是一个简单的 neovim 配置

https://www.lazyvim.org/

因为看到了这个我重新配置了下我的 vim,下面是我现在 vim 的配置,如果喜欢可以抄一下

set nocompatible              " be iMproved, required
filetype off                  " required
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'

Plugin 'scrooloose/nerdtree'
Plugin 'plasticboy/vim-markdown'
" 美化插件
Plugin 'itchyny/lightline.vim'
" 向 NERDTree 文件和文件夹添加特定于文件类型的图标
Plugin 'ryanoasis/vim-devicons'




call vundle#end()
filetype plugin indent on
" 禁用markdown折叠
let g:vim_markdown_folding_disabled = 1
" 自动打开 nerdtree
autocmd VimEnter * NERDTree
" 当 NERDTree 是最后一个窗口时,如何自动关闭 Vim 或选项卡
autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif

syntax enable
  1. NAS RAID Levels Explained: Choosing The Right Level To Protect Your NAS Data

https://www.backblaze.com/blog/nas-raid-levels-explained-choosing-the-right-level-to-protect-your-nas-data/

  1. Proxmox Virtual Environment 8.0 with Debian 12 “Bookworm” released

https://www.proxmox.com/en/news/press-releases/proxmox-virtual-environment-8-0

pve 发布 8.0 基于debian Bookworm

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

Have Fun


Tags:

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