Install npm package forever
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/9347463.
Introduction
A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).
Install Node
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/9346588.
Introduction
Node.js is a cross-platform runtime environment for server-side and networking applications.
Convert SSL certificates
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/9413205.
Requirements
Instructions
When buying a certificate from you CA (Certification Authority) e.g. a wildcard certificate for *.example.org, you have to convert this file to different formats in order to use them with your webserver installation.
Get a free verified SSL certificate from StartSSL
This post is part of my Your own Virtual Private Server hosting solution project. Get the latest version of this article here: https://gist.github.com/9430791. SSL certificates aren’t cheap. You can create them on your own for private use. However for internet use you have to get a verified certificate. Luckily there’s https://www.startssl.com/ They offer you a class 1 SSL certificate for free. Their site might not look trustworthy, but I’m quite shure they do a great job.
Install Ubuntu packages
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/9758741.
Introduction
This is a list of essential programs to run an Ubuntu server.
Install Ubuntu development libraries
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/9758712.
Introduction
This is a list of essential tools for developing with Ubuntu.
Install php5 modules
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/9758559.
Introduction
Php5 modules extending the functionality for php scripts and are required by several php projects.
Install SharePoint 2013 Three-tier Farm – Installing and Configuring Office Web Apps Server
This post of is part of my Install SharePoint 2013 Three-tier Farm project.
With Windows Server 2012 the deployment of Offic Web Apps Server got a lot easier.
Update Ubuntu server
This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/9384311.