As I mentioned in class on Wednesday, you may want to grab an ICA or assignment and redo it on your machine at home as practice. This is a great way to reinforce the concepts from class and to study for the class quizzes.
To do that follow these steps:
- Once you are in the terminal, type: cd wwwroot
- Unzip the desired file (replace htmlintro.zip with desired file) into a new practice folder using this command: unzip htmlintro.zip -d practicefolder
- Navigate into the new folder to work in the new file: cd practicefolder
- Type ls to see what is in the folder
- Type nano intro.html (replace intro.html with your desired file name)
- When you put the url in the browser you need to add in the new practice folder. For example: https://misdemo.temple.edu/tuz54321x/practicefolder/intro.html
- Replace tuz54321x with your own account
I also created short video demonstrations of the steps above for Mac users and PC users. The Mac video also shows how to connect to the class server using the terminal app. PC users will use Bitvise and follow the same process from class.