CMIS 325 Lab exercise Do all the so-called projects of chapter 1 except 1-1. Add to them this: 1-2 use 192.168.0.228 to ssh to. You have an account on that Linux system. Its name is "backup". Don't do steps 4 and 5. stay logged on and do 1-5 next. Actually, all these "projects" can be done on "backup". 1-3 use the +%s option to see the number of seconds since the Unix "epoch" (1 Jan 1970). All Unix systems use and have this value to know what time (and date) it is. 1-4 display the calendar for this year by giving just one argument to cal. Display the calendar for year 1. What day of the week were you born on? How many days did Septemeber 1752 have? 1-8 the Home key is the same as ctrl-a. End is same as ctrl-e ctrl-u wipes out the line. 1-12 cat the /etc/mime.types file. Rather hard to read as it flies by. cat /etc/httpd/conf/http.conf which is the Apache web server configuration file. Rather hard to read, so do 1-13 1-13 also more the two files of 1-12 Add to more: 4. hit b to backup a page 5. hit Enter to advance one line 6. more +100 /etc/termcap to start at line 100 1-14 the -n can be be dropped and the - put before the number head -5 /etc/passwd the file of users tail -13 /var/log/dmesg the boot messages file. also when devices are added to system. Done already? You can do the Discovery Exercises.