ubuntu server scripts misc

This commit is contained in:
2025-02-20 10:22:39 +08:00
parent e9a6f4ddda
commit e05b47ae52
4 changed files with 53 additions and 8 deletions

33
tools/ubuntu-lemp.sh Normal file
View File

@@ -0,0 +1,33 @@
#!/usr/bin/env bash
apt update && apt upgrade -y --autoremove
apt install -y \
apt-transport-https \
build-essential \
ca-certificates \
cmake \
curl \
dialog \
gettext \
gnupg \
htop \
libaio1 \
libcurl4-gnutls-dev \
libexpat1-dev \
libghc-zlib-dev \
libssl-dev \
make \
mc \
nano \
net-tools \
nmap \
p7zip-full \
software-properties-common \
unzip \
inotify-tools \
git \
mariadb-server \
mariadb-client \
nginx \
certbot \
python3-certbot-nginx