Step-by-step guide CENTOS (yum): sudo wget -O /etc/yum.repos.d/pbiso.repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo sudo yum clean all sudo yum install pbis-open UBUNTU(apt): wget -O – http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis|sudo apt-key add –
Category: linux
Converting and Importing a Virtual Box VM into a AWS EC2 AMI
Sometimes we need to release our local Virtual Machines (VMs) into the cloud here’s how: First we need to add some confirguration to the local
How do I add swap space to a Linux system
To add 1GB of swap to your server, for example, follow these steps: Create the file to be used for swap. sudo fallocate -l 1G