This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
user:ccaccia:portfolio:project3 [2011/12/15 20:15] – [Reflection] ccaccia | user:ccaccia:portfolio:project3 [2011/12/15 20:19] (current) – [References] ccaccia | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Project: | ||
+ | |||
+ | A project for UNIX/Linux Fundamentals by Christopher M. Caccia during the Fall Semester of 2011. | ||
+ | |||
+ | This project was begun on October 10th 2011 and has taken four days to complete. | ||
+ | |||
+ | =====Objectives===== | ||
+ | |||
+ | The purpose of this project is to install a UNIX/Linux based operating system, Ubuntu, on my personal laptop. | ||
+ | =====Prerequisites===== | ||
+ | In order to successfully accomplish/ | ||
+ | |||
+ | * Sudo command | ||
+ | * USB bootable image (Ubuntu) | ||
+ | * USB stick required | ||
+ | * Laptop | ||
+ | * The pipe (|) | ||
+ | * tee command | ||
+ | * echo command | ||
+ | |||
+ | |||
+ | =====Background===== | ||
+ | |||
+ | The purpose of this project is to install a working UNIX/Linux based operating system on a personal laptop. | ||
+ | |||
+ | UNIX/Linux as an operating system does have some distinct advantages. | ||
+ | |||
+ | |||
+ | =====Scope===== | ||
+ | |||
+ | Mission: | ||
+ | To install UNIX/Linux Ubuntu operating system on my personal laptop. | ||
+ | |||
+ | Follow these steps: | ||
+ | |||
+ | 1) Download Ubuntu 11.10 32-bit operating system to a bootable USB stick | ||
+ | |||
+ | 2) Format hard drive on laptop | ||
+ | |||
+ | 3) Boot laptop via USB | ||
+ | |||
+ | 4) Install Ubuntu to hard disk | ||
+ | |||
+ | 5) Restart laptop | ||
+ | |||
+ | 6) Make sure that all peripheral devices have loaded properly and operating system is functioning. | ||
+ | =====Attributes===== | ||
+ | State and justify the attributes you'd like to receive upon successful approval and completion of this project. | ||
+ | |||
+ | * __Commands__: | ||
+ | * __Files & Directories__: | ||
+ | * __Text Processing__: | ||
+ | * __The UNIX Shell__: Corrected the wireless NIC problem using a terminal shell. | ||
+ | * __The UNIX Development Environment__: | ||
+ | * __Security__: | ||
+ | * __Groups__: I set permissions for files and group access. | ||
+ | * __System Administration__: | ||
+ | |||
+ | |||
+ | =====Procedure===== | ||
+ | **Installation: | ||
+ | I started this project by downloading a USB bootable image to a USB stick. | ||
+ | |||
+ | **The Wireless Problem:** | ||
+ | The only driver issue I encountered a problem with was the wireless NIC. The wireless network interface card would not operate correctly. | ||
+ | |||
+ | All other peripheral devices loaded successfully. | ||
+ | |||
+ | |||
+ | =====Execution===== | ||
+ | Command needed to correct the wireless NIC driver issue. | ||
+ | |||
+ | <cli> | ||
+ | ccaccia@ccaccia: | ||
+ | ccaccia@ccaccia: | ||
+ | </ | ||
+ | |||
+ | =====Reflection===== | ||
+ | |||
+ | I have come to the conclusion that I will keep a UNIX/Linux operating system on my laptop. | ||
+ | =====References===== | ||
+ | In performing this project, the following resources were referenced: | ||
+ | |||
+ | * http:// | ||
+ | * https:// | ||
+ | * http:// | ||
+ | * The almighty and powerful Matthew Haas | ||
+ | |||