Add share foolder in VMWare

Posted on November 9, 2024 by

I installed a vmware in windows11, because sometimes I need to use linux to compile the program. After I installed the rocky linux, I added a share folder on vmware, and I installed some applicaitons in that folder, but when I restarted the linux operating system, the share folder disappeared, I tried to remove the […]

How to use RDP remote connect UBUNTU 24.04

Posted on October 29, 2024 by

Today I updated my server to ubuntu 24.04, but I cannot connect the screen on the server forever, it’s not convenient to manage the server, so I researched how to install rdp server on ubuntu. When I tried to connect the ubuntu server, it showed a black screen. After searching some information, I setted the […]

Rocky Linux libayatana-appindicator3.so.1

Posted on October 28, 2024 by

Recently, I want to research rocky linux, today, I installed it on vmware. But when I tried to install some rpm packages, it showed errors. First, I installed epel with the following command. When I finished to execute that commands, I execute the following command to search packages. And I get the package name which […]

Renew certbots ssl certificate automatically

Posted on October 9, 2024 by

When I start to use let’s encrypt ssl certificate, I should renew it per 3 months manually, if I forgot it sometimes, the website would show safty warnings. Today I want to research how to renew the certificate automatically. First, I should download aliyun tool. Set certbot-dns-aliyun. Save these codes into alidns.sh, and use chmod […]