這篇寫的也是蠻淺顯易懂的
https://zhuanlan.zhihu.com/p/94830280
如果使用 X11 forwarding 出現這樣的錯誤。
```
X11 connection rejected because of wrong authentication.
option parsing failed: Cannot open display:
```
然後移除並重新安裝 openssh-server,或是移除 .Xauthority 也沒用。
並且也試過以下這招。
https://www.raspberrypi.org/forums/viewtopic.php?t=267344
有可能是磁碟空間滿了,寫不進去檔案了...
在瀏覽器打開 console(Ctrl+ Shift + i)加上這個。
```
function ClickConnect(){
console.log("Working");
document.querySelector("colab-toolbar-button").click()
}setInterval(ClickConnect,60000)
```
* 語音合成 Speech Synthesize Note
https://irw.ncut.edu.tw/peterju/speech.html
* Festival Note
https://irw.ncut.edu.tw/peterju/festival.html