awesome explainer video - although your closed caption explainer covers the answers it is abit messy to read. thank you for this explainer on epochs :)
@shellheavenleeАй бұрын
great explainer
@nirajguru3 ай бұрын
Anomaly detection is a statistical technique used in machine learning.
@ramakrishna-pt8ne3 ай бұрын
Cheers Prashanth!!
@srikanthsistu4 ай бұрын
I need this book, How can i order it? @Prashant Lakhera
@devops-boot-camp4 ай бұрын
You can order it using this link pratimuniyal.gumroad.com/l/cracking-the-devops-interview
@RaviPrakash-ix9dd5 ай бұрын
Thank you prashant i needed this for my interview pls make more videos 😊
@ayushsahu32485 ай бұрын
I like your approach.
@buneyecat6 ай бұрын
Use dwm
@Timely-ud4rm6 ай бұрын
My issue is the opposite. My system has 32GB of ram and for some godly reason my swap is full which is 8.6GB while my ram usage is 14GB. If all the swap went onto ram it'd be at 21GB of ram used which leaves 11GB ram left for anything else. I am uisng fedora 40 default worstation which is GNOME. I have no clue why it does this I have enough ram so why doesn't it use it? Also don't ask why I have so much ram utilized haha. I got million a few tabs open on firefox, and alot of apps I use often I just keep open to make it faster.
@devops-boot-camp6 ай бұрын
Your system is using swap despite having ample RAM due to the default swappiness setting in Linux, which determines how aggressively it swaps. To reduce swap usage, you can check and adjust this setting with `cat /proc/sys/vm/swappiness` and `sudo sysctl vm.swappiness=10`. Additionally, Linux uses available RAM for disk caching, which might make it seem more utilized. Long system uptimes and application memory allocation behaviors can also contribute to swap usage. Checking swap usage with tools like `smem` or `vmstat` can help identify the processes involved.
@kboutdoors45996 ай бұрын
Never have this happen tbh, but I do run a very minimalist system. I have a dual boot with Arch and Debian. My Arch system is super fast, lightweight, and clean. My Debian, on the other hand 😅 I can’t say the same for, but I hardly ever use it tbh 🤷🏼♂️
@hangoutbuddy6 ай бұрын
Very informative.
@vamshikrishna45796 ай бұрын
This is really awesome learning.. keep doing these kind of vedios on Linux ..
@viraldesai65996 ай бұрын
what is recommended IO in waiting ?
@devops-boot-camp6 ай бұрын
The percentage of time the CPU is waiting for IO operations to complete, as shown in the "wa" (wait) column in the top command, varies depending on the application. This metric indicates how much time the CPU spends waiting for disk or network IO, rather than performing useful work.
@SaurabhSingh-hn9fc6 ай бұрын
Thanks Prashant, That's something new Inhave learned
@elliothere91126 ай бұрын
Great Video !! Makes comfortable exploring more from documentation
@devops-boot-camp6 ай бұрын
Glad to hear that!
@venom3216 ай бұрын
@Prashant Lakhera sir why can't we can just use a while loop and check the state of the instannce and then immediately when we get 'running' or 'stopped' state we can proceed as we want
@devops-boot-camp6 ай бұрын
The same reason you use an AWS module like boto3 instead of calling the AWS API directly via curl or other commands applies here. You can write your own code, but AWS has already provided the functionality for you to reuse.
@venom3216 ай бұрын
@@devops-boot-camp ah reight. Thanks brother 🍻. Very useful tutorials
@kallingal16626 ай бұрын
Thanks for sharing..
@shaikyounus83127 ай бұрын
Thank you, Prashant ...Its very usefull
@ololh4xx7 ай бұрын
In this thing called "reality", a commit will never have the same hash - because you need an astronomic amount of changes / files to accomplish that ... or you "simply" calculate it and create your file accordingly. You will basically never see repositories with astronomic amounts of files - ever. No matter how hard you try to find one. Trying to find one is like trying to find the end of the rainbow. **Thats** what the statement _("two commits will never have the same hash")_ is about. Its about reality, facts and factual statistics / probabilities, like "most" of modern IT. But there still are quite a few people who cannot discern fantasy-centric babbling and reality.
@devops-boot-camp7 ай бұрын
Please check out this blog by Google security.googleblog.com/2017/02/announcing-first-sha1-collision.html. As I mentioned in the video, it requires a lot of computing power, and there is no immediate risk. For more details, check this video kzbin.info/www/bejne/a52mYndufMd3pZo
@NEERAJKUMAR-fz6nb7 ай бұрын
Sir good to see you
@denniskariuki19298 ай бұрын
Great lesson!👍
@priyankapati11449 ай бұрын
Thanks I really needed this :)
@AcessHall10 ай бұрын
You earned a subscriber
@AcessHall10 ай бұрын
Helpful
@AcessHall10 ай бұрын
Thank you sir
@manifestabundanceprosperit523010 ай бұрын
Hi does the Terraform code Also start the Ec2 instance
@ShanmukhavaniChintha10 ай бұрын
Thanks man ... such a informative video , very helpful
@robertofleitas261211 ай бұрын
Hello, how can I make an paramiko SSH connection to a SSH host, through remote desktop (RDP)? thank you.
@pjj7466 Жыл бұрын
Wonderful 🎉
@pjj7466 Жыл бұрын
Great bro
@pjj7466 Жыл бұрын
Great content.
@pjj7466 Жыл бұрын
Great content.
@pjj7466 Жыл бұрын
Great content.
@sayedbasha3902 Жыл бұрын
where these commands are you running, I am not getting, if I get it this would help me great for python for devops.....please let me know where I have to run ...
@CRAIGtheNEET Жыл бұрын
This helped me a lot to understand the differences between /sys and /proc. Ty!
@irfan4701 Жыл бұрын
sir, please continue the series.
@Tech-kh1vs Жыл бұрын
excellent content, thanks <3
@shaktirajsinhjadeja7386 Жыл бұрын
Seems great ,would surely love to explore more ....seems like much needed platform for devops guys 😄
@GordonMacLeod-c3x Жыл бұрын
Thx for this. I am a visual basic programmer now learning Python. This helped.
@bhanumalhotra8605 Жыл бұрын
Eagrly waiting for pipeline example to understand how it works in production, thankyou.
@devops-boot-camp Жыл бұрын
I already feature a video that dives into that subject kzbin.info/www/bejne/iZTKhJiLjbmXd68
@ndroidLover3 ай бұрын
@@devops-boot-camp why this series ended at Day 50, please continue it.
@aamirimran9373 Жыл бұрын
You are simply the Best🎉
@aamirimran9373 Жыл бұрын
Lots of love from Malegaon sir ❤️💯🎉🔥🔥🔥🔥🔥
@devops-boot-camp Жыл бұрын
🙌
@mohdfaiz9197 Жыл бұрын
Prashant sir great initiative
@MrRWF2004 Жыл бұрын
thanks for good introductory video about AWS GPT. Will be nice to have more advanced video on this topic
@devops-boot-camp Жыл бұрын
Thank you for the kind words! I'm glad you found the introductory video helpful. Stay tuned; an advanced video on AWS GPT is in the works!
@bhanumalhotra8605 Жыл бұрын
Wao! Great
@devops-boot-camp Жыл бұрын
Thank you! Cheers!
@Arjun5_BH Жыл бұрын
Hi sir I am new to Devops.I have just started learning Devops. Can you please tell is it possible as a beginner in tech to get a remote job as a Devops Engineer? Can you direct me to some resources that you feel are good for learning Devops ?Also do open source contribution can really help me in getting a job?
@devops-boot-camp Жыл бұрын
Hi Arjun, please check out this video kzbin.info/www/bejne/fHnUpWd6hs95m7M and link www.linkedin.com/feed/update/urn:li:activity:7085119872266874881/