| |

Comparing FTP, SFTP and FTPS protocols

FTP SFTP FTPS Security technology None / old SSH TLS URL my.domain.com sftp://my.domain.com my.domain.com(configure client to use FTPS) Ports that must be opened 21 22 21, plus passive port range Passwords, passkey, public/private keys plaintext passwords (!) public keys public keys User privileges flexible full access privileges flexible FileZilla client support YES YES YES Lightroom…

| | | | |

Dockerized WordPress with LEMP

This posting lists and discusses various online tutorials about how to set up WordPress using Docker and NGINX on a self-managed Linux server. This is sometimes known as LAMP: Linux, Apache, MySql, PHP. Or LEMP: Linux, (E)nginx, MySQL, PHP. All this is trivial if the hosting provider handles the details. And is still relatively doable…