home.social

#fqdn — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fqdn, aggregated by home.social.

  1. It's funny how letting go of the past is really hard sometimes, even with simple, silly things. After 16 years, I'm finally letting go of a domain I centered my identity around.

    After today, I'll be down to 3 personal domains and 1 shared, from a peak of 16.

    Feels good, if not a little sad.

    #FQDN #DomainName #DomainRegistration

  2. #FOSSinAction:

    "A. Pollock" (debian.org), had an idea for a very useful feature (thx, btw! 🌻️) for molly-guard: Prevent accidential shutdown of distributed and virtual #GNU #Linux PCs by #FQDN.

    "F. Marier" (debian.org), confirmed merging it back upstream.

    Meaning: **From /then on/ that use-case is solved. for all IT.**
    For good. #NoNeedToUpdate ☮️ 🗿

    > I'd love to see stories and best-practices like that at schools and unis.
    > Real people, no bullshit.

    #WhyLinuxDestressesMe #StableIT #n0bit

  3. Academic research finds economic, technical and operational harms from Italy’s Piracy Shield

    Walled Culture first wrote about Piracy Shield, Italy’s automated system for tackling alleged copyright infringement in the streaming sector, two years ago. Since then, we have written about the serious problems that soon emerged. But instead of fixing those issues, the government body that runs the scheme, Italy’s AGCOM (the Italian Authority for Communications Guarantees), has extended […]

    #agcom #albania #cdn #dnsBlocking #eu #fqdn #google #ipBlocking #ipv4 #italy #leasing #nunnery #overblocking #piracyShield #streaming #telecomItalia #tv

    walledculture.org/academic-res

  4. Internet is a service that you do not need 24 hours a day. In fact you should be able to turn on and turn off your Connection when you need it just like in the PPP days

    In the past couple of days, when I was without an active internet connection, I was able to deduct the reason why sudo asks for a connection to the internet when my Gateway, one of my gateways, has none.

    It turns out that for some reason sudo is looking for a FQDN {fully qualified domain name} on the Internet.

    I wonder why, because on my SBC the name of the Server ends with .local

    In order not to get this extremely annoying error, which slows down everything that you need to do with sudo, with a delay of Sixty to One Hundred Twenty seconds, you just need to turn off any network connection on the machine.

    It was extremely annoying on the SBC, because I was making a duplicate of a USB stick, which constantly needed to invoke the sudo command, in order to write the data, with commands that needs root access to the device.

    To give you an indication of the scope of the delay; a task which normally needs thirty minutes, took twelve hours and still failed, simply because it took way too long.

    I am however a Bèta Tester. I love these interesting levels of troubleshooting with things that seem to be totally unrelated.

    TLDR:

    Disconnect your network when you need to use sudo if your gateways has no internet heartbeat

    #SUDO #SBC #RaspberryPi #FQDN #Debian #internet #permission #troubleshooting #programming #OpenSource #POSIX

  5. Question for any interested in domain names.

    In Norway there are a bunch of "sub" domains to the .no domain you can register.

    Example: [your domain].Oslo.no

    Are there other top level domains that do this? Offering sub-level domains for registration.

    #domains #networking #itquestion #itsupport #fqdn #DNS

  6. Protect Office365 and Windows365 with Azure Firewall

    "Traffic from the organization’s network to the required Office 365 endpoints should be managed and secured, which could be a time-consuming ongoing task. With the recent announcement of Azure Firewall integration with Office 365, you can now easily manage this traffic and leverage the firewall’s security features to secure it"

    techcommunity.microsoft.com/t5

    #azure #office365 #security #network #windows #azurefirewall #microsoftsecurity #microsoft #firewall #network #networksecurity #firewallpolicy #fqdn #cloudsecurity #cloudnetworking #soc #azurenetworksecurity

  7. Frage an die Fachwelt: Früher war der Common Name in einem #Zertifikat maßgebend. Mittlerweile verlangt entweder der Standard oder der faktische Industrie-Quasi-Standard #SAN-Einträge. (SAN: #SubjectAlternateName). Welcher codierte Standard ist maßgebend? Welche #Browser setzen den Standard wie um? Wenn im Common Name z.B. der #FQDN steht, im SAN nur der einfache Hostname ohne Domain, was versucht welcher Browser zuerst? DIese Konstellation scheint gerade flackernde Probleme zu verursachen, je nachdem, welche #URL eingegeben wird, wirft ein Aufruf Fehler, der nächste Aufruf der gleichen URL geht sauber durch und zeigt ein geschlossenes oder grünes Schloss. Wo finde ich hierfür belastbare Info? (FQDN: #FullyQualifiedDomainName, URL: Unified Resource Locator, auch: #Link, im einfachsten Fall ein https-Link einer Webseite)

  8. Another small Blog Posts; This time about DNS: Why using .local or .home as local Domainname is a bad practise and how to improve it. #fqdn #dns #homelab

    tcpip.wtf/en/why-your-local-dn

  9. If you need to find the fully-qualified domain name (FQDN) of your server in Linux (e.g., you want to know whether to accept or deny an ACME challenge for Let’s Encrypt TLS certificates.):

    * hostname --fqdn # OR
    * cat /etc/hostname

    And to get the IP:

    * hostname --ip-address

    Source: serverfault.com/questions/4908

    #TLS #fqdn #DomainName #VPS #LetsEncrypt #ACME #hostname