debian:webmin

Розбіжності

Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.

Посилання на цей список змін

Порівняння попередніх версій Попередня ревізія
Наступна ревізія
Попередня ревізія
debian:webmin [04/10/2022 08:10] Methoddebian:webmin [15/09/2023 08:19] (поточний) Method
Рядок 2: Рядок 2:
 For simply management OS For simply management OS
 <code bash> <code bash>
-sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list' +wget https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh 
-###curl -sL http://www.webmin.com/jcameron-key.asc | sudo apt-key add - +sh setup-repos.sh -
-curl -sL http://www.webmin.com/jcameron-key.asc | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/webmin.gpg --import +apt-get install --install-recommends webmin
-chmod 644 /etc/apt/trusted.gpg.d/+
-apt update  +
-apt install -webmin+
 </code> </code>
  
Рядок 27: Рядок 24:
  
 Open firewall Open firewall
 +
 +NFTables 
 <code bash> <code bash>
-sudo ufw allow 8000/tcp +nft add rule inet filter input ct state new tcp dport 8000 counter accept comment "WEBMIN"
-sudo ufw reload+
 </code> </code>
  
 Open http://[Host_ip]:8000/ in your browser & log in with your system credentials – username & password. Open http://[Host_ip]:8000/ in your browser & log in with your system credentials – username & password.
  • debian/webmin.1664871040.txt.gz
  • Востаннє змінено: 04/10/2022 08:10
  • повз Method