Steve Borba

My notes, I hope they help you, feel free to comment/add to them

Palo Alto Boot Camp

Lab files

echo "deb https://conversionupdates.paloaltonetworks.com/ expedition-updates/
deb http://www.rabbitmq.com/debian/ testing main" > /etc/apt/sources.list.d/expidition.list

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B73A36E6026DFCA

apt -o Acquire::AllowInsecureRepositories=true \
  -o Acquire::AllowDowngradeToInsecureRepositories=true \
  update

apt -o Acquire::AllowInsecureRepositories=true \
  -o Acquire::AllowDowngradeToInsecureRepositories=true \
  install expedition-beta apache2

apt-get -y update
apt-get install expedition-beta apache2

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>