April 30, 2025

SSL vs HTTPS: Key Differences and Why Both Matter

Application Maintenance,Content management system,General Security,HTTP/WebServer,Proactive Monitoring,Version Control,WordPress Security,

Unlocking Website Security: The Power of SSL and HTTPS The Internet is Evolving Is Your Website Ready? The digital economy now trades in data as its primary coin. Every action a user takes on your website be it a click, scroll, or form submission transfers sensitive information. Whether you're running a personal blog, a…

Read more
July 26, 2018

Install and Configure GitLab on Ubuntu 14.04 with existing Apache

Linux General,Version Control,

In this guide, we will see how to install and configure GitLab on Ubuntu 14.04 server. At a high level, here are the list of steps you would go through to complete the process: 1. ​Install​ ​and​ ​configure​ ​the​ ​necessary​ ​dependencies 2. ​Add​ ​the​ ​GitLab​ ​package​ ​repository​ ​and​ ​install​ ​the​ ​package 3. Adjusting​ ​the​ ​Firewall​…

Read more
November 27, 2017

Git Errors and Fixes

Linux General,Version Control,

Git Clone Over Http Returns 500 errors Summary: When you clone, push and pull changes between Gitlab repositories and your computer there are two network protocols, one is HTTPS and the other one is SSH.. If Gitlab uses Apache instead of built-in Nginx server and if you are able to clone over SSH but not…

Read more