Debian

How To Install Couchbase from source with Git and Make on a Debian 7 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Couchbase from source with Git and Make on a Debian 7 VPS

In this the cloud provider guide, we will discuss how Installing from source (compiling) works. We will be making use of various tools that (should) come with your Linux distribution of choice. Here, we are targeting Debian based systems in particular. However, upon simple installation of the other items listed below, you should be able to follow the rest to achieve our goal of Installing Couchbase from source. Installation of the necessary external tools are also explained in this article.

Read more
How To Install Java with Apt on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Install Java with Apt on Debian 11

In this guide, you will install different versions of the Java Runtime Environment (JRE) and the Java Developer Kit (JDK) using Apt. You’ll install OpenJDK as well as the official JDK from Oracle. Then, you’ll select the version you wish to use for your projects. When you’re finished, you’ll be able to use the JDK to develop software or use the Java Runtime to run software.

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

How To Install Ruby on Rails with rbenv on Debian 8

This tutorial will take you through the Ruby and Rails installation process via rbenv on Debian 8. One of the most popular application stacks for developers looking to create sites and web apps is Ruby on Rails. The command-line tool rbenv allows you to easily install Ruby and Rails. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you move between Ruby versions as needed, keeping your entire team on the same version.

Read more
How To Protect your Server Against the POODLE SSLv3 Vulnerability — step-by-step Linux tutorial on Progressive Robot

How To Protect your Server Against the POODLE SSLv3 Vulnerability

The POODLE SSLv3 vulnerability is a security issue that affects all implementations of SSLv3. This vulnerability allows an attacker to decrypt messages sent using this protocol version by exploiting a weakness the way the padding of a message are checked. In this guide, we’ll explain how the vulnerability work, and tell you how to disable SSLv3 on some common services.

Read more
How To Set Filesystem Quotas on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Set Filesystem Quotas on Debian 9

Quotas are used to limit the amount of disk space a user or group can use on a filesystem. Without such limits, a user could fill up the machine’s disk and cause problems for other users and services. In this tutorial we will install command line tools to create and inspect…

Read more
Настройка сервера OpenVPN в Debian 9 — step-by-step Linux tutorial on Progressive Robot

Настройка сервера OpenVPN в Debian 9

Хотите организовать безопасный и защищенный доступ к интернету на смартфоне или ноутбуке при подключении к ненадежной сети, например к сети WiFi в гостинице или кафе? Виртуальная частная сеть (VPN) позволит вам…

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