Skip to content

Instantly share code, notes, and snippets.

@mkllnk
Last active August 13, 2024 06:29
Show Gist options
  • Save mkllnk/a712f7fd889c60fde01bd87cd5293c74 to your computer and use it in GitHub Desktop.
Save mkllnk/a712f7fd889c60fde01bd87cd5293c74 to your computer and use it in GitHub Desktop.
apt purge apache2 apache2-utils libapache2-mod-php mariadb-server mariadb-client php*
apt autoremove
adduser maikel
usermod -a maikel -G sudo
cp -a .ssh/ /home/maikel/
chown maikel:maikel /home/maikel/.ssh/ -R
ssh-keygen
cd .ssh && cat id_ed25519.pub >> authorized_keys
cat id_ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment