A small script to automate the installation of webmin and adding it to source.list.d. sudo apt-get install apt-transport-https gnupg2 wget -y wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add – echo ‘deb https://download.webmin.com/download/repository sarge contrib’ | sudo tee /etc/apt/sources.list.d/webmin.list sudo apt-get update sudo apt-get install webmin -y Or without sudo: apt-get install apt-transport-https gnupg2 wget […]
Posts with the WebMin tag
Webmin “Linux RAID” on Debian
Building my new NAS I am using a single laptop disk (for now, possibly an SSD later) for my OS and will by adding several 1 TB disks into a RAID. While in Webmin trying to setup the “Linux RAID” feature I ran into an error: The kernel RAID status file /proc/mdstat does not exist […]
Installing Debian on a CH3SNAS
I came across a cool installation image that will allow you to reflash your Conceptronic CH3SNAS to be able to run a Debian install. I will be doing some experiments with this environment on my local NAS to check out if this is any good and how the performance will be. You can find the […]