---
title: "Week 04 Questions"

format:
  html:
    code-fold: false
    code-tools: true
    code-copy: true
    highlight-style: github
    code-overflow: wrap
---

a)  **What is `tmux` and how does this relate to our current way of working on raven?**

'tmux' is a terminal multiplexer that allows you to access multiple terminal sessions within a single terminal window. This relates to working on raven because it can be a handy tool for multiple tasks to be performed from one single terminal place.
b)  **What is `ssh` and what would the code be you would type if you were going to `ssh` into raven?**

'ssh' is a secure network protocol that can be used to access remote other devices through a network. The code would be as follows:

% ssh sggarcia@raven.unr.edu

You place this into the terminal. It should prompt for password to the Raven server and then you follow the steps and you should be connected.
c)  **What has been the most challenging part of your research project? Are you happy with your organization skills? If not what could be improved?**

I think what has been the most challeging is find something that I can handle and at the same time get use from. I think i am happy with the start of my organization but it needs to be cleaned up more. 

d)  **For last weeks assignment what did you appreciate the most about knitting documents?**

I thought it was nice that we got to see the entire code in different place than R studio. It showed the connection and complexity that coding has. I thought knitting was also nice because it went through your code and made sure that you were doing things correctly.