3DEXPERIENCE 2024x Installation on RHEL 8.6
This is only for demo case, all servers in one OS. create dedicated user for 3DEInstallation for all the commands, do not copy the first character. #useradd dsuser #passwd dsuser…
This is only for demo case, all servers in one OS. create dedicated user for 3DEInstallation for all the commands, do not copy the first character. #useradd dsuser #passwd dsuser…
prerequisite: you need a domain name first. installation commands: #go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest #~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive config: create a file named Caddyfile { order forward_proxy before file_server } :443, domainname.com…
In some VPS case , the disk space is very limited. while if you frequently upgrade Ubuntu , more and more disk space will be taken. To solve this, simply…
when do dnf or yum to install/update software , Centos 8 on Oracle Cloud will give error below: Failed loading plugin "osmsplugin": No module named 'librepo' To Solve this ,…
when I try deferent themes and plugins, there will be chance that the server just not working. it gave an 500 error at browser In this case , to find…
Register SMTP Service at https://app.brevo.com/ I use Brevo.com to use SMTP to send mails , which allow 300 mails per day for free. One step is somehow complex is you…
Since Wordpress is installed under /wordpress/ url. and root / URL do not have any important content. so we need redirect URL / to URL /wordpress/ hear is the Nginx…
For a https site, certification is mandatory, So how to get those certification. In this example, we will use acme.sh to apply certification, So first install acme.sh curl https://get.acme.sh |…
Installed WordPress 6.5.3 on Centos 8 This is to recording the process of my installation, also want to be as simple as possible. Login as root Install MariaDB which is…