About 54 results
Open links in new tab
  1. 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.

  2. 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.

  3. Find name of Active Directory domain controller - Server Fault

    Oct 25, 2009 · How can I find out the name/IP address of the AD domain controller on my network?

  4. 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 …

  5. Can someone please explain Windows Service Principle Names …

    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 …

  6. Filename length limits on linux? - Server Fault

    May 18, 2009 · I refer to other answers, please upvote them. Are there any filename or path length limits on Linux? Yes, filename and pathname lengths are limited by : file-system limits …

  7. r - Produce a list of variable name in a for loop, then assign values ...

    Produce a list of variable name in a for loop, then assign values to them Ask Question Asked 14 years, 7 months ago Modified 12 years, 4 months ago

  8. Is there a name based virtual host SSH reverse proxy?

    May 24, 2015 · Since a secret hostname is fundamentally incompatible with the operation of a name based proxy, don't expect to see an official SNI extension for the SSH protocol anytime …

  9. name resolution by name in /etc/hosts - Server Fault

    You cannot point a name at another name. You could still use /etc/hosts, but you'll have to script up resolving the name to an IP and modifying /etc/hosts with that IP or do the work ahead of …

  10. How to filter journalctl output by process name? - Server Fault

    Jul 25, 2018 · When a process logs to systemd, its process name is recorded and displayed as identifier in the journalctl output. $ systemd-cat echo "test" $ journalctl -f -- Logs begin at Sat …