全文検索:
- 31 CentOS5 TLS1.2 @en:01_linux:02_www
- s-rhel5 01 Jul 2008 </code> ===== Solution ===== Install a newer OpenSSL <code> # yum install gcc gnutls-devel </code> ==== OpenSSL ==== <code> # wget https://ww... e-ssl3 --prefix=/opt/openssl-1.0.2r # make # make install # /opt/openssl-1.0.2r/bin/openssl version OpenSSL... ibssl-prefix=/opt/openssl-1.0.2r/lib make && make install </code> === Check Libraries === libssl.so.1.0.0
- 2024.05.02 Amazon Linux 2023 Zabbix @en:50_dialy:2024:05
- 05.02 Amazon Linux 2023 Zabbix ====== I tried to install Zabbix Agent on Amazon Linux 2023, but I couldn't... /9/x86_64/zabbix-release-6.0-4.el9.noarch.rpm dnf install zabbix-agent Last metadata expiration check: 0:01... on of Required Packages for make ==== <code> dnf install pcre pcre-devel gcc </code> ==== Source Download, make, make install ==== <code> curl -L -O https://cdn.zabbix.com/zab
- Rebuilding the FreeBSD Kernel @en:02_freebsd:99_その他
- P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfie... ireWire (non-standard!) </code> ====== Compile & Install ====== ■ Please note that the process may take q... ./compile/MYKERNEL # make depend # make # make install </code> ====== If the New Kernel Doesn't Boot ===
- 71 vsftpd @en:01_linux:01_net
- TP Server ===== Installation ===== <code> # yum install vsftpd </code> ===== Modifying the Configuration