Quantcast
Channel: Felix021
Browsing all 125 articles
Browse latest View live

Mac 关闭内置显示器

// 日常吐槽莎币苹果。MacOS 有很多很蠢的地方,比如没有快捷键可以让窗口在屏幕间移动;比如不能右键直接创建空文件;比如右键菜单有「复制」和「拷贝」两个选项;比如会莫名其妙出现左右声道不平衡的 bug 并且长期未修复;再比如,不能在外接显示屏的情况下关闭内屏。当然也不是完全不能,网友也有一些解决方案:1. 合上屏幕当主机用,自然就息屏了。不过我需要用 mac 的键盘、触摸板和 TouchID...

View Article


xxd, join, and fold

1. Get character count in a line引用$ xxd packets | head -n 1 | wc -c682. Join lines引用xxd packets | tr -d '\n' && echoSave the output to local file "packets.xxd".3. Fold lines and decode引用fold...

View Article


unzip: unsupported compression method 99

通过 API 下载了个 zip 文件是 AES-256 加密的,用 unzip 解压报错:引用unsupported compression method 99WINRAR 倒是可以解压,但是 unrar 命令行工具不支持。换用 7zip 可以正常解压,在 windows 下有乱码,倒腾了一圈,最后解决了:引用7z x -y -pPASSWORD -mcp=65001 file.zip注:-...

View Article

dns over https 转发

某办公网的 ISP 有强制 DNS 劫持,通过这种方式可以在内网提供不受污染的 DNS 服务:修改 hosts引用120.53.53.53 doh.pub然后用 gost v2 提供 dns 服务:引用sudo gost -L="dns://${内网IP}:53?mode=udp&dns=https://doh.pub/dns-query"注:1. 如果不修改...

View Article

清理阿里云自带的垃圾服务

在阿里云采购的小内存(512M)主机会 OOM,卸载完这些垃圾服务以后就正常了。#...

View Article

Browsing all 125 articles
Browse latest View live