22/7/10 Vscode connect to local VMWare failed
Solution
在本地虚拟机vmware中安装ssh
1
sudo apt-get install -y openssh-server
开启服务
1
sudo /etc/init.d/ssh start
查看进程中是否有开启该服务
1
2
3
4
5ps -e | grep ssh
1616 ? 00:00:00 ssh-agent
4892 ? 00:00:00 sshd
6339 ? 00:00:00 sshd
6417 ? 00:00:00 sshd在
vscode
上配置即可
22/7/11 Download qemu failed
Description
qemu找不到命令
Solution
更改命令
1
sudo apt-get install qemu-system
22/8/7 Github connection confused
Description
ssh: connect to host github.com port 22: Connection refused
Solution
22 port 被屏蔽,尝试连接Github 443端口
1
2
3
4
5$ vim ~/.ssh/config
# Add section below to it
Host github.com
Hostname ssh.github.com
Port 443https / ssh 两种方式切换
Reference
Variable Methods solving connection confusion
22/9/3 hexo在Google由于加载fonts而启动过慢问题
Solution
打开 next themes 配置,找到
1
2
3
4
5font:
enable: false
# Uri of fonts host, e.g. https://fonts.googleapis.com (Default).
host:换源
1
2
3
4
5font:
enable: false
# Uri of fonts host, e.g. https://fonts.googleapis.com (Default).
host: fonts.lug.ustc.edu.cn
再加载后从Google打开blog加载就畅通无阻了
Reference
https://anson2416.github.io/posts/ae382d5a/
1 | Broadly speaking: end-user impact. If we don't have reports of the |