• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle





  • Depends on what you want exactly. Easy and self-hosted are not usually go well together unless you’ve got enough experience.

    Easiest way for blog - use a platform. WordPress.com is great and has free tier.

    More involved, but still relatively easy - static site generator. I use Hugo myself, there is Jakyll that is popular too. Host it for free on GitHub or GitLab pages.

    I would not self-host a public web site for security reasons. But you can run a static site on some cloud service. A personal blog with small audience should be fine on Oracle free tier.


  • I used to invent “funny” names, but at some point it became a chore and I also found I’m forgetting some names or spelling when I need it.

    Call me boring, but doing enterprise system admin jobs for years I recently started to adopt functional naming convention.

    This is what I have now: [location code][OS code][type vm/ct][environment code][workload][index]

    So the first production DB linux VM in my primary Los Angeles location will be named LA1LVMPDB1 And my second test Nextcloud container hosted in the same location will be named LA2LCTTNC2.

    I still have to invent short names for workload, which is harder for specialized containers, but overall this makes it all more manageable.