February 23, 2023

How to Create a Linux VM Instance

Linux General,

Here you will see how to create Linux virtual machine (VM) instance using the Google Cloud console. Before you begin, create an account in the Google Cloud console to evaluate and see how products perform in real-world scenarios. You will get free credits of $300, where you can run, test, and deploy workloads but only…

Read more
January 18, 2023

3 Different Ways to apply Linux Kernel Security Patches

Linux General,

We know that the most effective way to strengthen system security and protect against any cyber threat is to keep our system updated with the latest OS and application software patches. For Linux the kernel upgrades and security patches require a system reboot, hence it is hard to maintain the OS safe. Here we are…

Read more
January 4, 2023

Troubleshoot Client VPN Connection – Linux

Linux General,

Now let’s see how to troubleshoot a Client VPN connection, that is the problem you face while using a client application to connect to a Client VPN endpoint, with Linux-based clients. We hope you are using the latest version of these clients. The AWS provided client – also known as AWS VPN Client. For you…

Read more
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