Category: Linux

7. September 2021

Set Up Static IP SUSE or openSUSE

Configuring Using – yast Easiest solution is to enter “yast” at that terminal prompt, then use the arrow and tab keys to get to Network Devices -> Network Settings. Manual Configuration To setup Static IP configuration on SUSE Linux we need to we need to edit 3 files. Please note: If you are ‘root‘ you don’t need to use ‘sudo‘ in your commands! /etc/sysconfig/network/ifcfg-eth0/etc/sysconfig/network/routes/etc/resolv.conf Determine […]

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 […]