Difference between revisions of "USB OFFLINE: Ubuntu 24.04 Webmin"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " apt update apt -y install webmin --install-recommends")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 +
sudo su
 
  apt update
 
  apt update
  apt -y install webmin --install-recommends
+
cd /usr/local/src/
 +
curl -o webmin-setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repos.sh
 +
sh webmin-setup-repos.sh
 +
  apt-get install --install-recommends webmin
 +
 
 +
https://192.168.0.10:10000
 +
 
 +
username:password onno:123456

Latest revision as of 13:47, 19 October 2024

sudo su
apt update
cd /usr/local/src/
curl -o webmin-setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repos.sh
sh webmin-setup-repos.sh
apt-get install --install-recommends webmin
https://192.168.0.10:10000
username:password onno:123456