效果就是能直接访问到GitHub仓库的静态文件
效果就是能直接访问到GitHub仓库的静态文件
谷歌翻译被墙了,浏览器自带的网页翻译API需要翻墙才能用
添加translate.googleapis.com
这个网址到规则里
对于clash的示例:
1 | - DOMAIN-SUFFIX,googleapis.com,Proxy |
注意⚠️ 浏览器自带的请求不受 SwitchyOmega 控制,浏览器使用系统代理
1 | zip [-aABcdDeEfFghjklLmoqrRSTuvVwXyz!@$] [--longoption ...] [-b path] [-n suffixes] [-t date] [-tt date] [zip‐file [file ...]] [-xi list] |
July 2010
When we sold our startup in 1998 I suddenly got a lot of money. I now had to think about something I hadn’t had to think about before: how not to lose it. I knew it was possible to go from rich to poor, just as it was possible to go from poor to rich. But while I’d spent a lot of the past several years studying the paths from poor to rich, I knew practically nothing about the paths from rich to poor. Now, in order to avoid them, I had to learn where they were.
当我们在1998年卖掉我们的创业公司时,我突然得到了一大笔钱。我现在不得不去想一些以前从未想过的事情:
如何不失去它。我知道它是可能的,从富有到贫穷,正如从贫穷到富有是可能的。虽然我在过去的几年里花了很多时间研究从穷人到富人的道路,但我对从富人到穷人的道路几乎一无所知。现在,为了避开它们,我必须知道它们在哪里。
设置ssh,方便远程,默认账户pi ssh pi@<ip>
默认密码raspberry
,或者在桌面UI设置
设置默认用户pi自动登录到桌面 检查 sudo raspi-config
Boot Options,或者在桌面UI设置
设置screen blanking 为 false,防止息屏,检查 sudo raspi-config
,或者在桌面UI设置
设置鼠标1秒静止就隐藏,重启生效