User Tools

Site Tools


networking:linux:webmin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:linux:webmin [2022/06/13 11:53]
gcooper
networking:linux:webmin [2023/03/03 12:21] (current)
gcooper
Line 13: Line 13:
 <file> <file>
 # Install the code signing key # Install the code signing key
-curl -fsSL https://download.webmin.com/jcameron-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/webmin.gpg+curl -fsSL https://download.webmin.com/jcameron-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/webmin-archive-keyring.gpg
  
 # Add the Webmin repository # Add the Webmin repository
-sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" /etc/apt/sources.list.d/webmin.list'+echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/webmin-archive-keyring.gpg] https://download.webmin.com/download/repository sarge contrib" | sudo tee /etc/apt/sources.list.d/webmin.list > /dev/null
  
 # Install Webmin # Install Webmin
Line 25: Line 25:
  
 <file> <file>
-ufw allow 10000+ufw allow from <your_cidr_subnet> proto tcp to any port 10000
 </file> </file>
  
networking/linux/webmin.1655142793.txt.gz · Last modified: 2022/06/13 11:53 by gcooper