全文検索:
- 2025.03.02 Postfix Logging Headers to Log @en:50_dialy:2025:03
- onfiguration Change (Incoming Mail) ===== <code|/etc/postfix/header_checks.pcre> /^From: (.*)/ WARN... $1 /^Cc: (.*)/ WARN Cc Header: $1 </code> <code|/etc/postfix/main.cf> header_checks = pcre:/etc/postfix/header_checks.pcre </code> ===== Heading ===== He... ogging Outgoing Mail ===== Add the following to /etc/postfix/maps/sender_header_filter.pcre <code|/etc
- 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
- 24 Bitwarden/Vaultwarden @en:06_virtualization:05_container
- n.nginx_proxy: "true" volumes: - certs:/etc/nginx/certs:ro - vhost.d:/etc/nginx/vhost.d - html:/usr/share/nginx/html - /var/run/... n restart: always volumes: - certs:/etc/nginx/certs - acme:/etc/acme.sh - vhost.d:/etc/nginx/vhost.d - html:/usr/share/nginx
- 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
- 2025.01.17 AMD Speculative Return Stack Overflow (SRSO) @en:50_dialy:2025:01
- Ubuntu ==== Add spec_rstack_overflow=off: <code|/etc/default/grub> GRUB_CMDLINE_LINUX="spec_rstack_ove... x/Rocky ==== Add spec_rstack_overflow=off <code|/etc/default/grub> GRUB_CMDLINE_LINUX_DEFAULT="console
- 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
- 2025.03.14 Building Zed Editor on Windows @en:50_dialy:2025:03
- y includes a compiler, runtime, debugger, linker, etc. <code> rustup target add wasm32-wasip1 </code>