FreeBSD内核开启BBR
1. 下载源码
1 | umount /usr/src |
more >>
1 | umount /usr/src |
1 | $ dd if=/dev/zero of=/usr/swap0 bs=1M count=1024 |
1 | umount /usr/src |
1 | pkg update |
注:新的Shell应被列在/etc/shells文件中,如果是通过FreeBSD PKG或Ports安装的,那么它会自动将新shell bash路经添加到此文件中。如果没有则需要添加
1 | echo /usr/local/bin/bash >> /etc/shells |
freeBSD 提供与 Linux® 的可选二进制兼容性,允许用户安装和运行未经修改的 Linux 二进制文件。它适用于 i386、amd64 和 arm64 架构。
默认情况下,Linux 二进制兼容性未启用。要在启动时启用它,请将此行添加到 /etc/rc.conf
1 | linux_enable="YES" |
然后启动它
1 | # service linux start |
在Xcode(版本≥11)上, 打开Terminal ,查看现有编译线程配置
1 | defaults read com.apple.dt.Xcode |
Github: webapps-ads-removal
The older User-Agent terminals are no longer the mainstream advertising target, so you can use the “–user-agent” parameter of the nativefier open source tool to forcefully disguise User-Agent to achieve ad filtering. Of course, not most User-Agents can remove ads, you need to explore and test together.
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true