
windows - Current date in the file name - Server Fault
Jun 1, 2009 · I have scheduled backup script that makes the database dump. How can I add the date timestamp to the file name? I am talking about Windows and CMD.
How can I configure my DNS settings on Debian 12?
Oct 7, 2023 · I'm trying to change my DNS settings on my Debian 12 VPS, and by this I mean, I want to use a public resolver like 1.1.1.1 instead of my VPS host's resolver. I remember in Debian 11 I could …
Active Directory Domain where FQDN and NetBIOS name are the same
Jun 6, 2017 · 2 I have "inherited" an ancient domain (NT4, then upgraded to Win2000 Mixed Mode and now running on Win2003) where the NetBIOS name coincides with the DNS/FQDN one, and this is …
How do registrars register authoritative name servers with root name ...
May 6, 2015 · I understand that domain name registrars, for each domain they manage, register the authoritative name servers for that domain with its top-level root name server. My question is: how do …
linux - ps show column name - Server Fault
Apr 1, 2015 · ps show column name Ask Question Asked 10 years, 9 months ago Modified 3 years, 3 months ago
Can someone please explain Windows Service Principle Names (SPNs ...
A Service Principal Name is a concept from Kerberos. It's an identifier for a particular service offered by a particular host within an authentication domain. The common form for SPNs is service class / fqdn …
windows - Resolve host name from IP address - Server Fault
Oct 13, 2009 · I'm looking for a command line tool which gets an IP address and returns the host name, for Windows.
Getting the "fully qualified canonical domain name" in Linux server
Jan 30, 2018 · 5 I'm following a guide on setting up SSO for SAP HANA. Part of the requirements are that I find the "fully qualified canonical domain name" of the HANA server I've created. I have access …
Point multiple IP addresses to a single host name - Server Fault
This file allows us to default a specific IP address to a host name. The issue now is whether I can set multiple IP addresses to a host name. For example, can I do something like this: 192.168.244.128 …
ubuntu - associate name with ip for ssh? - Server Fault
Dec 21, 2010 · If you only want the name for ssh and ssh only, you can add a name to your ssh config in ~/.ssh/config As an example, your config file could look like this: Host database HostName <real IP …