The focus of this week's readings is installing software. Since we have an exam this week, the readings will serve as references. For the most part, you simply need to lookup or search for the answers to the questions below and make the summary pages.
Archives:
a. An Introduction to File Compression Tools on Linux Servers
Package Managers:
a. Yum Command Cheat Sheet for Red Hat Enterprise Linux
Custom Software:
Also, please take a look at the manual pages linked below.
In your reading04/README.md
file, describe what command you would use to
accomplish the following:
Extract the contents of file.tar.gz
.
Create an archive named data.tar.gz
which consists of the contents of
the directory data
.
Extract the contents of file.zip
.
Create an archive named data.zip
which consists of the contents of the
directory data
.
Install a package on a Debian based distribution.
Install a package on a Red Hat based distribution.
Install a Python package.
Paste the contents of a file to an online pastebin.
Run commands as the root user.
In the reading04
folder, write at least five summary pages for the
following commands:
Note: these are services, rather than specific commands, although you can make aliases for them.
Note, your summaries should be in your own words and not simply copy and pasted from the manual pages. They should be short and concise and only include common use cases.
For extra credit, download and install the CMatrix program to your a
location in your $HOME
directory. Additionally, adjust your $PATH
so you
can execute the program by simply typing cmatrix
.
To get credit, you must show either a TA or the instructor a demonstration of CMatrix doing its thing.
If you have any questions, comments, or concerns regarding the course, please provide your feedback at the end of your response.
To submit your assignment, please commit your work to the reading04
folder
in your Assignments Bitbucket repository by the beginning of class
on Monday, February 8.