全文検索:
- 71 vsftpd @en:01_linux:01_net
- he Configuration File ===== <code console> # vi /etc/vsftpd/vsftpd.conf anonymous_enable=YES ↓ Disable... ser=YES chroot_list_enable=YES chroot_list_file=/etc/vsftpd/chroot_list ↓ List of users allowed to access beyond the home directory #chroot_list_file=/etc/vsftpd/chroot_list #ls_recurse_enable=YES ↓ Enab... ection ssl_enable=YES ← Enable SSL rsa_cert_file=/etc/pki/tls/certs/vsftpd.pem ← Specify the server cer
- 31 CentOS5 TLS1.2 @en:01_linux:02_www
- usr/bin/openssl echo '/opt/openssl-1.0.2r/lib' > /etc/ld.so.conf.d/openssl.conf </code> === Load Librar... tificate http://curl.haxx.se/ca/cacert.pem # mv /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt.org # mv cacert.pem /etc/pki/tls/certs/ca-bundle.crt echo 'ca-certificate
- 2024.05.02 Amazon Linux 2023 Zabbix @en:50_dialy:2024:05
- tion of Configuration ==== <code> cat /usr/local/etc/zabbix_agentd.conf | grep -v -e ^# -e ^$ LogFile=... <code> cp misc/init.d/fedora/core5/zabbix_agentd /etc/init.d/ chkconfig --add zabbix_agentd chkconfig z... :on 5:on 6:off </code> ==== Startup ==== <code> /etc/init.d/zabbix_agentd start /etc/init.d/zabbix_agentd status </code> {{tag>日記 Zabbix}}
- Rebuilding the FreeBSD Kernel @en:02_freebsd:99_その他
- sa # Sequential Access (tape etc) #device cd # CD #d... # EtherExpress 8/16, 3C507, StarLAN 10 etc. #device lnc # NE2100... ice pty # Pseudo-ttys (telnet etc) device md # Memory "disks"
- 2024.01.18 SSL Error in Rails @en:50_dialy:2024:01
- So, we need to create a symlink: <code> # ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /usr... root 49 Jan 18 15:13 /usr/local/ssl/cert.pem -> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem </co... orlist/9/baseos [error setting certificate file: /etc/pki/tls/certs/ca-bundle.crt] </code> This can be
- Mar 8 2023 SSH Error no hostkey alg @en:50_dialy:2022:03
- dd to sshd_config ==== <code> cat << __EOM__ >> /etc/ssh/sshd_config HostKeyAlgorithms +ssh-rsa Pubkey