Franske ITC-2480 Lab 2

From ITCwiki
Revision as of 21:37, 21 January 2014 by BenFranske (talk | contribs) (Created page with "=Introduction= In this lab you will install the "links" web browser, download a compressed file, create a directory, copy and move files, extract a .tar.tz "tarball" file, rem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

In this lab you will install the "links" web browser, download a compressed file, create a directory, copy and move files, extract a .tar.tz "tarball" file, remove files and directories, and install the Apache webserver.

Local VirtualBox

These instructions apply if you are completing this lab using the VirtualBox virtual machine software on campus or at home. If you are completing this on campus remember to switch your network connection to the SafeConnect-free ITCnet.

  1. Open an SSH console to your Linux system using the PuTTY software, login with your standard user account
  2. Install the links web browser package
    1. Enter root (administrative) mode using the "su" command and your root password
    2. Update your package lists using the "apt-get update" command
    3. Install the aptitude package management utility if it's not already installed using the "apt-get install aptitude" command
    4. Update your aptitude sources using the "aptitude update" command
    5. Search for a description of the "links" package using the aptitude command "aptitude search links"
    6. Install the "links" web browser package using the aptitude command "aptitude install links"
    7. Run the links program using the "links" command and try browsing to a website such as www.google.com or www.debian.org
    8. Quit the links program
  3. Practice basic file management and directory navigation commands

Remote vmWare

Coming soon!

New Commands

  • su
  • exit
  • shutdown -r now
  • shutdown -h now
  • ping
  • pwd
  • ls -al