이전 포스트
Google Search에 github.io 도메인 노출시키기
이 블로그를 google search에 등록하면서 그 과정을 정리한다
sudo apt install software-properties-common apt-transport-https wget
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"
sudo apt install webmin