Skip to content

Commit a635001

Browse files
committed
Day 10 updated title
1 parent 8bcf1f0 commit a635001

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This includes all the source material for the 20 lessons of what was previously
3939
* [Day 7](docs/07.md) - **The server and its services**: Installing Apache2, stopping and starting, altering the content, reading logs
4040
* [Day 8](docs/08.md) - **The infamous "grep" and other text processors**: Hands-on with text tools like `grep`, `cat`, `more`, `less`, `cut`, `awk` and `tail` - and piping of course. (and a wave to `awk` and `sed`)
4141
* [Day 9](docs/09.md) - **Diving into networking**: Looking at open ports with `ss`, and a nod to `netstat`, install `nmap` and test. Install `ufw`, set up, enable and test etc. Discuss security resonsibilities as the sysadmin.
42-
* [Day 10](docs/10.md) - **Getting the computer to do your work for you**: Covering `cron`, `at`, and systemd timers
42+
* [Day 10](docs/10.md) - **Scheduling tasks**: Covering `cron`, `at`, and systemd timers
4343
* [Day 11](docs/11.md) - **Finding things...**: Finding things with: `locate`, `find`, `grep`, `which`
4444
* [Day 12](docs/12.md) - **Transferring files**: SFTP, the technology, clients, and copying up and down
4545
* [Day 13](docs/13.md) - **Users and Groups**: Using `adduser`, `visudo` to setup up a restricted "helper" to manage our host

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The course restarts on the first Monday of each month so don't worry if you can'
3535
* [Day 7](07.md) - **The server and its services**: Installing Apache2, stopping and starting, altering the content, reading logs
3636
* [Day 8](08.md) - **The infamous "grep" and other text processors**: Hands-on with text tools like `grep`, `cat`, `more`, `less`, `cut`, `awk` and `tail` - and piping of course. (and a wave to `awk` and `sed`)
3737
* [Day 9](09.md) - **Diving into networking**: Looking at open ports with `ss`, and a nod to `netstat`, install `nmap` and test. Install `ufw`, set up, enable and test etc. Discuss security resonsibilities as the sysadmin.
38-
* [Day 10](10.md) - **Getting the computer to do your work for you**: Covering `cron`, `at`, and systemd timers
38+
* [Day 10](10.md) - **Scheduling tasks**: Covering `cron`, `at`, and systemd timers
3939
* [Day 11](11.md) - **Finding things...**: Finding things with: `locate`, `find`, `grep`, `which`
4040
* [Day 12](12.md) - **Transferring files**: SFTP, the technology, clients, and copying up and down
4141
* [Day 13](13.md) - **Users and Groups**: Using `adduser`, `visudo` to setup up a restricted "helper" to manage our host

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ nav:
145145
- Day 7 - The server and its services: 07.md
146146
- Day 8 - The infamous "grep" and other text processors: 08.md
147147
- Day 9 - Diving into networking: 09.md
148-
- Day 10 - Getting the computer to do your work for you: 10.md
148+
- Day 10 - Scheduling tasks: 10.md
149149
- Day 11 - Finding things: 11.md
150150
- Day 12 - Transferring files: 12.md
151151
- Day 13 - Users and Groups: 13.md

0 commit comments

Comments
 (0)