Skip to content

Instantly share code, notes, and snippets.

@karenl7
Created October 17, 2022 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karenl7/d439e36e671e33d81c1063bb328388e0 to your computer and use it in GitHub Desktop.
Save karenl7/d439e36e671e33d81c1063bb328388e0 to your computer and use it in GitHub Desktop.
Welcome to the CTRL! This computer's name is kookaburra. If you plan to use this machine for your research, please make yourself an account by opening a terminal window (Ctrl + Alt + T) and typing:
sudo adduser <your preferred username>
sudo usermod -aG sudo <your preferred username>
The first line creates your account (just supply a username and password; feel free to leave all the other fields blank by pressing Enter for each of them), and the second line adds that account to the "superuser" group so you have full control over the machine (including the ability to install/update software).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment