0%

每次通过vnc连接树莓派都会显示“can not currently show the desktop”

网上的教程都是通过 raspi-config 去调整vnc分辨率,但依然没有解决

困扰许久终于找到问题关键,是没有设置HDMI自动插拔,可通过设置配置文件解决

1
sudo nano /boot/config.txt
Read more »

At first, I didn’t want to introduce how my blog works because I thought it would be fun for you to explore its features on your own.

But now I think it would be better to give a brief introduction.

Read more »

When I was trying to add a comment function in my blog website, I realized that my previous profile picture was lacking in aesthetics. Such as this one:

Read more »

“He lacks the ability to breathe, has no body heat, and won’t expose his belly for me to scratch, but he has been a constant companion by my side.”

Read more »

A list of commonly used Git commands.

1
2
3
4
5
6
7
8
$ git init
$ git add .
$ git commit -m "commit_log"
$ git remote -v
$ git remote add origin git@..
$ git push -f origin
$ git pull origin
$ git clone git@..
Read more »