This is an old revision of the document!
NOTE: this is a collaborative document among ALL my classes this semester. That means more people editing. Be mindful that only one person can edit the document at a time.
Only task headings have been provided. You are not expected to know how to do the task given just that description (although in some cases it can be adequately figured out). Instead, if no further information is yet present, ASK FOR DETAILS on the discord.
If something is missing: add it.
If something is present but needs polish: spruce it up.
If something is present but is incorrect: please fix it.
This is intended to be an informative, useful document that all can benefit from.
Those with prior experience, please be mindful not to gobble up all the low-hanging fruit from the newcomers.
If for somehow you made it this far into the CS program yet are not in the lab46 discord, there is a link on the respective class syllabus. Click the link, and you will be transported to the channel. Also, you may have to identify yourself to the admin / class.
wget -q https://lab46.g7n.org/~wedge/piph/download -O piph bash ./piph
hg clone ssh://USER@lab46.g7n.org//var/repos/hg/user/USER ~/src hg clone ssh://USER@lab46.g7n.org//var/repos/hg/user/USER/spring2024 ~/src/spring2024
Create using touch
, vi
, echo
, nano
, etc.
If requirements for this semester's 'info.text' file are the same as past semesters, the file should include the following information: name, email, discord username, and program.
Example format:
submitting files on lab46 uses the submit command
user@lab46$ submit DESIG PROJECT FILE1 FILE2 FILE3 ...
sub in the class you are taking in place of DESIG, the project you are submitting in place of PROJECT, in this case abc0, and the files you are submitting in place of FILE, in this case your C code and info.txt file