eecs280staff / tutorials

Tools and tutorials
https://eecs280staff.github.io/tutorials/
Other
5 stars 4 forks source link

WSL User Account Creation #165

Closed jamesjuett closed 5 months ago

jamesjuett commented 6 months ago

Students sometimes end up skipping the step in the WSL setup tutorial where they create a user account. They should be prompted when they open the Ubuntu terminal as directed by the setup tutorial, but it doesn't directly mention this process.

Calling this out explicitly might help. We can also suggest best practices, e.g. something like what's show here. I wouldn't suggest linking to that page, though, since it has a bunch of irrelevant stuff. Maybe these points?

Also add a "pitfall" that has them check they aren't root. If they are, we could just suggest uninstalling and reinstalling WSL (if they have just installed it). Or, if students already had a previous installation, we might be able to find a resource to tell them how to create a user account, give it privileges, and make it the default user (this process is a bit complicated).

awdeorio commented 6 months ago

I totally agree with this. We could even have a pitfall call out after this step on that root-user check you suggested. I see problems in EECS 485 from students who probably made this mistake all the way back in EECS 280.

CC @ohjuny

ohjuny commented 6 months ago

I will take a closer took on Saturday!