This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:c4eng:fall2024:projects:abc0 [2024/08/28 21:31] – [Clone lab46 semester repo on your system] cgaul | notes:c4eng:fall2024:projects:abc0 [2024/08/29 21:51] (current) – [Create and execute hello.c] skephart | ||
---|---|---|---|
Line 6: | Line 6: | ||
After accessing the syllabus/ | After accessing the syllabus/ | ||
====Log into Lab46 (shell)==== | ====Log into Lab46 (shell)==== | ||
- | First go to your start menu by either clicking the windows button on your keyboard or clicking the windows icon in the bottom left (Windows 10)/ bottom middle (Windows 11). After this click into the search bar and begin typing " | + | First go to your start menu by either clicking the windows button on your keyboard or clicking the windows icon in the bottom left (Windows 10)/ bottom middle (Windows 11). After this click into the search bar and begin typing " |
*Disclaimer : Above Directions pertain to a windows based device* | *Disclaimer : Above Directions pertain to a windows based device* | ||
====Clone lab46 semester repo on lab46==== | ====Clone lab46 semester repo on lab46==== | ||
+ | SSH and log into Lab46, type and run command " | ||
====Log into Lab46 wiki==== | ====Log into Lab46 wiki==== | ||
In the top right corner of the Lab 46 system there is a log in button. Click the log in button and enter your current username and password. The current username is the beginning of your corning email before the @ symbol, such as the skephart out of skephart@corning-cc.edu. The current password is a capital C and then your Corning ID number such as C00207482. After this you are successfully logged in and may access the site fully and even change you password. | In the top right corner of the Lab 46 system there is a log in button. Click the log in button and enter your current username and password. The current username is the beginning of your corning email before the @ symbol, such as the skephart out of skephart@corning-cc.edu. The current password is a capital C and then your Corning ID number such as C00207482. After this you are successfully logged in and may access the site fully and even change you password. | ||
====Set up personal development system==== | ====Set up personal development system==== | ||
====Clone lab46 semester repo on your system==== | ====Clone lab46 semester repo on your system==== | ||
- | SSH and log into Lab46, type and run command " | + | SSH and log into Lab46, type and run command " |
====Create info.text file with information==== | ====Create info.text file with information==== | ||
Open up the command prompt by typing in " | Open up the command prompt by typing in " | ||
Line 29: | Line 30: | ||
Hit " | Hit " | ||
====Create and execute hello.c==== | ====Create and execute hello.c==== | ||
+ | Inside of a directory of your choice, create a textfile named " | ||
+ | |||
+ | # | ||
+ | # | ||
+ | int main() | ||
+ | { | ||
+ | fprintf(stdout," | ||
+ | return(0); | ||
+ | } | ||
+ | |||
+ | After entering this code press the escape key in order to exit insert mode. After exiting insert mode type ": | ||
====Locate journal and customize title and intro==== | ====Locate journal and customize title and intro==== | ||
Near the top left corner of the wiki page, in a gray box below the logo, you will find a link titled " | Near the top left corner of the wiki page, in a gray box below the logo, you will find a link titled " |