User:Delimiter/Applications/Cheatsheet

From ConShell
Jump to navigation Jump to search

Commands to (re)install the packages I want on Ubuntu. This page is only useful to ME.

Puppet

sudo aptitude install puppet
sudo /etc/init.d/puppet restart
(sign cert on puppetmaster)
sudo /etc/init.d/puppet restart

That should do the trick to get the desired/required packages installed. Edit dogma:/usr/local/etc/puppet/manifests/sushi.pp to adjust the package list or other settings.

Other open-source softwares that have to be downloaded/installed by hand...

Other setup steps...

  • Uncomment in /etc/auto.master and restart autofs
/net	/etc/auto.net

Then link fileserver to std location

sudo ln -s /net/dogma/share2 /share2
  • Setup printers
Details TBD