Tag: debian

How to Generate & Set Up SSH Keys on Debian 10

September 14, 2020

This article will help system administrators configure SSH Keys on Debian 10. The instructions allow you to set up encrypted credentials quickly, log in remotely, and disable authentication.

Read more

How to Check Java Version Installed on Linux

August 12, 2020

Need to check your Java version? Use one of these three methods to find the Java version installed on your system (Ubuntu, CentOS, or Debian).

Read more

How to Install Jenkins on Debian 10 (Buster)

June 15, 2020

If you are a software developer working on a Debian 10 Buster you may want to install Jenkins. Jenkins is software that automates different aspects of building, testing, delivering, and deploying of software applications.

Read more

How to Install and Secure phpMyAdmin on Debian 9

April 15, 2020

This guide is for users who are running a Debian 9 server with Apache, MySQL, and PHP. The phpMyAdmin software tool is used for managing MySQL databases through a graphical interface. It can be configured to manage a local database, or a remote database (over the network). It replaces the awkward default command-line interface which can be used for database management.

Read more

Docker on Raspberry Pi - Installation Guide

December 12, 2019

If you want to install Docker on Raspberry Pi, that is on its Raspian system, you need to use the automated convenience scripts to do so. Docker is a tool for creating, deploying, and running applications in containers. The software speeds up the development while not using a lot of resources. Containers are lightweight, a feature especially valuable if you are a Raspberry Pi user.

Read more

How To Install Docker on Debian 10 Buster

October 28, 2019

Docker is a virtual container management tool that speeds up and improves application development. Created containers share the kernel and other resources, but are also isolated from one another. The software allows you to make highly compatible applications using its uniform interface.

Read more

How To Install Debian 10 (Buster)

October 14, 2019

Debian has released its newest stable version Debian 10, nicknamed Buster. The latest release includes many updates. This article will help you how to install Debian 10 Buster as your operating system with easy to follow, step-by-step instructions.

Read more

How to Fix 'add-apt-repository command not found' on Ubuntu & Debian

August 7, 2019

This guide shows you how to fix the 'add-apt-repository command not found' error in Ubuntu. This specific Ubuntu error appears when trying to add a new software repository and indicates that the command is not installed on your system.

Read more

How to Enable SSH on Debian 9 or 10

July 30, 2019

If you are using Debian 9 or Debian 10 to manage servers, you must ensure that the transfer of data is as safe as possible. This tutorial covers the necessary steps you need to take to establish a secure connection with a remote machine by using SSH.

Read more

How to Create a Sudo User on Debian

April 22, 2019

Sudo stands for superuser do. Sudo is a command used in Unix-like systems to allow a regular user to execute a program as another user. In most cases, it is the root user. Sudo gives you administrator-level permissions to run programs on your machine. This guide will show you how to create a user with sudo privileges on Debian and test the sudo access.

Read more