MySQL is the most popular relational database management system. As an assumption MySQL is used by every third website running on www. MySQL installation on a Linux is very straightforward. You can simply install MySQL on a Debian system from its base repositories. But The Debian team replaced MySQL with MariaDB as the default database from Debian 9 Stretch. This tutorial will help you to install MySQL on Debian 9 systems with the latest MySQL version. Step 1 – Prerequisites Login to your Debian 9 system using shell access. For remote systems connect with SSH. Windows users can use Putty…
Author: Rahul
Introduction A LAMP server is a web server combination of Apache, MySQL, and PHP on Linux server. It is widely used for hosting PHP and MySQL based websites on the world wide web. This tutorial is created to help administrators to configure LAMP-based web hosting environment on Debian Jessie. This tutorial helps you to step by step setup of LAMP Stack on a Debian 8 Jessie system. Step 1 – Prerequisites Login to your Debian system with a sudo privileged user or root user using ssh command. Windows users can either use putty or other alternatives. ssh root@debian8 After login…
Development tools have required the systems used for development purposes. It’s useful for building software packages and also required for packages installation by compiling the source code. The development tools are combined GNU GCC Compiler, c++, make, and some other packages. This tutorial helps you with the installation of Development Tools on your Debian system and prepares it for generating builds. Install Development Tools on Debian The development tools packages are available under default apt repositories for most of the Debian based systems. The build-essential package includes all the packages as dependencies required for the development tools. You can simply…
The Shutter tool is an open-source program for taking screenshots in Linux. It allows you to snap a picture of a certain area, window, entire screen, or even a website. You can also post pictures to Imgur, TwitPic, Dropbox, and other image hosting websites or even upload them to your own FTP server. In this article, you will learn how to install the shutter application on an Ubuntu system using the official PPA. How to Install Shutter on Ubuntu The shutter project provides an official PPA for installing the shutter applications on Ubuntu. You can add this repository to your…
The Debian 8 default repositories contain MySQL packages. You can simply install MySQL on Debian 8 Jessie machine with few simple commands. But the default repositories don’t contain the latest MySQL version. So this tutorial will help to install MySQL on Debian 8 Jessie system with the latest version. Go through the step by step tutorial for the MySQL installation. Step 1 – Prerequisites Login to your Debian 8 system using shell access. For remote systems connect with SSH. The Windows desktop users can use Putty any other SSH client to connect their server. ssh root@debian8 Run below commands to…
Apache Tomcat 9 is the latest version available for installation. Apache Tomcat is a product of the Apache Software Foundation. It is an open-source implementation of the Java Servlet and JavaServer Pages (JSP) technologies. Tomcat is a web server used for hosting the Java-based web application. The current Apache Tomcat 9.0.50 release is available. This tutorial will guide you through step by step installation of the Apache Tomcat server on Debian. Let’s follow to Install Apache Tomcat 9 on Debian 10/9/8. Step 1 – Prerequisites You must have root user or sudo privileged user access to install Tomcat on the…
Redis is an in-memory data structure store, used as a database server, cache, and message broker. It also provides a PHP module for communication between PHP script with the Redis server. Redis is written in C programming language. This tutorial will help you with the installation of the Redis server along with PHP Redis PHP extensions on a CentOS 7/6 server. Step 1 – Prerequisites First of all, log in to your server using shell access with the root account. ssh root@remote Redis packages are not available under default yum repositories. You need to enable EPEL yum repository on your…
Redis is an in-memory data structure store, used as database server, cache and message broker. It also provides PHP module for communication between PHP script with Redis server. This guide will help you for the installation of Redis server and binding with PHP using Redis PHP extensions on a cPanel server. Step 1 – Prerequisites In order to use this tutorial, you must have root shell access of your WHM/cPanel server. Login to your server shell access using root account. ssh root@remote.cpanel Redis packages are not available under default yum repositories. You need to enable EPEL yum repository on your…
Redis is an in-memory data structure store, used as a database server, cache, and message broker. Redis is written in C programming language. It also provides a PHP module for communication between PHP script with the Redis server. This tutorial will help you with the installation of Redis server along with PHP Redis PHP extensions on an Ubuntu 19.04, 18.04 LTS, 16.04 LTS and 14.04. Step 1 – Prerequsities Log in to your system with sudo privilege account using shell access, to which you need to install Redis. ssh ubuntu@remote Update the apt-get packages index files and also update existing…
Apache Maven is a powerful and versatile software project management tool designed to streamline and standardize build processes, dependency management, and documentation for Java-based projects. This advanced guide provides a comprehensive, step-by-step approach to installing and configuring Apache Maven on Debian 11, Debian 10, Debian 9, and Debian 8 systems. It includes additional considerations for optimization, security, and integration with modern development workflows. Related Resources: How to Install Gradle on Debian 10 Installing Oracle Java 11 on Debian Prerequisites To proceed with the installation, ensure you have administrative access to a Debian system. For remote servers, establish a secure SSH…


