November 2020 - Page 57 of 66

How To Use Git Hooks To Automate Development and Deployment Tasks — step-by-step Linux tutorial on Progressive Robot

How To Use Git Hooks To Automate Development and Deployment Tasks

Git is a very robust and mature version control system that has seen great adoption in recent years. One of git’s great features is its ability to use “hooks” to call arbitrary scripts when certain git events occur. In this guide, we’ll discuss the general idea behind git hooks, talk about how to work around some of its inconsistencies, and demonstrate some implementations that you can use in your development process.

Read more
How To Set Up Multiple SSL Certificates on One IP with Nginx on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Multiple SSL Certificates on One IP with Nginx on Ubuntu 12.04

Although hosting several sites on a single virtual private server is not a challenge with the use of virtual hosts, providing separate SSL certificates for each site traditionally required separate IP addresses. The process has recently been simplified through the use of Server Name Indication (SNI), which sends a site visitor the certificate that matches the requested server name.

Read more
How to Enable Remote Desktop on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Enable Remote Desktop on Windows Server 2016

How to Configure Windows Server 2016 Remote Desktop Remote Desktop Protocol (RDP) allows administrators to connect to a Windows Server 2016 machine remotely using a graphical interface. By default, RDP is disabled on a fresh installation of Windows Server 2016. This guide explains how to enable Remote Desktop, configure firewall rules, restrict access to specific […]

Read more
How to Set Up Apache Virtual Hosts on Ubuntu 13.10 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Apache Virtual Hosts on Ubuntu 13.10

Virtual Hosts are a way to host more than one domain from a single IP address/server. This could be helpful, for example, to people who wish to host more than one website from a single droplet. Here’s how to get set up on your Ubuntu 13.10 VPS.

Read more
How To Install and Configure Sphinx on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Sphinx on CentOS 7

Sphinx is an open source search engine that allows full-text searches. It is best known for performing searches over large data very efficiently. The data to be indexed can generally come from very different sources: SQL databases, plain text files, HTML files, mailboxes, and so on. In this tutorial, we will set up Sphinx with MySQL server using the sample SQL file included in the distribution package.

Read more
CHAT