
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.
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.
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 …
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?
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 as stated by …
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 …
set private name server on Hetzner cloud - Server Fault
Mar 8, 2020 · The name servers must be in at least two topologically separate networks. A network is defined as an origin autonomous system in the BGP routing table. The requirement is assessed …
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 soon. A real …
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 time, …
linux - Process without name - Server Fault
Sep 13, 2018 · I have a web server, due to an outdated Wordpress some hacker uploaded a webshell. Throught it, he launched a process but the ps command is not showing any name for the process: …