background picture of the home page

Mobai's Blog

HomeBrew使用指南

转载自互联网:若有侵权,请联系我删除。 什么是HomeBrew?简言之就是macOS的包管理神器。 本文目录 本文目录 Homebrew Homebrew 的几个核心概念 安装HomeBrew及其软件搜索

thumbnail of the cover of the post

wondershaper限速

部分转载自互联网 Wondershaper介绍: WonderShaper 是一个限制网络带宽的脚本, 可用于对特定网卡进行带宽限速, 它封装了linux的tc命令, 但是使用起来更加简单和方便. 安装 wondershaper curl -Lo /usr/sbin/wondershaper htt

thumbnail of the cover of the post

免费的网站防护

此贴将持续更新中:欢迎收藏本站~ 白嫖CF大善人的CDN服务 在CF中添加站点修改到对应的DNS服务就行(将源注册商提供的DNS服务改为CF提供的DNS服务)

thumbnail of the cover of the post

分享几个好看的粒子/前端特效

自执行,无需任何绑定,添加`script`即可生效 鼠标点击爱心特效 /*网页鼠标点击特效(爱心) */ ! function (e, t, a) { function r() { for (var e = 0; e < s.length; e++) s[e].alpha

thumbnail of the cover of the post

常用的DD系统脚本

脚本准备 1号脚本 萌咖 -- 镜像文件在OneDrive wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd

thumbnail of the cover of the post

个人主页界面

基本介绍 项目参考: https://github.com/ZYYO666/homepage 本站点主要是改造和DIY,觉得好看的可以自行修改(需要部分前端知识),喜欢我都样式也可以直接套用,记得修改头像等基本信息,再次强调自行DIY需要部分前端知识!你也可以借助GPT等帮你修改。 相关文件也可从我

thumbnail of the cover of the post

服务器HTTP测速

测速一 生成10GB大文件 dd if=/dev/zero of=10GBfile bs=1 count=0 seek=10G # 10GBfile是自定义名称(你也可以定义为test) # 生成的文件是报错在当前目录下(也就是你pwd显示的目录结果) # seek后面的文件大小可以自定义,可以是1

thumbnail of the cover of the post

服务器负载排查

起因 服务器负载每隔一段时间就有负载过高报警,想着装一个面板不至于负载过高,然后就开始排查。 目前是关闭了该服务器的预警。其性能问题我也无法解决~

thumbnail of the cover of the post