Erich Chen

Results 5 comments of Erich Chen

It works to me too. Thanks. The only difference is that I need to `mkdir /system/xbin` manually before the step 8.

My case is fixed by removing the `wkhtmltopdf*` files and downloading it again. `mv ~/.vscode/extensions/asciidoctor.asciidoctor-vscode-2.8.3/dist/src/commands/wkhtmltopdf* ~/tmp`

谢谢,我已经找到了。这篇文档是 release 的一部分。展开对应的 Assets 即可看到。 [delete] Hi Alexara, 请问 [sjtuthesis.pdf](https://github.com/sjtug/SJTUThesis/files/4712043/sjtuthesis.pdf) 如何下载? 里面的“简明教程”与“实现细节”都非常实用! [/delete]

It works by following [Microsoft installation guide ](https://learn.microsoft.com/en-us/powershell/scripting/install/install-debian?view=powershell-7.3) for bullseye, then manually editing file `/etc/apt/sources.list.d/microsoft.list` before install. ```` # Save the public repository GPG keys curl https://packages.microsoft.com/keys/microsoft.asc | sudo gpg...

建议加入到/etc/rc.local中,实现(登陆前)开机自启动。 `nano /etc/rc.local` 在exit 0语句之前添加一行 `/your/script/path/ssadmin.sh start`