I'm looking for a way to configure Nginx to access hosted services through a subdomain of my server. Those services and Nginx are instantiated with Docker-compose.
In short, when typing jenkins.19...
Initial Server Setup with Ubuntu 18.04 | DigitalOcean
This guide will walk you through a few procedures that you should take early on in order to create a solid foundation for your new Ubuntu 18.04 server, before moving on to installing and configuring any software or services.
UFW Essentials: Common Firewall Rules and Commands | DigitalOcean
UFW (uncomplicated firewall) is a firewall configuration tool that runs on top of iptables, included by default within Ubuntu distributions. It provides a streamlined interface for configuring common firewall use cases via the command line. This cheat
How To Install and Use Docker on Ubuntu 18.04 | DigitalOcean
Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you'll install and use Docker Community Edition (CE) on Ubuntu 18.04. You'll install Docker itself, work with containers and images
Cannot restart SSH daemon after changing sshd_config to port 2222
I have been looking around and couldn't find a solution to the issue I am having. I am running Ubuntu 16.04 LTS, and I followed instructions on the Ubuntu page for changing the SSH port to 2222 by
Error Permission denied (publickey) when I try to ssh | DigitalOcean
[note] Note from DigitalOcean Community team: The user @intalix has provided a popular answer to this question here: https://www.digitalocean.com/community/questions/error-permission-denied-publickey-when-i-try-to-ssh answer=44730 Recently I threw out
How to Host WooCommerce on AWS (Amazon Web Services) - Amazon Cloud
Launching a website is no longer the challenging process it used to be back in the day with the advent of cloud web hosting. Millions of websites use cloud tech
How to setup WordPress & WooCommerce on AWS using Cloudways - Silicon Dales
This guide is intended to show how to setup a WordPress and WooCommerce installation on Cloudways (a managed cloud hosting panel, which does most of the
How to Install WordPress, WooCommerce on Amazon Web Services | Practical Ecommerce
WooCommerce, a powerful ecommerce plugin for WordPress, can be a good foundation for an online store. What’s more, when you run that site on Amazon Web
Learn how to dockerize React single page application. Create development image with auto-reload and lightweight & optimized production image with Nginx setup.
Local Setup for Documentation Work :: SuiteCRM Documentation
In order to contribute to the Documentation efforts, you can edit pages directly on Github. But if you want a more powerful setup for a better work experience, you can choose to set up a local copy of the files, install our build engine Hugo, and build and serve the site locally. This is an advanced way of editing the Documentation, it should only be used by people with the necessary technical skills and who want to work on this Documentation extensively.
Downloading and installing SuiteCRM If you are installing SuiteCRM for the first time, follow the instructions in this section. If you have an earlier version of SuiteCRM installed, refer to the upgrade section for instructions on how to upgrade your SuiteCRM instance. Follow the steps listed below to install SuiteCRM: Install the platform-appropriate (Linux or Windows) version of PHP, web server, and database on your machine. Download the SuiteCRM files from suitecrm.
Move existing Wordpress site into Docker - Dots and Brackets: Code Blog
I'm reluctant to make a big change on the real server without prior tests, so today I'll try to create local Docker replica of one of my blogs and see how
Moving a WordPress site into a Docker Container | Stephen AfamO's Blog
WordPress is a very popular and flexible Content Management System (CMS). If you build websites, you are likely to have worked with (or had someone a...