This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:spring2024:projects:abc0 [2024/01/29 21:27] – [Customize journal title and intro, edit week1 entry] jmerri10 | notes:spring2024:projects:abc0 [2024/01/30 22:05] (current) – [Log into Lab46 (shell)] ggonzale | ||
---|---|---|---|
Line 19: | Line 19: | ||
* unix\\ | * unix\\ | ||
* cprog\\ | * cprog\\ | ||
+ | * data\\ | ||
* comporg\\ | * comporg\\ | ||
* sysprog | * sysprog | ||
Line 28: | Line 29: | ||
=====Log into Lab46 (shell)===== | =====Log into Lab46 (shell)===== | ||
Open a terminal and enter the following | Open a terminal and enter the following | ||
- | < | + | < |
Replace username with your name as it appears to the left of your student email\\ | Replace username with your name as it appears to the left of your student email\\ | ||
Line 127: | Line 128: | ||
There are a couple of different ways to create a text file besides using Vim. One way to create and write a text file is with: echo “your text here” > textfilename.txt | There are a couple of different ways to create a text file besides using Vim. One way to create and write a text file is with: echo “your text here” > textfilename.txt | ||
- | Another Way to create a text file is to use: nano " | + | Another Way to create a text file is to use: nano " |
====Create, compile, and execute hello.c==== | ====Create, compile, and execute hello.c==== | ||
Line 180: | Line 181: | ||
**project** is the project you're submitting for.\\ | **project** is the project you're submitting for.\\ | ||
**fileX** are the files being submitted, in this case hello.c and info.txt (be sure to submit the C source code **NOT** the compiled version) | **fileX** are the files being submitted, in this case hello.c and info.txt (be sure to submit the C source code **NOT** the compiled version) | ||
+ | |||
+ | Once you have submitted the assignment, you should see: | ||
+ | |||
+ | Submitting DESIG project " | ||
+ | -> hello.c(OK) | ||
+ | -> info.txt(OK) | ||
+ | |||
+ | SUCCESSFULLY SUBMITTED | ||
+ | |||
+ | You can also check if a project has been successfully submitted by running a submit check: " | ||
=====Customize journal title and intro, edit week1 entry===== | =====Customize journal title and intro, edit week1 entry===== | ||