Author: Ken Favors
How To Install Nodejs On Ubuntu 16.04
https://nodejs.org/en/download/package-manager/ The code below will install Nodejs 8 (LTS) $ sudo curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash – $…
How To Migrate Linux Servers
I am using these steps to migrate from a Ubuntu 16.04 32bit server (512mb) to a 64bit server (1gb) on…
How To Install OpenProject On Ubuntu 16.04 With LEMP Stack
OpenProject is an open source project management solution that offers features such as issue tracking, document management, time and cost…
Using Git To Deploy Code
https://mikeeverhart.net/2013/01/using-git-to-deploy-code/ Setting Up The Remote Server The following instructions apply to your remote (eg: Production/Staging) server(s). 1. Create a new…
How To Restore A Nextcloud Backup
https://docs.nextcloud.com/server/stable/admin_manual/maintenance/restore.html Simply copy your configuration and data folder (or even your whole Nextcloud install and data folder) to your Nextcloud…
How To Install MongoDB On Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04 1. Import they key for the official MongoDB repository $ sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv EA312927 After successfully…