First of all you need to install and configure Postfix to Use Gmail SMTP on Ubuntu.
Install all necessary packages:
$ sudo apt-get install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules| #!/bin/bash | |
| set -e | |
| # install mono key | |
| if [ ! -f /etc/apt/sources.list.d/mono-official.list ]; then | |
| sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF | |
| echo "deb http://download.mono-project.com/repo/ubuntu xenial main" | sudo tee /etc/apt/sources.list.d/mono-official.list | |
| fi | |
| # install mono |
Instructions adapted from: https://www.liberiangeek.net/2014/09/install-virtualbox-headless-ubuntu-14-04-server-manage-phpvirtualbox/ http://linuxhomeserverguide.com/server-config/phpVirtualBox.php
start with:
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
install dkms:
| { | |
| "cmd": ["make"], | |
| "selector": "source.makefile", | |
| "variants": | |
| [ | |
| { | |
| "name": "Clean", | |
| "cmd": ["make", "clean"] | |
| }, | |
| { |