“Every new beginning comes from some other beginning’s end.” – Seneca After a long pause, I’m restarting my blogging journey. My earlier blog may have gone offline, but the passion for writing and sharing ideas never really stopped. This space will mostly focus on tech – coding, DevOps, full stack development, and a bit of…
After a fresh install of Apache on a Centos machine I was getting this error. Starting httpd: httpd: apr_sockaddr_info_get() failed for ip-xxx-xx-x-xxx httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName Nothing critical, the IP was still accesing the PHP pages. But we can remove the above warning messages by:…
Recently I came across the term “Deep Links“. Basically for one of our clients, we were updating the app page on Facebook, and to use the app directly from the Facebook page you need to provide the Deep Links. Here is what Wikipedia says about Deep Links. In the context of the World Wide Web, deep linking is the…