debian:webmin

Розбіжності

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

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

Наступна ревізія
Попередня ревізія
debian:webmin [05/03/2022 01:27] – створено 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 -
-apt update  +apt-get install --install-recommends webmin
-apt install -webmin+
 </code> </code>
  
Рядок 25: Рядок 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.1646443628.txt.gz
  • Востаннє змінено: 05/03/2022 01:27
  • повз Method