December 27, 2022

How to fix Linux Error 111: Connection Refused

Linux General,

 Linux Error 111 Connection Refused — Causes & Fixes Linux error 111: Connection refused occurs when a client tries to connect to a service that is unreachable or actively rejecting the connection. This error is commonly seen with database servers, Oracle listeners, web services, or applications that rely on proper hostname resolution. In many cases,…

Read more
June 2, 2022

Set Up Nginx as a Reverse Proxy

Linux General,

Based on the web server’s operating system, you can set up Nginx in different ways. Here we will show you by installing the primary site at example.com domain name, while the proxied WordPress site is installed at abc.domain.com subdomain. Let’s see how to install and configure Nginx as a reverse proxy on the main server.…

Read more
May 19, 2022

Advantages of Using a Reverse Proxy

Linux General,

A reverse proxy is required, especially for websites that receive a high volume of daily visitors. However, with a reverse proxy, this load is distributed among other servers to ensure peak performance. Another use for a reverse proxy server is to protect the server from malicious user attacks and also it provides plenty of other advantages.…

Read more
February 26, 2021

Asterisk 11 Installation on CentOS 6

Linux General,

Hey guys! I will show you quick steps to install Asterisk 11 on CentOS 6, Okay before we start, make sure you have installed CentOs6 in your machine and check if there are any updates you need to complete, if so, make sure you complete those. For your easy understanding, I’ve summarized the steps below…

Read more
December 17, 2020

9 Data Recovery tools for Linux

Linux General,

Now don’t lose your important information or files due to any hardware problems or transference errors. If you have permanently or accidentally removed any of your files, no worries you can recover using the data recovery tools. We will show you a few tools through which you can recover your lost data. Let’s see each…

Read more
September 30, 2020

Steps to Install Tomcat on Ubuntu 18.04

Linux General,

Tomcat usually know as Apache Tomcat is one of the most widely adopted application and web servers in the world today. It is the most useable servlet containers available. So before we go through the steps to install Tomcat on Ubuntu 18.04, let’s see the advantages. Advantages of Tomcat You get a lot of benefits…

Read more
June 2, 2020

Download and Install Loki Binary

Linux General,

What is Loki? As you know the 1st stable version of Loki was released on November 19/2019. Some of you might have waited for it for a long where few others might have not heard of it or used it. So first lets’ understand what it is and the see how to install the Loki…

Read more
February 28, 2020

Filtering web-traffic to specific Countries

Firewall/Iptables/Security,Linux General,

There are numerous tools and methods to manage traffic to web servers, and here we are going to review the steps to block/allow Apache web traffic based on origin country. You can redirect or block web traffic of your client using the GeoIP module. This would be helpful in Fraud Detection, Target Content, Spam Fighting,…

Read more
January 2, 2020

Steps to Install Jira on Centos7

Linux General,

The bug-tracking tool Jira will track issues and bugs related to your software and Mobile apps. It is developed by an Australian Company Atlassian. You can manage your project easily, as Jira dashboard consists of many useful functions and features which make handling of the issue easily. Now let’s see how to install and configure…

Read more
December 17, 2019

Steps to install PhantomJS On CentOS7

Linux General,

The most effective method how to Install PhantomJS On CentOS 7. What is PhantomJS? PhantomJS is, in the most straightforward of terms, is a headless program that uses a javascript API. This capacity makes the program exceptionally valuable when utilized for: Network observing – Monitoring page load times and sending out that data as standard…

Read more