|
|
|
@ -27,10 +27,6 @@ useradd -m -g users -G wheel,storage,power -s /bin/bash USERNAME |
|
|
|
# Set the password for your account, replace USERNAME with the user you created |
|
|
|
# Set the password for your account, replace USERNAME with the user you created |
|
|
|
passwd USERNAME # Set your USER password |
|
|
|
passwd USERNAME # Set your USER password |
|
|
|
|
|
|
|
|
|
|
|
# File edits for permissions |
|
|
|
|
|
|
|
sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers |
|
|
|
|
|
|
|
echo "Defaults rootpw" >> /etc/sudoers |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Run this & take note of your network adapter name (ex: ens33) |
|
|
|
# Run this & take note of your network adapter name (ex: ens33) |
|
|
|
ip link |
|
|
|
ip link |
|
|
|
|
|
|
|
|
|
|
|
|