Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.66 KB

lab_report_1.md

File metadata and controls

27 lines (25 loc) · 1.66 KB

1. Installing VScode.

  • First in goole type "VS code download" or use this Link.
  • It shall take you to this page.
    ![Image](Screenshot 2023-04-06 154124.png)
  • According to the operating system you used, click on the accroding button for download.

2. Connecting to SSH.

  • First find your account number by going to Link.
  • If using Windows, first download git so you can use ssh. Link.
  • Using bash on windows using vs code Link.
  • Open the VS code terminal.
  • type "ssh cs15lsp23zz@ieng6.ucsd.edu" with zz replaced by your account specific number.
  • You can find your course specific number from this Link.
  • You shall observe this page.
    ![Image](Screenshot 2023-04-06 165950.png)
  • You are expecting to see the cluster status. The status is different by different person because it tells us the status of the cluster when I connected to it. And the status varies as the number of students connected to the cluster changes over time.

3. Trying some commands.

  • The result of some of the commands are listed here.
    ![Image](Screenshot 2023-04-06 170857.png)
  • Ls-l list files with permissions
  • Ls-a shows hidden files
  • Ls-t shows files arranged by time
  • pwd prints the working directory
  • ~ is the root directory
  • cd changes the directory
  • cat show the content of the file