UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit a38d5256 authored by Preston Keel's avatar Preston Keel
Browse files

Merge branch 'SlideFix' into 'master'

Update 10-linux-priv-persist-cover.adoc

See merge request !86
parents f812ea68 7411adf4
Branches
1 merge request!86Update 10-linux-priv-persist-cover.adoc
Pipeline #99507 passed with stages
in 1 minute and 10 seconds
......@@ -438,7 +438,7 @@ Always work off a backup!
.GREP (Remove)
[source,bash]
----
egrep -v '10:49*| 15:15:15' auth.log > auth.log2; cat auth.log2 > auth.log; rm auth.log2 +
egrep -v '10:49*| 15:15:15' auth.log > auth.log2; cat auth.log2 > auth.log; rm auth.log2
----
{empty} +
......@@ -446,7 +446,7 @@ egrep -v '10:49*| 15:15:15' auth.log > auth.log2; cat auth.log2 > auth.log; rm a
.SED (Replace)
[source,bash]
----
cp auth.log > auth.log2; sed -i 's/10.16.10.93/136.132.1.1/g' auth.log2; cat auth.log2 > auth.log +
cat auth.log > auth.log2; sed -i 's/10.16.10.93/136.132.1.1/g' auth.log2; cat auth.log2 > auth.log
----
image::slide_title_fade.png[background, size=100%]
......@@ -551,4 +551,4 @@ image::slide_title_fade.png[background, size=100%]
** Once complete, let the me.
image::slide_title_fade.png[background, size=100%]
////
\ No newline at end of file
////
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment