## Why remote installation

You are able to copy/paste all commands.


### Starting SSH Server

After booting the live usb stick, activate your network card. Assuming the network card is called `eth0`.

   $ dhcpcd eth0
   $ /etc/rc.d/rc.dropbear start

Calling `ifconfig` or `ip addr` to see your assigned ip addr you can use to login via `root`.

---
#### References

https://www.tumfatig.net/2023/installing-slackware-linux-from-ssh/