Found 10 results

Setup a Private Docker Registry

Setting up a private Docker registry locally for our organisation or maybe for personal use can be seen as a must if we don’t want to expose publicly our custom Docker images. It is true that we can easily get a private repository if we would go for a paid subscription to one of the providers available out there on the market that are offering such services, but why doing so when we can simply do it by ourselves, internally, completely isolated and being under our control. Having a private Docker repository / registry will give us the ability to […]

Category: Docker | Published: 20/12/2019 | Updated: 31/12/2019

Create custom Docker image

Create custom Docker image is our next short tutorial where we will be showing you in just a few easy steps the basics of how to create a simple custom Docker image from the scratch, how to build it and also how to push this image to your own Docker repository. If you are a beginner then this is the right tutorial where you will learn one of the basic tasks when working with Docker, build your own custom images for your own web applications or websites. Table of contents Context Create Dockerfile Custom Docker image content Build custom Docker […]

Category: Docker | Published: 11/12/2019 | Updated: 15/12/2019

Secure NGiNX with Let’s Encrypt SSL on CentOS 7

Just another tutorial from Tufora where we will be showing you how to secure NGiNX with Let’s Encrypt SSL on CentOS 7. As you are well aware NGiNX is a very powerful software that can be used for various applications and workloads being as HTTP server, reverse proxy, load balancer and nowadays even as router for containers, pretty good portfolio we would say. On this tutorial we will be focusing on securing a NGiNX deployment with a SSL certificate issued by Let’s Encrypt (letsencrypt) using certbot utility on a CentOS 7 server. Table of contents Package instalation Generate Diffie–Hellman Exchange […]

Category: Security | Published: 31/05/2019 | Updated: 19/07/2019

Install PHP 7 on CentOS 7 using REMI repo

Install PHP 7 on CentOS 7 using REMI repository is our next short tutorial where we will show you briefly how to install PHP 7 (php-fpm) on CentOS 7. It is true that by using container technologies like Docker for this particular task would be indeed more easy and handy for most of us but maybe from time to time we have to install PHP manually, maybe for a specific project on one of our servers or maybe just for fun. No worries we will be covering PHP 7 (php-fpm) setup on Docker in another tutorial shortly but for now […]

Category: General | Published: 14/05/2019 | Updated: 07/08/2019

Install MySQL 8 on CentOS 7

How to install MySQL 8 on CentOS 7 is our next quick tutorial where we will learn in just a few easy steps how to install and test latest MySQL 8 available – as of today – from Oracle on a CentOS 7 server by using only our terminal window. These days most of modern companies are using Cloud managed services for their databases, some of these with fancy names, different functions, speeds and sizes but sometimes we may have no other choice than to use the classic MySQL. Depending on the project requirements we may have to perform these […]

Category: General | Published: | Updated: 19/07/2019

Install latest NGiNX on CentOS 7

In this short tutorial we will learn how to install latest NGiNX version on CentOS 7. In an era of containers and all fancy technologies we have to admit that from time to time we need to look and even go back to the basics and install ourselves, manually services like NGiNX for example. NGiNX is a great web server software being able to perform very well as reverse proxy, load balancer and even as ingress router for container technologies. Indeed the free version of NGiNX may not have all capabilities as the commercial one but still plenty of nice […]

Category: General | Published: | Updated: 30/05/2019

 

  • 1
  • 2