sudo passwd
[sudo] password for linuxconfig:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
sudo service ssh restart
echo "Set disable_coredump false" >> /etc/sudo.conf
sudo add-apt-repository --remove ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/php
sudo sed -i 's/oracular/noble/g' /etc/apt/sources.list.d/ondrej-ubuntu-php-oracular.sources
sudo apt update
sudo apt install php8.2 php8.1 php8.0 php7.4
su -
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
/etc/init.d/ssh restart
su -
sudo apt update && sudo apt upgrade -y
apt-get install sudo
visudo
%user ALL=(ALL:ALL) ALL
sudo apt-get install wget curl git screen net-tools -y
sudo timedatectl set-timezone Asia/Hong_Kong
bash <(curl -s https://pterodactyl-installer.se)
bash <(curl -Ss https://raw.githubusercontent.com/ForestRacks/PteroInstaller/Production/install.sh || wget -O - https://raw.githubusercontent.com/ForestRacks/PteroInstaller/Production/install.sh) auto
bash <(curl -s https://dactyl.shardbyte.com)
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoAddons/main/install.sh)
bash <(wget -qO- getamp.sh)
Debian 8 64-bit or newer (Debian 10 or 11 Recommended) Root access via SSH