It's great to have an overview of what options exist, rather than discovering them one by one over the years.
@wetwayne15043 жыл бұрын
Learning about all these tools and how to work with data in the bash shell has changed the way I use Linux. Thank you guys for putting this up for us to view on KZbin!
@الفُرقان-و8ب2 жыл бұрын
00:00 Debugging 27:56 Profiling really this is awesome lecture and whole playlist, thx ❤❤❤❤
@michaelheywood8964 жыл бұрын
Thank you very much for the lecture. As mentioned in the letcure, just knowing that these great tools exist can be helpful when you run into issues.
@vijaykumarmalhotra45094 жыл бұрын
Amazing lectures, thanks a lot for sharing them! You guys are really helping students all over the globe by sharing with them the knowledge that would otherwise take years of hard work to gather.
@bernoulli90473 жыл бұрын
I enjoyed seeing the profiling/stress testing after 37:02. Would be cool to make a course like this one that focuses on optimizing or fixing bad code using these tools.
@shadyabhi4 жыл бұрын
As an experienced SRE, new thing I learned is "lnav". And later, that also took me to another tool "angle-grinder". Both look cool!
@Godzillaaaaa114 жыл бұрын
en.wikipedia.org/wiki/Angle_grinder Here are more examples of Angle grinders! *Google Home Voice*
@ManuelBTC214 жыл бұрын
14:00 pudb > ipdb
@jaredyam26073 жыл бұрын
6:34 So where does the color.sh come from?
@jesperolsen98 Жыл бұрын
#!/usr/bin/env bash for R in $(seq 0 20 255); do for G in $(seq 0 20 255); do for B in $(seq 0 20 255); do printf "\e[38;2;${R};${G};${B}m█\e[0m"; done done done
@josh8608264 жыл бұрын
The python line_profiler profiles real (wall clock) time, right?
@RaymondWang-f7x12 күн бұрын
to be aware of the existence of this type of technology would be helpful.
@prashantd62524 жыл бұрын
So did these ask questions after the lecture? Coz it is boring if nobody asks a question.