Skip to content

Commit 074fb11

Browse files
authored
fix typos (#31)
1 parent fff6fb1 commit 074fb11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ebook/en/content/019-working-with-cloudflare-api-with-bash.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Note that you need to change the path to the script with the actual path where y
9595

9696
This is quite straight forward and budget solution, one of the downsides of the script is that if your server gets unresponsive due to an attack, the script might not be triggered at all.
9797

98-
Of course, a better approach would be to use a monitoring system like Nagios and based on the statistics from the monitoring system then you can trigger the script, but this scirpt challange could be a good learning experience!
98+
Of course, a better approach would be to use a monitoring system like Nagios and based on the statistics from the monitoring system then you can trigger the script, but this script challenge could be a good learning experience!
9999

100100
Here is another great resource on how to use the Discord API and send notifications to your Discord Channel with a Bash script:
101101

ebook/en/content/020-nginx-and-apache-log-parser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ One of the first things that I would usually do in case I notice a high CPU usag
44

55
Sometimes reading the logs could be quite intimidating as the log might be huge and going though it manually could take a lot of time. Also, the raw log format could be confusing for people with less experience.
66

7-
Just like the previous chapter, this chapter is going to be a challange! You need to write a short bash script that would summarize the whole access log for you without the need of installing any additional software.
7+
Just like the previous chapter, this chapter is going to be a challenge! You need to write a short bash script that would summarize the whole access log for you without the need of installing any additional software.
88

99
# Script requirements
1010

@@ -78,6 +78,6 @@ We can also see that there were a couple of Russian IP addresses accessing our s
7878

7979
This is an example of a simple BASH script that allows you to quickly summarize your access logs and determine if anything malicious is going on.
8080

81-
Of course, you might want to also manually go through the logs as well but it is a good challange to try and automate this with Bash!
81+
Of course, you might want to also manually go through the logs as well but it is a good challenge to try and automate this with Bash!
8282

83-
>{notice} This content was initially posted on [DevDojo](https://devdojo.com/bobbyiliev/bash-script-to-summarize-your-nginx-and-apache-access-logs)
83+
>{notice} This content was initially posted on [DevDojo](https://devdojo.com/bobbyiliev/bash-script-to-summarize-your-nginx-and-apache-access-logs)

0 commit comments

Comments
 (0)