Base Linux

From PSC IT Wiki
Revision as of 22:56, 24 May 2016 by Lance (talk | contribs) (Created page with "*Install the latest '''LTS''' from '''Ubuntu''' *During '''Software Selection''' Make sure to select the '''OpenSSH server''' *After the install is done update the repos and m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Install the latest LTS from Ubuntu
  • During Software Selection Make sure to select the OpenSSH server
  • After the install is done update the repos and make sure all the apps are up to date.
sudo apt-get update && sudo apt-get upgrade
  • Run the lines before to add PBIS (PowerBroker Identity Services) repository
wget -O - http://repo.pbis.beyondtrust.com/yum/RPM-GPG-KEY-pbis|sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list
sudo apt-get update