http://translate.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/selfhosting/privatebin/index.html
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debian-s-1vcpu-1gb-lon1-01:~# Initial Setup: First install the dependencies: apt update -y && apt upgrade -y
apt install curl socat git php8.2 php8.2-{fpm,xml,gd,mbstring,mysql,common} mariadb-server nginx -y
#for arch users:
pacman -S nginx php7-fpm
#systemctl enable --now php-fpm7 mysql Enable nginx: apt remove apache2 -y
apt purge apache2 -y
systemctl enable --now nginx mysql
wget...