Category: Uncategorized

How I install Vsftpd in 2026

My Installer Download My Install Script First: here’s a new, updated .conf file: banner_file=/etc/vsftpd/ftp.msg local_enable=YES # # # ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=YES force_local_logins_ssl=YES rsa_cert_file=/etc/ssl/certs/certificate_and_key.pem rsa_private_key_file=/etc/ssl/private/mail.netkwik.com.pem ssl_sslv2=YES ssl_sslv3=YES ssl_tlsv1=YES ssl_ciphers=HIGH rsa_cert_file=/etc/vsftpd/vsftpd.pem rsa_private_key_file=/etc/vsftpd/vsftpd.key…

Convert HEIC to JPG

This script works on Mint 20. HEIC files are converted and moved to a folder (created by the script) called ‘JPEG”. #!/bin/bash # ============================================================ # convert_heic.sh # Run from inside…