Remove swap
swapoff -a
vim /etc/fstab
| #!/usr/bin/env bash | |
| # | |
| # Bootstrap script for setting up a new OSX machine | |
| # | |
| # This should be idempotent so it can be run multiple times. | |
| # | |
| # Some apps don't have a cask and so still need to be installed by hand. These | |
| # include: | |
| # | |
| # - Twitter (app store) |
| #! /bin/bash | |
| # Script to automate creating new OpenVPN clients | |
| # The client cert and key, along with the CA cert is | |
| # zipped up and placed somewhere to download securely | |
| # | |
| # H Cooper - 05/02/11 | |
| # | |
| # Usage: new-openvpn-client.sh <common-name> | |
| # Set where we're working from |