/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

automationhacks.io
| | themythicalengineer.com
1.9 parsecs away

Travel
| | Blog about Software Engineering
| | www.dzombak.com
2.5 parsecs away

Travel
| | I recently wanted to set up a VM on my home Ubuntu 22.04 LTS server, with the following goals: 1. the VM uses KVM virtualization, for performance 2. the guest VM is assigned an IP via DHCP by my home network router 3. the guest VM is accessible by
| | newsletter.automationhacks.io
0.3 parsecs away

Travel
| | What does the interview process look like at Microsoft India for a Senior engineer? What tips and approaches work well. In this blog, I'll breakdown my interview experience and share reflections on how to prepare well.
| | blog.zespre.com
14.6 parsecs away

Travel
| Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st...