Articles tagged with: Troubleshooting

Book Review: Site Reliability Engineering

Summary: The book 'Site Reliability Engineering' by Google SRE teams authors contains a wealth of ideas, tips, and practices for managing services in production. While the book can be dull at times, it covers a myriad of topics related to monitoring, logging, alerting, automation, and more. The final chapters on SRE team management and integration are also useful.


UEFI, NVMe and being stubborn

Summary: Installing Linux on a Dell XPS 13 9350 laptop, encountering issues with UEFI booting and Ubuntu, and learning about NVM Express controllers.


Fixing Windows Update service registration missing or corrupt

Summary: A guide on how to fix the 'Service registration is missing or corrupt' error that can occur when updating Windows 7 to Windows 10.


OpenSSL certificate verify failed on Ruby & Windows

Summary: A solution to the OpenSSL certificate verification failure on Ruby and Windows.


Non-trivial Rails 3.x routing

Summary: Challenges and solutions encountered while changing URL formats in Ruby on Rails.