Updated: 2015-11-20 02:43 EST
[...]
Reminder: There are now two quizzes that you need to complete on Blackboard as part of your term Quiz mark. A third quiz will be posted before the Final Exam. The Quizzes are not optional.
Check the due date for each assignment and put a reminder in your agenda, calendar, and digital assistant.
Read the Test Instructions (all the words) before all your tests and exams.
Take notes in class! Your in-class notes would go here.
Bring your notes to class! Stop wasting time looking up commands.
diff file1 file2
– show the differences between two files:set list
– show the trailing blanks inside the VIM editor:set nolist
– turn off list
modefgrep -c "refused connect" /var/log/auth.log
fgrep "refused connect" /var/log/auth.log | wc
less /etc/hosts.evil