...
Code Block | ||||
---|---|---|---|---|
| ||||
sed -i 's/10000/82/g' /etc/webmin/miniserv.conf /etc/init.d/webmin restartstop update-rc.d webmin remove /etc/init.d/webmin stop |
Debian Multimedia Setup
Code Block | ||||
---|---|---|---|---|
| ||||
echo '' >> /etc/apt/sources.list && echo '#Debian Multimedia' >> /etc/apt/sources.list && echo 'deb http://www.deb-multimedia.org stable main non-free' >> /etc/apt/sources.list apt-get update apt-get install deb-multimedia-keyring --force-yes -y apt-get update |
...