Setting upload feature on hexo blog
Setting upload feature on hexo blog Fedora 42 Install php packages. sudo dnf install php Create a upload directory. mkdir /var/www/html/assets/uploadchmod 777 /var/www/html/assets/upload Modify the httpd.conf file. "/etc/httpd/conf/httpd.conf"<Directory "/var/www/html/assets/upload"> Options Indexes FollowSymLinks AllowOverride All Require all granted</Directory> Restart httpd service. sudo systemctl restart httpd.service Modify the 99-upload.ini file. "/etc/ph...
Installing DM8 on Kylin 10
Installing DM8 on Kylin 10 Kylin Linux Advanced Server V10 (Sword) Upload dm software. ~]# mkdir /soft~]# scp dm8_20231109_x86_kylin10_64.iso root@192.168.3.192:/soft~]# mount -t iso9660 -o loop /soft/dm8_20231109_x86_kylin10_64.iso /mnt/ Create dm install user and directory. ~]# groupadd -g 1000 dinstall~]# useradd -u 1000 -g dinstall -m -d /home/dmdba -s /bin/bash dmdba~]# echo 'P@ssw0rd123' | passwd --stdin dmdba~]# mkdir /dm8~]# chown -R dmdba:dinstall /dm8 Install dm software as ...
Installing MySQL on Linux Using Generic Binaries
Installing MySQL on Linux Using Generic Binaries Create a mysql User and Group. groupadd mysqluseradd -r -g mysql -s /bin/false mysql Obtain and Unpack the Distribution. cd /usr/localtar zxvf /path/to/mysql-VERSION-OS.tar.gzln -s full-path-to-mysql-VERSION-OS mysqlecho "export PATH=$PATH:/usr/local/mysql/bin" >> /etc/profile Create directories and grant permissions. cd mysqlmkdir mysql-fileschmod 750 mysql-fileschown mysql:mysql mysql-files Create my.cnf configuration file. cp ...
The dll file api-ms-win-crt lost
The dll file api-ms-win-crt lost The dll file api-ms-win-crt-***-l1-1-0.dll lost while running some exe application. Solution Install Microsoft Visual C++ Redistributable. ・ https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Failed to start docker.service
Failed to start docker.service Fedora Linux 42 SYMPTOMS After a release upgrade 40 -> 42, the docker.service cannot start. ~]$ sudo systemctl status docker.service× docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf, 50-keep-warm.conf Active: failed (Result: exit-code) since Thu 2025-07-17 14:42:21 CST; 6min ago I...
NM Connetion activation failed IP configuration could not be reserved
NM Connetion activation failed IP configuration could not be reserved Fedora Linux 40 (Forty) VMware ESXi, 7.0.3, 19482537 SYMPTOMS Activation: failed for connection 'ens192' CAUSE The ens192 MAC is 00:50:56:a9:d8:97. The network switch arp is f4a4.7542.730e, may be ip conflict. Ruijie#show ip arpInternet 192.168.3.110 1 f4a4.7542.730e arpa VLAN 1 SOLUTION Change the ip address.
IBM System x3650 M3 Service Manual
IBM System x3650 M3 Service Manual Unable to access IMM web interface after firmware update After updating an ancient IBM System x3650 M3 IMM firmware, attempting to logon gave the following error: "Your session has been terminated due to account deletion, account disabled, session termination, or session inactivity." Using ASU to enable the https. asu64 show IMM.https_service --host %HOSTIP% --user %USERID% --password %PASSWORD%asu64 show IMM.SSL_Server_Enable --host %HOSTIP% --user %USER...
HPE ProLiant DL380 G7 Service Manual
HPE ProLiant DL380 G7 Service Manual OS Installation Power on, Press any key to view Option ROM messages. Press "F8" key when screen displays HP Smart Array Controller Create a logical drive, and set it as boot device. Make a ventoy installation USB, 16GB. Press "F11" - "3", boot from USB device. Start install OS.
PERC 9 controllers import foreign configuration fails with configuration conflict after replacement
PERC 9 controllers import foreign configuration fails with configuration conflict after replacement PERC H730p R740 SYMPTOMS When importing the preview foreign configuration, a configuration conflict is displayed and the imported are invalid argument. CAUSE The hard drive's configuration is inconsistent with PERC controller current configuration. SOLUTION Poweroff, remove all hard drives, enter the perc controller and clear the configuration. Poweroff, insert all hard drives, enter the...
ERROR 2026 (HY000)
ERROR 2026 (HY000) MySQL 8.0.42 SYMPTOMS TLS/SSL error: self-signed certificate in certificate chain. $ mysql -h192.168.3.68 -P33060 -uroot -pEnter password:ERROR 2026 (HY000): TLS/SSL error: self-signed certificate in certificate chain CAUSE mysql> SHOW VARIABLES LIKE '%ssl%';+-------------------------------------+-----------------+| Variable_name | Value |+-------------------------------------+-----------------+| admin_ssl_ca | ...














