Обновить memories
This commit is contained in:
parent
8e793e4fc8
commit
ce0cf0e699
15
memories
15
memories
@ -3,11 +3,22 @@ install "minimized server"
|
|||||||
*** after install: ***
|
*** after install: ***
|
||||||
# sudo -s
|
# sudo -s
|
||||||
# apt-get update && apt-get upgrade
|
# 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 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
|
# 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
|
# 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
|
# aptitude install console-cyrillic
|
||||||
# dpkg-reconfigure locales
|
# dpkg-reconfigure locales
|
||||||
select [392] ru_RU.UTF-8 UTF-8
|
select [392] ru_RU.UTF-8 UTF-8
|
||||||
@ -35,6 +46,8 @@ network:
|
|||||||
# reboot
|
# reboot
|
||||||
# sudo su -
|
# sudo su -
|
||||||
|
|
||||||
|
*** HESTIACP ***
|
||||||
|
|
||||||
# wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
|
# 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
|
# bash hst-install.sh --lang ru --hostname [HOSTNAME] --email [EMAIL] --password [PASSWORD] --postgresql yes --dovecot no --clamav no --spamassassin no
|
||||||
# reboot
|
# reboot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user