This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:spring2025:projects:abc0 [2025/02/28 18:57] – [Clone lab46 semester repo on your system] tstrickl | notes:spring2025:projects:abc0 [2025/03/05 04:16] (current) – [Customize journal title and intro, edit week1 entry] tstrickl | ||
---|---|---|---|
Line 14: | Line 14: | ||
The link to the Lab46 discord server can be found at the top of each course home page. | The link to the Lab46 discord server can be found at the top of each course home page. | ||
+ | |||
+ | or just check your email for any invitations. | ||
=====Log into Lab46 (shell)===== | =====Log into Lab46 (shell)===== | ||
The first thing you need to do to get set up for the semester is log into the lab46 shell. If you are on a Windows or Linux device, this should be as simple as typing: | The first thing you need to do to get set up for the semester is log into the lab46 shell. If you are on a Windows or Linux device, this should be as simple as typing: | ||
Line 20: | Line 22: | ||
</ | </ | ||
into your terminal, replacing jdoe123 with the start of your CCC email | into your terminal, replacing jdoe123 with the start of your CCC email | ||
+ | |||
+ | ssh is a command to have remote access to a server. Once entering the command, going through all the steps, and putting in your password (default CCCID number), you will then have all the visuals of the server on your terminal. | ||
====Change lab46 password==== | ====Change lab46 password==== | ||
Line 41: | Line 45: | ||
====Change lab46 wiki password (can be same as lab46)==== | ====Change lab46 wiki password (can be same as lab46)==== | ||
=====Set up personal development system===== | =====Set up personal development system===== | ||
+ | if you don't have a debian based operating system or a pi, you can download a software called wsl onto your device through powershell. | ||
+ | wsl --install. | ||
+ | |||
+ | wsl is a linux virtualize, and by default, it used the linux distribution, | ||
+ | |||
+ | after installation is complete, close powershell, and a new shortcut called ubuntu can be executed in order to run the terminal to ubuntu. | ||
====Clone lab46 semester repo on your system==== | ====Clone lab46 semester repo on your system==== | ||
On your system of choice, Virtual Machine or Pi, open a terminal | On your system of choice, Virtual Machine or Pi, open a terminal | ||
Line 136: | Line 146: | ||
Submit with " | Submit with " | ||
=====Customize journal title and intro, edit week1 entry===== | =====Customize journal title and intro, edit week1 entry===== | ||
+ | to edit your journal and customize the title, first you would need to navigate to the journal webpage. First login on the top right of the website for lab46. After login in, you should be able to see a journal tab on the top left. After clicking, you should be able to see your designated web page to edit and play around with. To edit, there are tiny edit icons next to the things that can be edited. The journal entries are on the bottom and can only be edited one at a time. After one week passes, you won't be able to edit the journal entry of the previous week. |