1 min read 0 FreeBSD Linux Enable Permalinks in Nginx Mark March 30, 2025 The ability to set permalinks is essential to make your urls prettier. Instead of having links with post ids such…
4 min read 0 FreeBSD How to Install Nginx, Mariadb, PHP (FEMP Stack) on FreeBSD 14.2 Mark March 25, 2025 Introduction FreeBSD, Nginx, Mariadb, and PHP (FEMP stack) is a collection of open-source applications that enable the development, hosting, and…
2 min read 0 FreeBSD SSL Certificate Renewal on FreeBSD Mark March 23, 2025 To renew Let’s Encrypt certificates on FreeBSD, use certbot renew or certbot certonly --force-renew -d yourdomain.com after installing Certbot with pkg install py39-certbot. You can also…