Skip Navigation

User banner
Posts
15
Comments
370
Joined
4 mo. ago

  • I am the note taking king probably. I worked in the construction industry for 20 years. The rule was, 'if you didn't write it down, it didn't happen.' That has just carried over to every other aspect of my life including selfhosting. Whenever I sit down to my terminal to do anything, I open Notepad++ and a regular windows notepad session. The windows notepad session is a little script I came up with that opens windows notepad with 1000 empty lines. It's one of the many quirks I have, but I hate having to hit the enter key to start a new line. I like to be able to click on a new line for a new line of thought and start typing.

     
        
    @echo off
    (for /l %%i in (1,1,1000) do echo.) > empty_lines.txt
    start notepad empty_lines.txt
    
    
      

    (Save as a bat link on desktop)

    Anyways, the Notepad ++ session is for after things get worked out, I make an official entry into the Notepad++. The windows notepad session is just a scratch pad or 'thinking paper' from which I transfer to the Notepad ++ doc. Convoluted, no? LOL You asked, and I just pulled back the curtain for you a bit. Careful what you ask for, could stain your brain.

    I try to document everything. I feel like, if I'm going to take the time to learn something, I might as well write it down. I take my Grok sessions and distill them down if I found the info relevant. I also do all of this because after my TBI which gave me a seizure condition as well as other mental/neuro issues, my memory is shit, even for someone of my age bracket. But I can stand up a server and secure it, just from my notes in a step by step manner conducive to my limited mental acuity. I've often wondered if anyone would be interested in my notes, like maybe some newcomer to selfhosting wouldn't have to reinvent the wheel since I have a penchant for fucking things up.

  • Nice rack! I really like these small form racks.

  • Question: What is redis and valkey giving you in this instance? I took a look at my notes and I've never invoked redis. Just curious. School me. This is what I spin up:

  • I do like Invidious, however, I've never successfully ran it or Piped, and the whole genre of frontends, for any great length of time. I always seem to get whammied by YouTube. On my desktops and laptops I just forward the request to an Invidious or Piped instance via LibRedirect since they seem to have the setup to keep it going.

  • Some homelabbers / selfhosters have very rigid concepts and opinions about what selfhosting and homelabing should be and what software should be used. I don't have issues with NetData. It's a great piece of software. Damn near covers anything I'd want to monitor, and then some. OP stated 'network analyzer' and while Netdata does have some analyzing components, it's mainly a monitor/alert mechanism. So, I didn't know how that would fit what they were looking for.

  • I'll be the first to admit that I'm a sucker for dialed out dashboards. However, logs are confusing enough for me. LOL I need just the facts ma'am. Graphana is a great package tho, useful for a lot of metrics.

  • It is my understanding that while you can use Dozzle to view other logs besides Docker logs, you have to deploy separate instances. While Dozzle is awesome, I'm not sure I want to spin up 5 or 6 separate Dozzle instances. I do use Dozzle a lot for Docker logs and it's fantastic for that.

  • I can attest to Lnav being great

    I'm sitting here running it through some logs. So far, it's on top of the stack.

  • Oh I'm not moving that much data to log, and the logs I read are all the normal stuff, nothing exotic. I guess if it were a huge cooperation, that had every Nagios plugin known to man and logging/log-rotating that because of logs, yeah I guess.

  • Those two look pretty interesting. Thanks, I'll check them out.

  • There are solutions for everyone's parameters, scenarios, and use cases. You just have to pick a horse and ride it.

  • <ahem....I've been known to uhhh.....velcro them to the case with industrial velcro.

    <cough cough>

  • Just throwing it out there mate. I'm sure there may be others. I just have had a decent amount of time with them, and so far I have had no issues. However, I will say that one man's solution is another man's plague.

  • It would be embarrasing if I disclosed all the weird ways I have 'mounted' SSD / HDD in a case before. LOL

  • AWS Glacier (inb4 fuck Amazon - it’s cheap)

    I mean, unlimited, personal backup on Backblaze is $99 USD per year. The only downside is restoring large, multi-tb backups. The way they get around that is 'Restore by Mail'. You 'rent' a 10 tb drive(s) from them with your files and have it shipped to you. When you have transferred your data, you can return the drive for a full refund. Also, temporary storage is not backed up like CDs, etc. You have to physically transfer that to an internal HDD / SDD.

    https://www.backblaze.com/blog/introducing-the-restore-return-refund-program/

  • Many people even intentionally turn off sleep-mode in “green” drives so that they don’t shut down automatically.

    I've always sort of wrestled with this conundrum. Powering on and off HDDs exerts the most wear imho, and so is it better to keep them powered on in order minimize intermittent start/stop wear, or power them off and assume that keeping them powered on means constant wear?

  • I’m just suggesting review their list of apps they support to get some ideas of what’s out there.

    Ahh my people. Another list searcher. LOL

  • You didn't miss a whole lot. LOL Those first UI's were clunky.

  • Hmm that sounds like something you could do with n8n.

  • Hey mik, thanks for that. Geoblocking with Caddy was on my list, and I can now bump it up to the front.