程序代写代做代考 word/numbering.xml

word/numbering.xml

word/settings.xml

word/fontTable.xml

word/styles.xml

word/document.xml

word/_rels/document.xml.rels

_rels/.rels

word/media/image88.jpg

word/media/image67.png

word/media/image54.png

word/media/image37.png

word/media/image59.png

word/media/image32.png

word/media/image46.png

word/media/image45.png

word/media/image76.png

word/media/image24.jpg

word/media/image33.png

word/media/image41.png

word/media/image63.png

word/media/image42.png

word/media/image55.png

word/media/image47.png

word/media/image72.png

word/media/image85.png

word/media/image64.png

word/media/image34.png

word/media/image68.png

word/media/image77.png

word/media/image38.png

word/media/image73.png

word/media/image48.png

word/media/image43.png

word/theme/theme1.xml

word/media/image81.png

word/media/image60.png

word/media/image35.png

word/media/image52.png

word/media/image39.png

word/media/image82.png

word/media/image65.png

word/media/image74.png

word/media/image36.png

word/media/image44.png

word/media/image87.png

word/media/image40.png

word/media/image57.png

word/media/image83.png

word/media/image75.png

word/media/image23.png

word/media/image53.png

word/media/image66.png

[Content_Types].xml

HW 1 Grading Criteria Earned Max Did everything get installed? 6 6 Could someone else easily follow along and achieve the same result? 2 2 Is the write-up polished and well organized? 2 2 Total 10 10 Notes from Homework 1 (Fall 2018) Overview Make a copy of this document, rename it to “hw1-notes” and move it to your CSE 523 Google Docs collection. Maintain your notes in this document. You may find it helpful to include screenshots, like the one below. You can do so in two easy steps. Adding screenshots to your Google Document: Capture the window/screen you want. On Windows, select your window, press Alt-PrtSc. On Mac, press shift-control-command-4 and then draw a rectangle around the area you want to copy. Once you have the image in your clipboard, you can copy-paste into this document; once the image is in the document, you can crop or resize as needed. Create a table to hold the image and caption. Use Table->Insert table to add a 1-column, 2-row table. Copy-paste your image into the top row; resize the image so that it fits on your page. Add your caption to the second row in the table. Use Table->Table properties to set the table border to 0 pt, unless you like seeing the grid lines. Figure 1. Screenshot. Details & Logistics Your Name Chuan Tang Your email address chuantang@wustl.edu Machine, CPU & OS Eg, Lenovo x200, Win7 64bit MacBook Pro 15-inch, masOS High Sierra Amount of main memory 16 GB 2133 MHz LPDDR3 Amount of free disk drive space Should be at least 20GB to be safe 400GB Homework start date & time 09.05.2018 1:00AM Homework end date & time 09.05.2018 11:30AM Install VirtualBox Step 1 : go to this page and install the latest version(VirtualBox 5.2.18 platform packages) . Click OS X hosts if you run this on mac OS. Step 2 : Open the installation package Double click “VirtualBox.pkg” 114300 114300 Step 3 : Click continue and continue. Step 4 : You could change install Location by click “Change Install Location”. After that click “Install”. Step 5 : Finish installation. If it’s installed successfully, it looks like the following screen. Create a new Ubuntu Virtual Machine Step 1 : Go to this page and install Ubuntu 14.04.5 LTS Desktop .iso (14.04 64 bit desktop version) Step 2 : Open VirtualBox and click “New” Step 3 : Text in the name (if name with “Ubuntu” the type and the version will be automatically gathered). Choose the Type and Version of your computer. Step 4 : Choose memory size I do the recommended memory size. You could do yours, but at least 1024MB . Step 5 : Click “Create” Step 6 : Choose “VMDK(Virtual Machine Disk) and click “Continue”. Step 7 : Choose”Dynamically allocated” and click “Continue”. Step 8 : Choose File location and size. I do the recommended size. You could do yours, but do at least 15GB. Step 9 : Choose what you created virtual machine and click “Setting”. Step 10 : Go to “Storage” Step 11 : Click”Empty” under “Controller:IDE”. Step 12 : Click the CD image next to “Optical Drive: IDE Secondary Master” and select “Choose Virtual Optical Disk File” Click the button in the red box above, then choose virtual optical disk File. Find the “ubuntu-14.04.4-desktop-amd64.iso” you downloads and then click “Open”. After the disk is changed to the iso file you downloaded, click “OK”. Now we are ready to install Ubuntu. Install Ubuntu on your Virtual Machine hard disk Step 1 : Click “Start” to run the virtual machine. Step 2 : We need to install Ubuntu in this step, following the instructions. Use keyboard “up” and “down” to choose “Install Ubuntu”. Select “English” and then you could click “Continue”. Remember to plug in to a power source, then click “Continue”. Choose “Erase disk and install Ubuntu”, Click “Install Now”. Do not worry, it is installing it on the virtual hard drive we have created. Click “Continue”. Choose your city and click “Continue”. Choose your keyboard and click “Continue”. Put in “your name” and the “password” then click “Continue”. Tips:” If you want the instructions later in the class to match up precisely, make “cse523” your account username. Click “Restart Now”. After your virtual machine is rebooted, the installation is completed. Tip: If your virtual machine hangs when it is shutting down please follow this guidelines: “If your virtual machine hangs when it is shutting down, hit the window’s red x and select “Power off the machine”. It will force the VM to shut down. While the VM is off, make sure that the live cd has been ejected from the drive. Go back to that VM’s Settings –> Storage, and look at the contents under the “Controller: IDE”. If it is empty, you are good to go. If it is not empty, click on the .iso file, and then click the CD image next to “Optical Drive: IDE Secondary Master” and select “Remove Disk From Virtual Drive.” Hit OK. Manually start the VM.” (copy from hw1 ) Step 3 : Make a note of what your host key is. The VirtualBox host key is important because it allows you to manipulate your whole VM instance in certain ways, even when you are “inside” of the VM. On many machines this is right control. Also, you can bind the host key to a different key if you prefer.(copy from hw1 ). Install Guest Additions on your Virtual Machine Step 1 : Click the Ubuntu swirl in the top left corner, text in “terminal”. Step 2 : Right click the terminal icon that shows up in the side menu and select “Lock to Launcher”. Step 3 : In order to ensure we install the most recent software packages, run sudo apt-get update in the terminal. Then put in your password. Step 4 : Run sudo apt-get install ghex build-essential to install packages and type “Y”. Step 5 : Install guest additions: ““Guest additions” provides added functionality like making the virtual machine fullscreen and sharing a common clipboard for copying/pasting between your vm and host machine.” Click “Devices” in the VirtualBox menu on your specific virtual machine, not the menu for the overall VirtualBox program. Click “Insert Guest Additions CD image”. Click “Run”. Enter your password.This should succeed. Hit return to close the window. Step 6 : Shutdown your virtual machine. Step 7 : Remove the Guest Additions CD from your drive. Step 8 : Start the virtual machine again, as we did in Step 1 . Hopefully now you should be able to resize the virtual machine window to a size convenient to you, or go fullscreen(ctrl + f) if you prefer. On my computer I can go full screen and back by using command+f. Step 9 : If the guest additions works well, shut down the virtual machine and go to next section. Snapshot your base Virtual Machine Step 1 : Select your virtual machine and click the “Snapshots” icon. Step 2 : Click the camera icon to take a snapshot of current state. Step 3 : Put in the name and description and click “OK”. Step 4 : Your snapshot is completed. It should looks like the following screenshot. Now if anything ever goes wrong, we can always start our virtual machine based off of the good state we just saved. Finalize this file in Google Docs. Make all of your final edits; make sure your work is neat and easy to follow. Remove the “Overview” section at the top of this document. Remove the “cross-out” from the following drawing. Finished!