167
Me: Linux isn't that bad! Also me:
(programming.dev)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
If you want to add an existing user to an existing group, use:
usermod -a -G <group> <user>
I like
gpasswd -a <user> <group>