cse15l-lab-reports

Lab Report 1 - Remote Access and FileSystem (Week 1)

This lab report establishes a detailed screenshot tutorial for logging into a CSE 15L course-specific account on ieng6 through the following steps:

Step 0: Finding Your CSE 15L Account

Of course, if you already have your CSE 15L account username and password set up, then you can skip to the next step!

If not, then you can find your course-specific account at https://sdacs.ucsd.edu/~icc/index.php. Enter in your username and PID and you should see a page that shows your CSE 15L account:

Step 1: Installing Visual Studio Code

Now the very first thing you need to do is download VScode at https://code.visualstudio.com/ and follow the onscreen instructions if you don’t already have VScode installed. The opening screen should look something like this (maybe with different colors/themes):

I already had VScode installed from a prior class, so I didn’t have to go through this beginning step.

Unfortunately, if you’re on Windows like I am, you will also need to install git for Windows through https://gitforwindows.org/, following the onscreen instructions.
After that, you can set the default VScode terminal to the newly installed git bash by following the steps in this post:
Setting Git Bash as Default Terminal For Windows

We are now ready to ssh :)

Step 2: Remotely Connecting

Your output will look something like this:

Now, any commands you run on the terminal will run on the remote server rather than your own computer. You can try some commands out; in the next step, I’ll show some examples of commands I tried.

Step 3: Trying Some Commands

This step is a little bit of freedom, where you can try out whatever commands you want and see what happens.
Here’s a screenshot of some of the commands I tried and their output

I just used some basic commands (pwd cd ls cp cat) and I’ll try explaining them below:

That’s pretty much it for this tutorial on remote access! Hope you got something out of this :D