Posts

Showing posts from October, 2023

Troubleshooting and Debugging Techniques https://www.coursera.org/learn/troubleshooting-debugging-techniques

Image
Troubleshooting and Debugging Techniques    https://www.coursera.org/learn/troubleshooting-debugging-techniques   Main Area of Computer trouble shooting: Hardware     RAM ,     HARD DISK,     CPU , NETWORK Software:         OS bugs To see Log files , what is happening           Application Bugs. RAM leaks, Network Bandwidth Problem: to with Shapping give Priorities. Some Linux/Python commands $ top to see the memory is being used in the system In widows      1 ,  "Event Viewer" to see Log file     2. Performance Monitor     3. Resource Monitor. $ lsof    list of open files. $ sudo lsof | grep deleted  && means list of opened files marked as <Deleted> $ nice command to set priorities of application Module 3 Crashes in Complex Systems Complex contains many Servers and many Services Like your company have E-Commerce We...