#!/bin/bash # disable swap sudo swapoff -a # keeps the swaf off during reboot (crontab -l 2>/dev/null; echo "@reboot /sbin/swapoff -a") | crontab - || true sudo apt-get update -y cat <