Setup VPS Contabo

Ubuntu: sudo timedatectl set-timezone Asia/Ho_Chi_Minh
CentOS: timedatectl set-timezone Asia/Ho_Chi_Minh

sudo apt install linux-image-6.2.0-37-generic

sudo apt update

sudo apt upgrade

apt install htop

sudo apt install tcpdump ubuntu-advantage-tools

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel

---------------------------

Quét port:

sudo apt-get install nmap

sudo nmap -sS -O localhost

---------------------------

Fix OpenLiteSpeed: /usr/local/lsws/conf/mime.properties ->

wasm    = application/wasm

tflite  = application/octet-stream

mjs     = application/javascript

#include /www/server/panel/vhost/openlitespeed/*.conf
#include /www/server/panel/vhost/openlitespeed/listen/*.conf

Did you find this article useful?