Debian

How To Set Up ModSecurity with Apache on Ubuntu 14.04 and Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Set Up ModSecurity with Apache on Ubuntu 14.04 and Debian 8

ModSecurity is a free web application firewall (WAF) that works with Apache, Nginx and IIS. It supports a flexible rule engine to perform simple and complex operations and comes with a Core Rule Set (CRS) which has rules for many exploits. For Apache, it is loaded as an additional module which makes it easy to install and configure. In this tutorial, you will learn how to install and configure ModSecurity and create custom rules.

Read more
How To Troubleshoot Common Apache Errors — step-by-step Linux tutorial on Progressive Robot

How To Troubleshoot Common Apache Errors

There are three main commands, and a set of common log locations that you can use to get started troubleshooting Apache errors. Generally when you are troubleshooting Apache, you will use these commands in the order indicated here, and then examine log files for specific…

Read more
Installing phpMyAdmin on Ajenti V — step-by-step Linux tutorial on Progressive Robot

Installing phpMyAdmin on Ajenti V

phpMyAdmin is a free, web-facing control panel that can access and edit MySQL databases hosted on your server. It integrates with all existing and future databases on your Ajenti server automatically.

Read more
How to Add and Delete Users on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How to Add and Delete Users on Debian 8

Learning how to manage users effectively is an essential skill for any Linux system administrator. In this guide, you’ll learn to add and delete users and assign sudo privileges on a Debian 8 server.

Read more
How To Install Ruby on Rails with RVM on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with RVM on Debian 8

Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. The Ruby programming language, combined with the Rails development framework, makes app development simple. You can easily install…

Read more
CHAT