
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 …
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 …
Ensure Macs get correct machine name from DHCP? - Server Fault
May 17, 2009 · I have a problem in our network where our Mac's occasionally get given the wrong machine name while, I guess, getting a new DHCP lease. The DHCP servers are Windows based - …
Choose identity from ssh-agent by file name - Server Fault
Jun 24, 2012 · What I need is a possibility to select an identity from ssh-agent by file name, so that I can easily select the right key using .ssh/config or by passing -i /path/to/original/key, even on a remote …
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 …
Store file in zip archive with different name (linux command shell)
May 31, 2009 · 15 In a linux command line, you zip a file by: zip -mqj archive.zip file.txt Now, I need to store 'file.txt' as 'file2.txt' in 'archive.zip', without renaming the file before zipping. When unzipped, the …