test
123123 /* code -------------------------- */ code { font-size: 80%; color: inherit; /* padding: 4px 10px;*/ 此行注释 word-break: break-word; } code { font-size: 80%; color: inherit; /* padding: 4px 10px;*/ 此行注释 word-break: break-word; }
Thoughts, stories and ideas.

萌牛NAS is an independent publication launched in September 2026 by asumi233. If you subscribe today, you'll get full access to the website as well as email newsletters about new content when it's available. Your subscription makes this site possible, and allows 萌牛NAS to continue to exist. Thank you!
By signing up, you'll get access to the full archive of everything that's been published before and everything that's still to come. Your very own private library.
Stay up to date with new content sent straight to your inbox! No more worrying about whether you missed something because of a pesky algorithm or news feed.
Join a community of other subscribers who share the same interests.
Enjoying the experience? Get started for free and set up your very own subscription business using Ghost, the same platform that powers this website.
123123 /* code -------------------------- */ code { font-size: 80%; color: inherit; /* padding: 4px 10px;*/ 此行注释 word-break: break-word; } code { font-size: 80%; color: inherit; /* padding: 4px 10px;*/ 此行注释 word-break: break-word; }
This is 萌牛NAS, a brand new site by asumi233 that's just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to
打开注册表编辑器转到以下路径: 计算机\HKEY_CURRENT_USER\Software\Adobe\CSXS.12 然后右侧新建字符串值 输入数值名称: PlayerDebugMode 值:1 即可解决
提前申明/share 目录是共享文件夹的目录 记得提前创建好共享文件夹 /share/共享文件夹名 1.首先安装 acme.sh 配置环境变量 安装的位置 export LE_WORKING_DIR=/share/acme-ssl/.acme.sh 安装 记得把邮件地址替换成你自己的 curl https://get.acme.sh | sh -s email=my@example.com 安装完以后创建一个脚本 后面需要用到
配置步骤1: sudo -i -----登录root cd ~ wget https://github.com/acmesh-official/acme.sh/archive/master.tar.gz tar xvf master.tar.gz cd acme.sh-master/ ./acme.sh --install --nocron --home /usr/local/share/acme.sh
Wordpress nginx 静态web服务器 缓存 cache 1.首先wordpress安装nginx helper 插件,帮助你在修改文章添加文章 这些情况下 自动刷新对应页面缓存的作用 2.WEB服务器准备: 首先给nginx添加nginx_cache_purge缓存清除模块 模块项目地址:官方一直没更新的模块版本地址为https://github.com/FRiCKLE/ngx_cache_purge 官方偷偷更新的新版本清除模块,在debian 官方模块里 哈哈,如果使用debian官方自带的nginx,那你可以使用apt来安装 libnginx-mod-http-cache-purge
以下代码加入主题style.css中或者任意一个css文件中 即可解决 代码如下: pre[class*=language-].line-numbers>code { padding-left: 0; padding-right: 0; }
以下的问题均是使用prism.js代码高亮 1.第一个问题是 每个注释# 会有一个大空格,解决方法如下: 主题自带style.css里面最后一行加入以下 code .comment { padding-left: 0!important } 2.第二个问题,每个代码高亮里第一行都会有个空格影响观看,解决方法如下: 注释主题下的css目录中的reset.css第217行的padding: 4px 10px; /* code -------------------------- */ code { font-size: 80%; color: inherit; /* padding: 4px 10px;*/ 此行注释 word-break:
123123 /* code -------------------------- */ code { font-size: 80%; color: inherit; /* padding: 4px 10px;*/ 此行注释 word-break: break-word; } code { font-size: 80%; color: inherit; /* padding: 4px 10px;*/ 此行注释 word-break: break-word; }
This is 萌牛NAS, a brand new site by asumi233 that's just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to
打开注册表编辑器转到以下路径: 计算机\HKEY_CURRENT_USER\Software\Adobe\CSXS.12 然后右侧新建字符串值 输入数值名称: PlayerDebugMode 值:1 即可解决
提前申明/share 目录是共享文件夹的目录 记得提前创建好共享文件夹 /share/共享文件夹名 1.首先安装 acme.sh 配置环境变量 安装的位置 export LE_WORKING_DIR=/share/acme-ssl/.acme.sh 安装 记得把邮件地址替换成你自己的 curl https://get.acme.sh | sh -s email=my@example.com 安装完以后创建一个脚本 后面需要用到
配置步骤1: sudo -i -----登录root cd ~ wget https://github.com/acmesh-official/acme.sh/archive/master.tar.gz tar xvf master.tar.gz cd acme.sh-master/ ./acme.sh --install --nocron --home /usr/local/share/acme.sh