Tag: debian

How to Start, Stop, or Restart Apache Server on Ubuntu

April 17, 2019

Apache is part of the popular LAMP stack of software. It is included with Ubuntu 18.04 by default. This article will show you how to start, stop, and restart the Apache service on Ubuntu using the terminal.

Read more

How To Install PIP on Debian 9

April 10, 2019

Pip means "preferred installer program" or "Pip installs packages." It simplifies the installation and management of software packages written in Python. Python's versatility makes it a useful system not only for a programming language, but also for data analysis, AI, and back-end research and development.In this tutorial, learn how to install Pip for Python 2 & 3 on Debian 9.

Read more

How to upgrade Debian 9 Stretch to Linux Debian 10 Buster

March 29, 2019

Debian 10, codenamed Buster, is still a work in progress, but a pre-release version is available. Even though Debian 10 has not reached its final release date, you can still run the upgrade. This guide will walk you through how to upgrade from Debian 9 (Stretch) to Debian 10 (Buster).

Read more

How to Upgrade Debian 8 Jessie to Debian Linux 9 Stretch

March 24, 2019

Debian is one of the main distributions, of the Linux operating system. There are many derivatives of Debian Linux, like Ubuntu and Kali. But the primary Debian operating system remains a popular and well-supported Linux operating system. This guide will walk you through upgrading Debian 8 (Jessie)to the next version, Debian 9 (Stretch).

Read more

How to Install Apache Maven on Debian 9

March 21, 2019

Apache Maven is a project management tool for developing Java applications It resembles other Linux-based project management tools but differs in that it’s designed to provide a comprehensive and easy-to-read status of a project. It also incorporates a POM (Project Object Model) approach, meaning that it uses standardized software libraries and plugins. This tutorial will walk you through how to install Apache Maven on Debian 9.

Read more

How to Set Up & Install Squid Proxy Server on Ubuntu 18.04

February 15, 2019

Squid is a Linux-based proxy application that can be used for filtering traffic, security, DNS lookups, and to speed up a web server by caching resources. This guide will walk you thru you setting up and installing Squid Proxy on Ubuntu.

Read more

How to use apt Package Manager on Ubuntu Linux

January 7, 2019

In Linux, special tools were developed for managing applications. Application software for Linux typically comes in a package. The default package manager for Ubuntu is apt-get. Linux operating systems use a software tool known as a package manager to make sure the software is correctly installed and up-to-date. It also keeps a current list of available software, stored externally in a database called a repository. This guide shows you how to use apt-get to manage packages on Ubuntu.

Read more