Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
themeEmacs
languagebash
mkdir /home/vault && chmod 0700 /home/vault && mkdir /home/vault/config_backups
cp /etc/apt/sources.list /home/vault/config_backups/
sed -i 's/wheezy main/wheezy main contrib non-free/g' /etc/apt/sources.list
sed -i 's/wheezy\/updates main/wheezy\/updates main contrib non-free/g' /etc/apt/sources.list
apt-get update
apt-get install nano sudo multitail linuxlogo build-essential htop mlocate cifs-utils curl hwinfo linux-headers-$(uname -r) -y
rm /etc/localtime
ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime

...

Code Block
themeEmacs
languagebash
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
themeEmacs
languagebash
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

...