Author: Rahul

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

How to Install PHP Composer on Debian 11 Linux PHP

The PHP Composer is a package management tool. It removes the hassle of maintaining PHP packages for an application manually. You can easily install all the required packages using Composer. It maintains a list of required packages in a JSON file called composer.json. This tutorial helps you to install and configure PHP composer on Debian 10 Buster, Debian 9 Stretch, and Debian 8 Jessie systems. 1. Prerequsities Shell access to a running Debian system with sudo privilege. PHP must be installed and configured, version 5.3 or higher. 2. Install Composer on Debian You can download the composer script from the…

Read More

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 setup LAMP stack on Debian 9. In this tutorial, we are installing Apache and MySQL from Debian 9 base repositories. We will help you to add a third-party repository for PHP installation. Step 1 – Prerequisites Login to your Debian 9 server using sudo privileges or root user on the command line. ssh root@debian9 After login to your Debian system…

Read More

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…

Read More

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…

Read More

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…

Read More

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…

Read More

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…

Read More

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…

Read More

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…

Read More

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 [email protected] Redis packages are not available under default yum repositories. You need to enable EPEL yum repository on your…

Read More