Skip to content

Instantly share code, notes, and snippets.

View frodoslaw's full-sized avatar
😎
. . .

Radosław Frąckiewicz frodoslaw

😎
. . .
  • Warsaw / Poland
View GitHub Profile
@frodoslaw
frodoslaw / enable_sudo_debian.txt
Last active December 9, 2019 08:51
Enable "sudo" on Debian
1. Become 'su' on your account and Enter your password
2. apt-get install sudo
Debian 9 or older: add the user account to the group sudo with adduser username sudo. Where username is your user account.
Debian 10: add the user account to the group sudo with /sbin/adduser username sudo. Where username is your user account.