recording what had been done
One customer encounter 3DSpace Index aggregation slow issue. after R&D investigate , suggested change file at data/cv/data/config/Consolidation.xml FlatAssignedSpaceAggregationProcessor:enabled="false"MATConnectionsAggregationProcessor:enabled="false" because the customer did not run buildgct after modification. then some days…
Just learned from today's customer meeting, so recording this. Our system have a table named TICKETGRANTINGTICKET which is used to store CAS authentication information. And it has 3 column defined…
Since my server do not serve http, so need to redirect http to https simply modify /etc/nginx/nginx.conf server { listen 80 default_server; listen [::]:80 default_server; server_name _; return 301 https://$host$request_uri;…
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 ,…
WordPress 配置邮件发送 Default wordpress send mail function is using php to send mail which is week. what we need do , is download plugin WP Mail SMTP and then 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 need register your domain.…
Nginx 重定向根目录到wordpress目录 Since Wordpress is installed under /wordpress/ url. so need redictly root url / hear is the code to redirect so at nginx.conf under server block add below location…
WordPress 安装记录 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…