wiki:Debian

Version 4 (modified by sky, 9 days ago) (diff)

--

Debian

Initialization

https://wiki.debian.org/NetworkConfiguration#Configuring_the_interface_manually

https://wiki.debian.org/SourcesList#debian.sources

## reset hostname
 /etc/network/interfaces
 /etc/hosts

hostnamectl hostname debian02

rm -f /etc/ssh/ssh_host_*
sleep 1
ssh-keygen -A

################################################################################

apt install -y openssh-server
rm -f /etc/network/interfaces.d/setup
systemctl stop NetworkManager.service
systemctl disable NetworkManager.service

################################################################################

Part II

## Comment
Command