This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I am using this to install arch on an ionos vps | |
# manjaro doesn't work beause it uses the manjaro config | |
# The debian iso doesn't have apt nor ssh. I need ssh because I can't paste in their web kvm. | |
# Using the ubuntu iso, use the help menu, enter shell | |
# In the kvm console, manually type the following: | |
useradd -m john | |
passwd | |
passwd john |