Installing openGauss Database on openEuler 22.03 in VMware
Installing openEuler 22.03
Creating the Virtual Machine
Configure the following settings when creating your VM:
Select Custom installation
Choose your ISO file as the boot media
Set guest operating system to Linux, version Other Linux 5.x kernel 64-bit
Assign a name to your virtual machine
Processor configuration: 1 processor with 4 cores
Allo ...
Posted on Mon, 22 Jun 2026 18:30:02 +0000 by Shaun13
Implementing SM4 Encryption and Decryption with BouncyCastle on OpenEuler x86_64
Settting Up the Development Environment
Install Java and Maven on OpenEuler:
sudo yum install java-17-openjdk
sudo yum install maven
Creating the Project Srtucture
Create a Maven project by adding the following dependencies to pom.xml:
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/ ...
Posted on Mon, 18 May 2026 05:31:07 +0000 by nainil