LCL 30 - sed - Linux Command Line tutorial for forensics

  Рет қаралды 13,466

BlueMonkey 4n6

BlueMonkey 4n6

Күн бұрын

Пікірлер: 42
@favreje
@favreje 2 жыл бұрын
One of the clearest presentations of sed that I've seen on KZbin. No idea why you don't have more likes! Thanks and Keep it up!
@BlueMonkey4n6
@BlueMonkey4n6 2 жыл бұрын
Thanks for the compliments. I also think im pretty good at explaining things but just not good with promotions hence the low viewership :-(.
@losboret9763
@losboret9763 3 ай бұрын
finally, a good, comprehensive sed guide
@BlueMonkey4n6
@BlueMonkey4n6 3 ай бұрын
So glad you liked it!
@goobyssi
@goobyssi 2 ай бұрын
Now I am at #30!! I'm gonna have to re-watch some of them for review. Anyway great content as always thank you so much!
@BlueMonkey4n6
@BlueMonkey4n6 2 ай бұрын
You are welcome. So glad these are useful for you!
@yomajo
@yomajo Жыл бұрын
Instant sub. Gonna binge on your backlog for quite some time. Most advanced sed tutorial I've seen. Thank you!!!!
@BlueMonkey4n6
@BlueMonkey4n6 Жыл бұрын
So glad that you found the videos useful! Thank you for the compliments.
@cousinace3798
@cousinace3798 2 жыл бұрын
Just wanted to say that your videos are so awesome, I am REALLY enjoying them. They are so well done, keep up the great work. Really glad I came across your videos, they have been something I look forward to watching (and re-watching) on youtube, thank you!
@BlueMonkey4n6
@BlueMonkey4n6 2 жыл бұрын
So glad that you like these videos. Thanks for watching and thanks for taking the time to make such a nice comment; these comments keep me going!!
@polliluiz
@polliluiz Жыл бұрын
Really awesome this video. The best on YT.
@BlueMonkey4n6
@BlueMonkey4n6 Жыл бұрын
Thank you for your compliment!!
@MilkmanPete
@MilkmanPete 3 жыл бұрын
congrats on 1k
@BlueMonkey4n6
@BlueMonkey4n6 3 жыл бұрын
thank you for your support!
@winddealer1
@winddealer1 8 ай бұрын
I'm hnoked.... Great delivery, editing, audio and flow. Like and Subscribed. Great way to apply teaching concepts with "practical" usecases. Well done.... more to consume :)
@BlueMonkey4n6
@BlueMonkey4n6 8 ай бұрын
Thank you SOOO much for your comments. That will definitely motivate me to keep making these videos!
@Glamingz
@Glamingz 3 жыл бұрын
CONGRATS ON 1K!
@BlueMonkey4n6
@BlueMonkey4n6 3 жыл бұрын
Thanks!! You’re almost at 100k, thats awesome!!
@Glamingz
@Glamingz 3 жыл бұрын
@@BlueMonkey4n6 Yup! Takes so much time and effort but it's worth it.
@chrisediger2061
@chrisediger2061 2 жыл бұрын
That was great! I needed a good supplement to the lecture in my Linux scripting class.
@BlueMonkey4n6
@BlueMonkey4n6 2 жыл бұрын
Glad it was helpful!
@nvatlanticcity3
@nvatlanticcity3 Жыл бұрын
Amazing. You should have a lot more likes.
@BlueMonkey4n6
@BlueMonkey4n6 Жыл бұрын
Thank you. Please check out my playlists for videos on Linux command line, CAINE forensic tools, networking, and more! If you have any suggestions for other topics, please let me know.
@twentyrothmans7308
@twentyrothmans7308 10 ай бұрын
I really like the style of this, and have subscribed. Thank you!
@BlueMonkey4n6
@BlueMonkey4n6 10 ай бұрын
Thanks for the positive comment and for the sub!
@jfuenmay
@jfuenmay Жыл бұрын
I just came across your video, I think is excellent, straightforward information with great practical examples. Perhaps an early introduction to delimiters rather than late, could be useful for beginners. Keep up the good work and thank you.
@BlueMonkey4n6
@BlueMonkey4n6 Жыл бұрын
Thanks for watching and thanks for the compliments. Good idea with the delimiters, i will put out something on that in the future.
@kahlschlag17
@kahlschlag17 3 жыл бұрын
Awesome tutorial. Thanks for making the effort.
@BlueMonkey4n6
@BlueMonkey4n6 3 жыл бұрын
thanks for watching and making positive comments. Please dont forget to subscribe if you haven't already done so. thanks again!!
@Muhammad_Hefzey
@Muhammad_Hefzey 7 ай бұрын
That's a really great video man. thanks a lot
@BlueMonkey4n6
@BlueMonkey4n6 7 ай бұрын
Thanks for leaving a positive comment!
@alijubran9870
@alijubran9870 Жыл бұрын
Thank you so much So clear!
@BlueMonkey4n6
@BlueMonkey4n6 Жыл бұрын
Thanks for watching and for the positive comment!
@bhupenderbhardwaj6991
@bhupenderbhardwaj6991 2 жыл бұрын
Awesome Content !!
@BlueMonkey4n6
@BlueMonkey4n6 2 жыл бұрын
thanks for watching and thanks for taking the time to write a comment.
@mikehettinga
@mikehettinga 3 жыл бұрын
I have a quick question. I noticed that when you removed the comment lines, there was one comment that remained. Is that due to the 'tab' in front of the pound sign?
@BlueMonkey4n6
@BlueMonkey4n6 3 жыл бұрын
excellent observation!! you're the first to notice. And you are absolutely correct that one comment line remained because there was a TAB before the pound sign. My regular expression was looking for lines that start with a pound sign so that line with the TAB did not match and hence left behind.
@kahlschlag17
@kahlschlag17 3 жыл бұрын
when I pipe awk command into sed -i.bak ... I get sed: no input files. How can I save changes to the original input file.
@BlueMonkey4n6
@BlueMonkey4n6 3 жыл бұрын
Since sed wont be reading from a file if you are piping it with output of awk, you are really going to be doing an edit in-place. Can you give me a bit more information on exactly what you are trying to do?
@yanghwanlim4499
@yanghwanlim4499 4 ай бұрын
Hey!! Why are you modifying the /etc/passwd file which is some what very important file,I think. Not a good example! Don't you think?
@BlueMonkey4n6
@BlueMonkey4n6 4 ай бұрын
You are correct that the /etc/passwd file is an important system file and perhaps should not be used as an example for editing! Thats for watching and for the comment.
@RayleignRonald
@RayleignRonald 4 ай бұрын
Rodriguez Laura Lee Christopher Jones Ronald
LCL 31 - cut - Linux Command Line tutorial for forensics
10:47
BlueMonkey 4n6
Рет қаралды 1,4 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Xargs Should Be In Your Command Line Toolbag
16:24
DistroTube
Рет қаралды 102 М.
Awk: Hack the planet['s text]! (Presentation) - 2023 Update
1:07:40
Benjamin Porter
Рет қаралды 21 М.
Using `sed` and Regular Expressions (Unix/Linux command line)
14:56
Learning Sed Is Beneficial For Linux Users
19:27
DistroTube
Рет қаралды 87 М.
EVERYONE Needs to Learn a Little Bit of AWK!
16:29
Gary Explains
Рет қаралды 400 М.
Awk: Hack the planet['s text]!  (Presentation)
59:21
Benjamin Porter
Рет қаралды 38 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,3 МЛН
Regular Expression Basics
36:59
Jason Wertz
Рет қаралды 134 М.
Two Powerful Command Line Utilities 'cut' And 'tr'
15:18
DistroTube
Рет қаралды 34 М.
Linux/Mac Terminal Tutorial: How To Use The find Command
17:45
Corey Schafer
Рет қаралды 195 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН