diff --git a/img/sf-reject.png b/img/sf-reject.png new file mode 100644 index 0000000..857cf9c Binary files /dev/null and b/img/sf-reject.png differ diff --git a/img/sf-settings.png b/img/sf-settings.png new file mode 100644 index 0000000..6dddcfb Binary files /dev/null and b/img/sf-settings.png differ diff --git a/pymd5.html b/pymd5.html index 8f00af1..65ff91e 100644 --- a/pymd5.html +++ b/pymd5.html @@ -59,6 +59,8 @@

CS 4440 Wiki:
The PyMD5 Mo

To use it, include from pymd5 import * in your Python 3 script.

+

You can download the PyMD5 module at cs4440.eng.utah.edu/files/project1/pymd5.py.

+

diff --git a/pyroots.html b/pyroots.html index 9d0084a..dee8c36 100644 --- a/pyroots.html +++ b/pyroots.html @@ -59,6 +59,8 @@

CS 4440 Wiki:
The PyRoots

To use it, include from pyroots import * in your Python 3 script.

+

You can download the file at cs4440.eng.utah.edu/files/project1/pyroots.py.

+

diff --git a/vm.html b/vm.html index 91f6b1a..2337255 100644 --- a/vm.html +++ b/vm.html @@ -178,6 +178,45 @@

Step 2: Setup QEMU Launcher Script

Spend some time getting familiar with your new VM—you'll be using it all semester!

+ +

Setting up a Shared Folder

+ +

+ Shared Folders can be a great way to quickly access any files from your main machine and the VM. To get started, navigate to your VirtualBox Manager and click on Settings. From there, find Shared Folders at the bottom left corner or scroll all the way down until you see this menu. +

+ +

+ +

Click on the Folder with the Green + button on the right side to create a Shared Folder. Use these Settings to set up your folder:

+ +
+
+
    +
  • Folder Path: Select "Other" to choose a folder on your local machine.
  • +
  • Folder Name: Anything to identify it. (Note: on the VM, it will show as sf_NAME)
  • +
  • Read-Only: Unchecked (Checked will mean you can only pull files from your local machine into the VM)
  • +
  • Auto-Mount: Checked (This will make sure it always shows up.)
  • +
  • Mount Point: Leave Blank

  • +
+
+
+ +

Next time you start your VM, you should be able to see your Shared Folder under "Devices" in the File Manager. If you click into the Shared Folder, you may receive this error.

+ +

+ +

+ +

+ +

If so, do not worry - we are just a step away! In order to give your user (cs4440) permissions, launch your Terminal inside the VM and copy and paste this code:

+ +

+ +
sudo adduser cs4440 vboxsf
+ +

Restart your VM and your Shared Folder should now be set up!

+

Optional: Working Outside the VM via VSCode

@@ -376,6 +415,7 @@

Table of Contents:

  • Setup via UTM
  • Setup via QEMU
  • Logging-in the VM
  • +
  • Setting up a Shared Folder
  • Using VSCode
  • Troubleshooting