Mindblown: a blog about philosophy.

  • How to install WordPress with caddy, MariaDB and PHP on Debian 11

    Prerequisites: Install Caddy on Debian 11 apt-get install -y curl debian-keyring debian-archive-keyring apt-transport-https curl -1sLf ‘https://dl.cloudsmith.io/public/caddy/stable/gpg.key’ | apt-key add – curl -1sLf ‘https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt’ | tee /etc/apt/sources.list.d/caddy-stable.list curl -1sLf ‘https://dl.cloudsmith.io/public/caddy/stable/gpg.key’ | sudo gpg –dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg sudo apt updatesudo apt install caddy sudo setcap ‘cap_net_bind_service=+ep’ /usr/bin/caddy systemctl start caddy systemctl enable caddy Enable PHP Support in…

  • Go install

    wget go1.19.3.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.3.linux-amd64.tar.gz nano /etc/profile export GOROOT=/usr/local/goexport GOBIN=$GOROOT/binexport PATH=$PATH:$GOBIN source /etc/profile go version

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Got any book recommendations?