iMarket Digital Properties

0 %
iMarket Digital Properties Ltd
Design · Develop · Monetize · Support
  • Location:
    United Kingdom
  • City:
    London
  • Service Area:
    Global
Business Systems
Business Services
24/7 Support
Websites
Web Applications
E-commerce Solutions
Digital Platforms
Products & Services
Public & Private Networks

Blog

How To Install LEMP Stack on Ubuntu 18.04

This will install a LEMP stack on Ubuntu 18.04 but with no SSL certificate (local developement). To add a LetsEncrypt…

April 27, 2018 / Tutorials
How To Install Collabora Using Docker On Ubuntu 16.04

This Collabora install is used for integration with Nextcloud. 1. Create subdomain for the Collabora online server $ sudo mkdir…

How To Install Rocketchat on Ubuntu 16.04 Using Docker & Docker Compose
April 27, 2018 / Tutorials
How To Install Rocketchat on Ubuntu 16.04 Using Docker & Docker Compose

1. Install Docker see How To Install Docker On Ubuntu 16.04 2. Install Docker Compose see How to Install Docker…

April 27, 2018 / Tutorials
How to Install Docker Compose on Linux Systems

https://docs.docker.com/compose/install/#install-compose 1. Run this command to download the latest version of Docker Compose: $ sudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m)…

April 27, 2018 / Tutorials
How To Protect SSH With Fail2Ban

Install Fail2Ban on Ubuntu 16.04 $ sudo apt-get update $ sudo apt-get install fail2ban The default settings are good and…

March 26, 2018 / Tutorials
How To Issue Lets Encrypt ACMEv2 Wildcard Certs

I will be using the Lets Encrypt ACME v2 Client acme.sh to issue LetsEncrypt wildcard certificates. I will also be…

1 3 4 5 6 7 20