这首太好了
美醉了哈…
-->
skip to content美醉了哈…
最近把日常系统换成了LinuxMint,在使用chrome浏览器时发现无法打开,经网络搜索与一番实践,发现是由choem的锁文件导致。解决方法为:
结束所有chrome进程
killall chrome
移除锁文件
rm -f ~/.config/google-chrome/SingletonLock
便可正常打开
可能原因:
没正确的关闭chrome,进程未完全终止导致锁文件依然存在于配置文件中,让chrome误以为进程未结束。
把我吃灰的2刀一年的nat机器翻出来玩,用它的v6搭建了一个hy2代理,速度还挺能看的(
Debian10用apt的时候报错
E: The repository 'http://security.debian.org/debian-security buster/updates Release' no longer has a Release file.N: Updating from such a repository can't be done securely, and is therefore disabled by default.
(因为您正在使用的 Debian Buster (Debian 10) 已经到达了生命周期结束 (EOL),官方仓库已经被移除。Debian Buster 在 2022年8月已经停止支持。 )
解决方案:使用归档仓库
修改 /etc/apt/sources.list
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backupsudo nano /etc/apt/sources.list
替换为:
deb http://archive.debian.org/debian buster maindeb-src http://archive.debian.org/debian buster main
deb http://archive.debian.org/debian-security buster/updates maindeb-src http://archive.debian.org/debian-security buster/updates main
Done:
sudo apt update
sudo vim /etc/caddy/Caddyfile
www.114514.com { tls aaa@bbb.com encode gzip reverse_proxy 172.17.0.1:8080}
systemctl reload caddy
遇到了两个问题
1.打开浏览器报错400
需要添加测试用户
2.打开浏览器授权报错403decline
z
把应用类型改为Desktop app解决
还是有很多沧海遗珠的…
这是一个测试