If you use vagrant install vagrant plugin called vagrant cachier
vagrant plugin install vagrant-cachier
Will reduce half of your pain
Start with basic minimal server edition with just ssh server
start minimal and first step install localepurge define transalations you are going to support.
Once you are done with all setup look at following command to perform cleanup.
note starting disk usage
df -h
commands to cleanup
apt-get clean
localepurge
apt-get autoremove
Remove unwanted packages and specially linux-images and linux-image-headers etc if they are not required.
remove dev packages if not required.
Use minimal GUI if GUI is required. Personal choice openbox most minimal, xfce minimal, mate moderate
Once VM is optimized in this aspect do following commands
df-h sudodd if=/dev/zero of=zerofill bs=512Krmzerofillshutdown-h now
{ {< gist USERNAME GIST-ID >} }
Note: Remove the space between the Curly brackets.
Emphasis
Italics with underscores.
Bold with asterisks.
Combined emphasis with asterisks and underscores.
Strikethrough with ~~two tildes~
Italics with _underscores_.
Bold with **asterisks**.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough with ~~two tildes~
Lists
Ordered
First item
Another item
1. First item
2. Another item
Unordered
First item
Another item
* First item
* Another item
Todo
Write math example
Write diagram example
Do something else
- [x] Write math example
- [x] Write diagram example
- [ ] Do something else
Setting a callout
This is what a callout looks like
A Markdown callout is useful for displaying notices, hints, or definitions to your readers.
<div class="alert alert-note">
<div>
A Markdown callout is useful for displaying notices, hints, or definitions to your readers.
</div>
</div>
Note: For a warning notification. replace note with warning