1. July 2021

Activate SSH on Debian

In this basic tutorial I’ll show you how to activate SSH on Debian VM. The /etc/ssh/sshd_config contains SSH configuration information for our Debian VM. We need to edit this File with vim or nano (preferred) editor. Login into your Debian 10 virtual machine as User or Root. If you are root, you don’t need to use sudo: Sample Output: We need to add a new […]

29. June 2021

Set Up Static IP Debian

In this basic tutorial I show you how to assign a static IP address to a Debian VM. The /etc/network/interfaces contains network interface configuration information for our Debian VM. We need to edit this File with vim or nano (preferred) editor. Login into your Debian virtual machine as User or Root. If you are root, you don’t need to use sudo: We need to edit […]