1
0

Обновить memories

This commit is contained in:
kosenka 2025-03-08 09:56:09 +03:00
parent 8e793e4fc8
commit ce0cf0e699

View File

@ -3,11 +3,22 @@ install "minimized server"
*** after install: ***
# sudo -s
# apt-get update && apt-get upgrade
*** on proxmox ***
# apt-get install qemu-guest-agent
# systemctl start qemu-guest-agent
# systemctl enable qemu-guest-agent
# apt purge -y cloud-init && rm -rf /etc/cloud && apt purge -y unattended-upgrades && rm -rf /var/log/unattended-upgrades && apt autoremove -y
# apt install -y netplan.io isc-dhcp-client mc net-tools iputils-ping inetutils-traceroute htop ca-certificates apt-utils aptitude locales git && rm /etc/netplan/50-cloud-init.yaml
# apt remove snapd -y && apt autoremove -y
# systemctl disable snapd.service && systemctl disable snapd.socket && systemctl disable snapd.seeded.service && systemctl mask snapd.service && rm -rf /var/cache/snapd/ && apt autoremove --purge snapd -y && rm -rf ~/snap
### apt install -y netplan.io isc-dhcp-client mc net-tools iputils-ping inetutils-traceroute htop ca-certificates apt-utils aptitude locales git
# apt install -y mc net-tools iputils-ping inetutils-traceroute htop ca-certificates apt-utils aptitude locales git
# rm /etc/netplan/50-cloud-init.yaml
# aptitude install console-cyrillic
# dpkg-reconfigure locales
select [392] ru_RU.UTF-8 UTF-8
@ -35,6 +46,8 @@ network:
# reboot
# sudo su -
*** HESTIACP ***
# wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
# bash hst-install.sh --lang ru --hostname [HOSTNAME] --email [EMAIL] --password [PASSWORD] --postgresql yes --dovecot no --clamav no --spamassassin no
# reboot