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
September 19, 2019

How to setup Django with Uwsgi and Nginx on Ubuntu 16.04

Linux General,

In this guide we will show you how to setup Django with Uwsgi and Nginx on Ubuntu 16.04. It is difficult and time-consuming to setup your server everytime. As Django is one of the best tools in its field due to its speed, scalability, and security. We thought that being said, we are going to…

Read more
August 30, 2019

How to install Suhosin under different Linux Distributions

Linux General,

You can install Suhosin to protect your servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts: ...

Read more
August 23, 2019

KernelCare benefits and why should I use it (highly recommended)!

Linux General,

What is Kernelcare ? The kernel is the central module of an operating system (OS). The part of the OS that loads first, and it remains in main memory. Because it stays in memory, the kernel has to be as small as possible while still providing all the essential services required by other parts of…

Read more
April 26, 2019

Guide to Install PIP on CentOS 7

Linux General,

PIP is one of the best tool for you to install and manage Python packages. Moreover PIP is a package management system used to install and manage software packages written in Python. With this guide you can easily Install PIP on CentOS 7 . You can install PIP either by using YUM or with Curl…

Read more
October 15, 2018

Manually updating traffic and disk usage for all clients in Plesk

Linux General,Plesk,

This blog post will guide you through the process of manually updating the traffic and disk usage for all the clients in Plesk...

Read more
September 28, 2018

How to Limit Bandwidth Using mod_bandwidth Module

Linux General,

Apache does not have any rate limiting or bandwidth limitations by default. In fact, only external modules provide this functionality, so you'd have had to make a special effort to enable it. In this post we will see how you can limit bandwidth using mod_bandwidth module and limit the users

Read more
September 10, 2018

Six Basic Options You Will Need To Configure Apache Server Tokens

Linux General,

In this post, you will learn about the six basic options you will need to configure Apache Server Tokens. These options are quite different from each other and the security of the server depends on how you set this up.

Read more