Skip to main content

KTDEVX

Tag: Debian

Set a Static IP Address on Debian

When using Debian as a server operating system, you may need to configure it so that its IP address does not change. This article explains how to set a static IP address on Debian. # Check the Network Interface Information Enter ip a to check the network interface information. kaito@file:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.

Install Debian

This article explains how to install Debian. # Introduction For the server hardware, GMKtec’s NucBox M5 Plus was selected. リンク Since the Proxmox VE virtualization platform is installed on the mini PC, Debian is installed in a virtual machine created on it. When installing Debian in a virtual machine on Proxmox VE, also see Create a Virtual Machine (VM) on Proxmox VE. # Download Debian Download the ISO image from the Debian download page.