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 @@
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.
+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.
+Spend some time getting familiar with your new VM—you'll be using it all semester!
+ +
+ 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:
+ +sf_NAME)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!
+