Benutzer:PMay/vServer at Hetzner
network
- also see en:Network Configuration or en:Network Configuration#Static IP address
- proper values forIP adress and so on can be found from old debian installation at /etc/network/interfaces
- create and edit /etc/conf.d/network@ens3
- create and edit /etc/systemd/system/network@.service (without ens3 after @)
# systemctl enable network@ens3.service
- edit /etc/resolv.conf to setup name server (see same file from old debian installation for proper values)
sshd
- see also en:Secure Shell
- install openssh wih pacman
- enable it:
# systemctl enable sshd.service
activate swap partition
# mkswap /dev/sda1 # swapon /dev/sda1
edit /etc/fstab and add this line at bottom
/dev/sda1 none swap defaults 0 0