Skip to content

Latest commit

 

History

History
81 lines (79 loc) · 2.51 KB

MYSETUP.md

File metadata and controls

81 lines (79 loc) · 2.51 KB

By default the root’s password on Ubuntu 24.10

sudo passwd
[sudo] password for linuxconfig: 
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully

sshd config root login on Ubuntu 24.10

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

Install older PHP versions on 24.10

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

sshd_config on Debian

su -
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
/etc/init.d/ssh restart

Install SUDO on Debian

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

🐦 pterodactyl-installer

bash <(curl -s https://pterodactyl-installer.se)

Link

👷🏻‍♂️ ForestRacks Pterodactyl Installer

bash <(curl -Ss https://raw.githubusercontent.com/ForestRacks/PteroInstaller/Production/install.sh || wget -O - https://raw.githubusercontent.com/ForestRacks/PteroInstaller/Production/install.sh) auto

Link

📝 dactyl-installer Official Pterodactyl Project.

bash <(curl -s https://dactyl.shardbyte.com)

Link

Pterodactyl-AutoAddons

bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoAddons/main/install.sh)

Link

👨🏼‍💻 AMP CubeCoders

bash <(wget -qO- getamp.sh)

Debian 8 64-bit or newer (Debian 10 or 11 Recommended) Root access via SSH

Link

👨‍🚒 Secure MariaDB Server

mysql_secure_installation

Arma 3 Server on Linux

link

Jexactyl

Jexactyl

hPanel

hPanel