Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
pacman -Syu
pacman -S openssh
pacman -S mariadb
mariadb-install-db --user=mysql --basedir=/usr
systemctl start mariadb
pacman -S vsftpd
systemctl enable vsftpd
iptables
—e giptables -A INPUT -p tcp --dport 22 -j ACCEPT
pacman -Qs mariadb