
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.
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?
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 …
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 …
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 …
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
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, …
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 2018-02-24 …