Showing posts with label Deepin. Show all posts
Showing posts with label Deepin. Show all posts

Thursday, February 5, 2026

Install Fortinet Forticlient VPN on Deepin 23.1 (For SSL cert is self-signed cert)

1. echo -n | openssl s_client -showcerts -connect registry.example.com:port 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > xxca.crt


Replace the "registry.example.com:port"  to your SSL VPN gateway URL and port.

2. Go to the file "xxca.crt", use a editor like "notepadqq" to open the file

3. Copy all the text in the xxca.crt

4. sudo vi /usr/local/share/ca-certificates/xxca.crt

5. Paste all text into this file and :wq (To save those text)

6. sudo update-ca-certificates

7. Reboot your machine

8. Then you can use the Forticlient to connect your VPN gateway. 


Reference:

https://blog.keepchen.com/a/configure-forticlient-vpn-on-deepin-25.html


Print Friendly and PDF
Share/Bookmark

Wednesday, October 2, 2024

Install Deepin 23 on DELL 5400 laptop


After the installation, you will need to run the system update to install several update.

Print Friendly and PDF
Share/Bookmark

Friday, August 16, 2024

Deepin Package Update in Terminal

sudo su

apt-get update && apt-get upgrade

Print Friendly and PDF
Share/Bookmark

Sunday, July 21, 2024

Install Deepin 20.9 on DELL Latitude 5400 as a contingency machine (To prepare for another Crowdstrike level disaster/catastrophic)

When you lost your AD, DHCP, NAC, DNS, Hyper-V even your notebook and deskop...almost everything on your back office environment. What can you do? As a system/network administrator, first come first to fix your machine to let you able to remote your infrastructure and able to start to save the world.

If you already install Deepin or another Linux on some old laptop which is already installed some administrative tools e.g. putty, FileZilla client....., which is already have fixed IP and also MAC address whitelist on your NAC. You can respond to disaster faster.

Install Deepin on DELL Latitude 5400.

  1. Need to enter BIOS to enable USB Configuration - Enable USB Boot Support
  2. SATA Operation - select AHCI

Then, you should able to use USB boot to install deepin on 5400.

Print Friendly and PDF
Share/Bookmark

Tuesday, November 28, 2023

Deepin usb boot maker failed at 5%

Solution:
Format your USB to become FAT32, then re-run the maker tool

Print Friendly and PDF
Share/Bookmark

Saturday, April 22, 2023

Deepin 20.9 release

 

 

 

Print Friendly and PDF
Share/Bookmark

Sunday, March 26, 2023

Deepin troubleshooting

 

If you receive the following error:

- Mount snap "opera" (225) (snap "opera" assumes unsupported features: snapd2.43 (try to update snapd and refresh the core snap))

 

Solution:

sudo snap install core

 

If you receive the following error:

cannot install "core", "snapd": cannot install snapd snap on a model without a base snap yet

 

Solution:

sudo snap install core snapd

 

When you double click the opera-xxx.deb file to install it. It show the "Dependency on libgcc-s1 is missing..."

 

Solution:

sudo dpkg -i opera-xxx.deb

 

Print Friendly and PDF
Share/Bookmark

Friday, December 23, 2022

Deepin 20.8 released

 

Print Friendly and PDF
Share/Bookmark

Friday, September 2, 2022

Deepin 20.7 released

 

 

Update successfully on Lenovo X240

 

Print Friendly and PDF
Share/Bookmark

Wednesday, August 24, 2022

Deepin 20.6 enable full disk encryption

 

If you enable full disk encryption during the installation, you need to remember the password. Since you will need the password before you able to see the OS login page. It seems like a harddisk password in your BIOS to unlock your harddisk before login to the OS.

 

Remark: You need to remember your password, otherwise you will lost all of your data. And also, you need to backup your data regularly.

 

Unless your machine is powerful on CPU and also using high speed SSD, otherwise, you will see the performance impact on the encryption. It is not recommend to enable on the old machine.

 

 

Print Friendly and PDF
Share/Bookmark

Deepin OS 20.6 Support Secure Boot but not support TPM

Deepin OS 20.6 Support Secure Boot but not support TPM on Lenovo X240

 

Print Friendly and PDF
Share/Bookmark

Wednesday, June 8, 2022

How to install Zoom client on deepen 20.6

Print Friendly and PDF
Share/Bookmark

Thursday, June 2, 2022

deepin 20.6 Release

https://www.deepin.org/en/

 

Download from HK:

http://mirror-hk.koddos.net/deepin-cd/20.6/deepin-desktop-community-20.6-amd64.iso

 

I running the deepin on Lenovo X240 and running well so far.

 

Print Friendly and PDF
Share/Bookmark