Skip to content

Commit f2f7d33

Browse files
committed
Added video links.
1 parent faa9fbb commit f2f7d33

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

bash/bash3/crontest.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

cpp/cpp1/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Demonstration of how to work with references, including a function that returns
4040

4141
This file contains an example of using default arguments in C++ functions.
4242

43+
## constmethod.cpp
44+
45+
[Video](https://youtu.be/_F5emVR-jd4)
46+
*Example of const member methods*
47+
4348
## OOP Examples
4449

4550
The next three videos feature examples of virtual/non-virtual functions, inheritance, and polymorphism. The are included in increasing order of complexity, but if you are new to OOP you may find the first animals.cpp to be easier to understand at first.

linux/commands.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Sun, Jun 14, 2015 5:56:51 PM
3737

3838
## cron
3939

40-
You can schedule processes using cron. [A good introduction](https://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800).
40+
- You can schedule processes using cron. [A good introduction](https://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800).
41+
- [The Beginners Guide to Cron Jobs](https://www.ostechnix.com/a-beginners-guide-to-cron-jobs/)
42+
- The official Ubuntu documentaion includes a nice [CronHowto](https://help.ubuntu.com/community/CronHowto)
4143

4244
## Creating a file using the "cat" command
4345

linux/videos.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ The next two vidoes work with the [github-video-example](https://github.com/CGCC
6565
[Unix Review - Text Processing](https://youtu.be/MEv4YiudbVk) primarily covers cut, but also touches on cat, more. less, head, tail, grep, and using pipes at the commmand line.
6666

6767
[Unix Review - Redirection & Piping](https://youtu.be/9RXDtmAfJKM) covers redirecting stdout & stdin and piping. It also has brief examples of the grep, sed, and tee commands.
68+
69+
## Module 14 - cron
70+
71+
[cron](https://youtu.be/V79zDptTpH8) walks through setting up a cron job

0 commit comments

Comments
 (0)