Fading Coder

One Final Commit for the Last Sprint

RISC-V Assembly Programming with openEuler on QEMU

Introduction to openEuler for RISC-V Development This guide provides a comprehensive approach to settting up a RISC-V development environment using openEuler Linux distribution. After working extensively with various distributions on RISC-V architecture, I found that openEuler offers superior stabil...

SM2 Cryptographic Operations with Bouncy Castle on OpenEuler x86_64

Environment Setup Install Java 17 and Maven using the package manager: sudo yum install java-17-openjdk sudo yum install maven These comands configure a complete Java development environment on OpenEuler for building cryptographic applications. Project Configuration Maven Dependencies Create a pom.x...

Deploying FineBI 6 on openEuler with MySQL 8 and Tomcat 9

System Preparation and Package Updates sudo yum upgrade -y sudo yum install -y vim tar net-tools wget sudo systemctl reboot MySQL 8 Database Configuraton sudo yum install -y https://repo.mysql.com/mysql84-community-release-el9-1.noarch.rpm sudo yum repolist enabled | grep mysql sudo yum install -y m...