Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. What host names do you use?

What host names do you use?

Scheduled Pinned Locked Moved Selfhosted
selfhosted
196 Posts 138 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • krik@lemmy.dbzer0.comK [email protected]

    Hi fellow selfhosters!

    What hostnames do you use for your systems and services?
    And maybe why if it's an interesting story.

    I'll start:
    Steam Deck: krax
    Smartphone: krix (once I get LineageOS installed again)
    MiniPC: krux
    Reserved for future use: krex & krox

    Creative, I know. 😅
    The names have no deeper meaning. The x comes from Linux. That's it.

    I know some of you use god names of certain pantheons, such as Thor. But I find that boring as a lot of people are doing that.
     
     
     

    Now let your pants down and tell me all about

    your embarrassing host names!

    F This user is from outside of this forum
    F This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #155

    pretty new setup but so far I've got

    symmetra - synology dsm (nas)
    junkrat - intel nuc main server

    need to name my desktop/laptop now and maybe networking gear. thinking ramattra for the router and zenyatta for the bridge

    1 Reply Last reply
    0
    • structureofchaos@lemmynsfw.comS [email protected]

      localhost

      Why: for privacy/anonymity concerns

      S This user is from outside of this forum
      S This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #156

      Hmm, what does localhost.local do if you use mdns?

      Also, your router must be a bit confusing:

      • localhost - 192.168.1.2
      • localhost - 192.168.1.3
      • ...
      structureofchaos@lemmynsfw.comS 1 Reply Last reply
      0
      • ? Guest

        I use names of bones for my different serves. I have metacarpus, clavicle, femur and coccyx.

        M This user is from outside of this forum
        M This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #157

        Ha! Clever and humerus!

        ? 1 Reply Last reply
        0
        • pero@lemm.eeP [email protected]

          Uhg y'all actually have creative names, here are mine:

          My homelab - Pero-base
          My main PC - Pero-main
          My laptop - Pero-portable
          My other server - Pero-web

          I swear I'm not a narcissist.

          S This user is from outside of this forum
          S This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #158

          Nah, just a huge fan of barley tea.

          1 Reply Last reply
          0
          • krik@lemmy.dbzer0.comK [email protected]

            Hi fellow selfhosters!

            What hostnames do you use for your systems and services?
            And maybe why if it's an interesting story.

            I'll start:
            Steam Deck: krax
            Smartphone: krix (once I get LineageOS installed again)
            MiniPC: krux
            Reserved for future use: krex & krox

            Creative, I know. 😅
            The names have no deeper meaning. The x comes from Linux. That's it.

            I know some of you use god names of certain pantheons, such as Thor. But I find that boring as a lot of people are doing that.
             
             
             

            Now let your pants down and tell me all about

            your embarrassing host names!

            P This user is from outside of this forum
            P This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #159

            The printer's name is Marvin, from HHGTTG.

            It never wants to work and always complains.

            1 Reply Last reply
            0
            • ? Guest

              Places in video games is one option for me especially in cluster setups. EG cluster Tamriel has nodes Morrowind, Skyrim, Oblivion, etc.

              M This user is from outside of this forum
              M This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #160

              "Have you been to the cloud district lately? Oh what am I saying, of course you haven't!"

              1 Reply Last reply
              0
              • M [email protected]

                One possibility could be because in conventional "computer counting" in (most) coding languages, it starts at zero. Like if I make an array of things

                [monke, chimp, peanut]

                monke would be [0]

                chimp would be[1]

                peanut would be [2]

                Once I learned about this concept I started naming enumerated things from 0 usually just to keep a kind of consistency. Maybe I think if it's a habit, I won't make those mistakes as often with code. I dunno. 😛

                S This user is from outside of this forum
                S This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #161

                Use Lua, it uses one-based arrays. This is nice for a few reasons:

                • last element is array[length]
                • zero can be reserved for the type (especially nice for representing XML: 0 = node name, 1-N = children, named table entries = attributes)
                • very rarely see + 1 and - 1 in my code

                It feels wrong coming from C, but it's actually really nice, especially since the reasons C does it don't apply (i.e. index is just a memory offset).

                1 Reply Last reply
                0
                • M [email protected]

                  It's the right move.

                  I tell you, the first time you're sat in front of a CEO and an auditor and you have to explain why the big list of servers has a highlighted one called C-NT-PRIK-5 is when the fun stops.

                  Explaining that it's short for 'customer network tester Mr. Prickles 5', and is actually a cacti server never really seems to help the situation.

                  At least a few of the customers got a laugh out of it being on the reports!

                  M This user is from outside of this forum
                  M This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #162

                  I just read this as:

                  you're sat in front of a CEO

                  the fun stops.

                  Agreed. Lol

                  1 Reply Last reply
                  0
                  • swab148@startrek.websiteS [email protected]

                    You're naming them out of the stuff that specifically isn't space!

                    M This user is from outside of this forum
                    M This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #163

                    "error: hostname must not be left blank." lol

                    1 Reply Last reply
                    0
                    • atheartengineer@lemmy.worldA [email protected]

                      All my personal devices are named "AHE"+n. So the abbreviation for "at heart engineer"+ a letter signifying the device. So my phone is "AHEM", my laptop is "AHEL", my desktop is "aheo" (O for office), my server is "ahes".

                      M This user is from outside of this forum
                      M This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #164

                      Not gonna lie before I read your handle I thought these were all named after ways of passively-aggressively clearing your throat. 😂

                      1 Reply Last reply
                      0
                      • M [email protected]

                        Username checks out

                        S This user is from outside of this forum
                        S This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #165

                        ? A and L are on opposite ends of the keyboard.

                        1 Reply Last reply
                        0
                        • tal@lemmy.todayT [email protected]

                          Three-letter names that can be typed with one hand, since I have to type them frequently.

                          $ egrep "^([qwertasdfgzxcvb]{3}|[yuiophjkllnm]{3})$" /usr/share/dict/words
                          
                          S This user is from outside of this forum
                          S This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #166

                          Hmm, this wouldn't work well for me since I use Dvorak. All the vowels are on the left and the most common consonants are on the right.

                          My consonant options on the left hand are: py (top) and jkxb (bottom).

                          1 Reply Last reply
                          0
                          • M [email protected]

                            MacBook Pro: mbp.domain.com
                            Raspberry Pi 2: rpi2.domain.com
                            Raspberry Pi 3: rpi3.domain.com
                            Raspberry Pi 4: rpi4.domain.com
                            Raspberry Pi 5: rpi5.domain.com
                            (Yes, I have one of each.)
                            Synology DS415+: ds415.domain.com
                            Phone: iphone.domain.com
                            Watch: watch.domain.com
                            AppleTV: appletv.domain.com
                            Nintendo Switch: switch.domain.com

                            S This user is from outside of this forum
                            S This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #167

                            What happens if you add another RPi?

                            M 1 Reply Last reply
                            0
                            • marighost@lemm.eeM [email protected]

                              Shit, you're right!

                              S This user is from outside of this forum
                              S This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #168

                              Sounds like a good option for a VPS.

                              1 Reply Last reply
                              0
                              • E [email protected]

                                Fedora is called fed. Ubuntu is ubu. Laptop is laptop 🌝

                                S This user is from outside of this forum
                                S This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #169

                                What happens if you decide to use Fedora or Ubuntu on two devices?

                                1 Reply Last reply
                                0
                                • ? Guest

                                  @Krik devnull, devzero, devrandom
                                  obv, devnull runs fileserver

                                  S This user is from outside of this forum
                                  S This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #170

                                  Nice!

                                  Is devrandom your router or something?

                                  1 Reply Last reply
                                  0
                                  • krik@lemmy.dbzer0.comK [email protected]

                                    Hi fellow selfhosters!

                                    What hostnames do you use for your systems and services?
                                    And maybe why if it's an interesting story.

                                    I'll start:
                                    Steam Deck: krax
                                    Smartphone: krix (once I get LineageOS installed again)
                                    MiniPC: krux
                                    Reserved for future use: krex & krox

                                    Creative, I know. 😅
                                    The names have no deeper meaning. The x comes from Linux. That's it.

                                    I know some of you use god names of certain pantheons, such as Thor. But I find that boring as a lot of people are doing that.
                                     
                                     
                                     

                                    Now let your pants down and tell me all about

                                    your embarrassing host names!

                                    O This user is from outside of this forum
                                    O This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #171

                                    I have pebble, pabble, pibble, rebble, rabble, ribble and nibble.

                                    Though the primary server is old enough that it was from a time when I named everything after Transformers, so it's Shockwave.

                                    1 Reply Last reply
                                    0
                                    • krik@lemmy.dbzer0.comK [email protected]

                                      Hi fellow selfhosters!

                                      What hostnames do you use for your systems and services?
                                      And maybe why if it's an interesting story.

                                      I'll start:
                                      Steam Deck: krax
                                      Smartphone: krix (once I get LineageOS installed again)
                                      MiniPC: krux
                                      Reserved for future use: krex & krox

                                      Creative, I know. 😅
                                      The names have no deeper meaning. The x comes from Linux. That's it.

                                      I know some of you use god names of certain pantheons, such as Thor. But I find that boring as a lot of people are doing that.
                                       
                                       
                                       

                                      Now let your pants down and tell me all about

                                      your embarrassing host names!

                                      ? Offline
                                      ? Offline
                                      Guest
                                      wrote on last edited by
                                      #172

                                      Rock types and Greek gods. Everything from emerald to Aphrodite.

                                      1 Reply Last reply
                                      0
                                      • krik@lemmy.dbzer0.comK [email protected]

                                        Hi fellow selfhosters!

                                        What hostnames do you use for your systems and services?
                                        And maybe why if it's an interesting story.

                                        I'll start:
                                        Steam Deck: krax
                                        Smartphone: krix (once I get LineageOS installed again)
                                        MiniPC: krux
                                        Reserved for future use: krex & krox

                                        Creative, I know. 😅
                                        The names have no deeper meaning. The x comes from Linux. That's it.

                                        I know some of you use god names of certain pantheons, such as Thor. But I find that boring as a lot of people are doing that.
                                         
                                         
                                         

                                        Now let your pants down and tell me all about

                                        your embarrassing host names!

                                        N This user is from outside of this forum
                                        N This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #173

                                        Asterix & Obelix themed.

                                        • Asterix is a rpi4, strong and small with ssd running dockers with homeassistant, revproxy and webserver, and camera storage.
                                        • Idefix is a rpi3, mainly test only nowadays.
                                        • Obelix is my desktop running voidlinux.

                                        I used to have Pneumatix which is the mailman as the mail server and Panoramix, the druid, as domoticz server, Heroix, chief, as firewall and Bellefleur, beauty, as webserver 😉 All were LXD virtual servers on a pentium 3. I try to find a character matching the functionality. Except for domoticz all are now dockers on Asterix, so less use of funny names.

                                        Non linux machines would be roman names from Asterix & Obelix, but I have none ..

                                        At work we used famous dogs. Laika, Pluto, Cerberus etc

                                        1 Reply Last reply
                                        0
                                        • krik@lemmy.dbzer0.comK [email protected]

                                          Hi fellow selfhosters!

                                          What hostnames do you use for your systems and services?
                                          And maybe why if it's an interesting story.

                                          I'll start:
                                          Steam Deck: krax
                                          Smartphone: krix (once I get LineageOS installed again)
                                          MiniPC: krux
                                          Reserved for future use: krex & krox

                                          Creative, I know. 😅
                                          The names have no deeper meaning. The x comes from Linux. That's it.

                                          I know some of you use god names of certain pantheons, such as Thor. But I find that boring as a lot of people are doing that.
                                           
                                           
                                           

                                          Now let your pants down and tell me all about

                                          your embarrassing host names!

                                          L This user is from outside of this forum
                                          L This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #174

                                          My little pony. My pihole is pinkypie, mediaserver trottingham, homeassistant is ponyville, and my backup server is canterlot.
                                          And so on... 🙂

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups