This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Steps we will take: | |
# 1. Change virtualbox image type (this will take a bit) | |
# 2. Resize image | |
# 3. Resize partion (using GParted) | |
# | |
# Stop nanobox | |
nanobox stop | |
# First we need to change the size of the image. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default rules for rsyslog. | |
# | |
# For more information see rsyslog.conf(5) and /etc/rsyslog.conf | |
# | |
# First some standard log files. Log by facility. | |
# | |
# pagodabox internal logger | |
local0.* @logvac.pagodabox.com:514 | |
auth,authpriv.* /var/log/auth.log |