TL;DR
Install Postgres 9.5, and then:
sudo pg_dropcluster 9.5 main --stop
sudo pg_upgradecluster 9.3 main
sudo pg_dropcluster 9.3 mainTL;DR
Install Postgres 9.5, and then:
sudo pg_dropcluster 9.5 main --stop
sudo pg_upgradecluster 9.3 main
sudo pg_dropcluster 9.3 main| #!/usr/bin/env python3 | |
| # svg hell -- xml bomb generator for svg | |
| # | |
| # stop using SVGs | |
| # | |
| # usage: python3 svghell.py > evil.svg | |
| import random | |
| import string |
| -- that is very similar to that of pandoc's HTML writer. | |
| -- There is one new feature: code blocks marked with class 'dot' | |
| -- are piped through graphviz and images are included in the HTML | |
| -- output using 'data:' URLs. | |
| -- | |
| -- Invoke with: pandoc -t sample.lua | |
| -- | |
| -- Note: you need not have lua installed on your system to use this | |
| -- custom writer. However, if you do have lua installed, you can | |
| -- use it to test changes to the script. 'lua sample.lua' will |