User Tools

Site Tools


notes:spring2024:projects:abc0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:spring2024:projects:abc0 [2024/01/29 21:27] – [Customize journal title and intro, edit week1 entry] jmerri10notes: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
-<code>ssh USERNAME@lab46.g7n.org</code>+<code>ssh ggonzale@lab46.g7n.org</code>
  
 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 "filename you want to use" This will open the file and from there you can write your text.+Another Way to create a text file is to use: nano "filename you want to use" or vi "filename you want to use." This will open the file and from there you can write your text.
  
 ====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 "abc0":
 +    -> hello.c(OK)
 +    -> info.txt(OK)
 +
 +SUCCESSFULLY SUBMITTED
 +
 +You can also check if a project has been successfully submitted by running a submit check: "submitchk DESIG PROJECT" (EX: submitchk unix abc0)
 =====Customize journal title and intro, edit week1 entry===== =====Customize journal title and intro, edit week1 entry=====
  
notes/spring2024/projects/abc0.1706563644.txt.gz · Last modified: 2024/01/29 21:27 by jmerri10