I’m a computer and open source enthusiast from Toronto, Ontario, Canada.

  • 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle










  • WHOIS privacy? Porkbun does that for free for all TLDs that support it.

    I don’t think I fully understand how what they offer isn’t “ownership by proxy”. I suppose they promise not to release your info if police ask for it? On the other hand, they technically own the domains you register through them, so if they get repossessed (e.g. through legal bankruptcy proceedings), whoever their new owner is, will presumably also own your domains…

    I’m probably not seeing something here, but this all sounds sketchy to me.


  • Cloudflare sells domains at cost. So yes, cheaper than any other registrar (including NameCheap and Porkbun), except maybe those who sell domains at a loss as a promo to rope you in and then kill you on the renewals.

    Integration into their stack is a nice side effect, but really inconsequential. You can have your domains registered with any registrar and have your DNS hosted by any DNS hosting provider. Heck, you can run your own DNS servers if you want to.






  • All solutions that integrate with banking sites I’ve ever encountered were nothing more but ugly hacks, IMHO. I’m curious about FileThis, as I’d never heard if it before, and would also love a similar system.

    Maybe a self-hosted document management system that can parse key info from credit card statement PDFs, such as the balance and due date? I somehow doubt that automated retrieval of statements is something that any commercial company, or open source project, can implement reliably. To this end, I’m not sure what’s worse; the financial industry, or the medical records industry. Both are stuck in the past and highly conservative.




  • If you want to understand Linux server “guts” well, I suggest a book like “Linux Network Servers” by Craig Hunt. Unfortunately, it’s pretty dated now, but it does an amazing job explaining the basics and internals that most modern books, IMHO, just gloss over in the best-case scenario. The coolest part about this book is that you can follow it like a how-to and set up everything in it in your home lab. You’ll learn basic networking, how to manage your network, how to monitor it, and how to set up low-level services like DHCP, DNS, etc. This knowledge could help you jump-start a network admin/engineer career. The book also covers things like Apache web server, and basic web scripting (trust me, understanding how CGI scripts work will help you as a DevOps engineer!). I think it’s good reading overall. It will give you a solid foundation to build on.

    My biggest beef with study guides targeted to specific certs is that they only teach you how to pass the cert test, basically. Very rarely do they actually teach you WTF if going on, and to be a decent professional, I think it’s critical to understand how things work. I’ve seen so many RHCE/RHCA people who get completely lost with basic tasks like changing firewall rules or network adapter configs on an Ubuntu, Debian (or anything other than Fedora/RedHat/CentOS/Alma/Rocky/Oracle Linux Server), because they literally only memorized/practiced how to do these things on a RedHat box and are incapable of extending their knowledge to any other OS. There’s zero understanding of underlying principles. Don’t be these people!

    OK, I’m done ranting now. Good luck with your studies. Oh, and if you want a copy of the book, shoot me a DM.