15%
02.08.2022
OS), and secure shell (SSH), secure copy (SCP), Windows Remote Management (WinRM), and other popular authentication methods (password, public key) connect to the remote node. According to the developers
15%
04.04.2023
everyone else is doing. One company brought remote workers back into their offices, and then every tech company brought their workers back into their offices. When one company decides to rehire the people
15%
30.05.2021
), Microsoft Azure, and Google Cloud Platform (GCP) or with the target environments and systems over SSH and Windows Remote Management (WinRM). Chef InSpec takes care of continuous verification.
In addition
15%
11.02.2016
commands are logged in logfile.
backup
The backup lines define the directories to be backed up. It is also possible to use a remote path (accessible via SSH).
cmd_ssh
Path
15%
30.01.2020
'...
remote: Enumerating objects: 50, done.
remote: Counting objects: 100% (50/50), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 2955 (delta 6), reused 43 (delta 5), pack-reused 2905
15%
02.03.2018
that phone conversation way back in 1999. He never paid back the favor, and I'm sure if you ask him now, he thinks he found Webmin on his own.
Sure, I have other favorites such as Fing, arp-scan, PHP, Remote
15%
11.04.2016
will see several times.
If you use multiple federated servers on your farm and want to populate the local administrator's group on the servers centrally and remotely, the Sysinternals PsExec.exe PSTools
15%
04.12.2024
and remote direct memory access (RDMA) when they consider NVMe-oF for enabling access to devices over the network. Both a special network configuration and suitable hardware are required. None of these factors
15%
26.01.2025
anything" is something I don't miss. I'll leave that realm to the younger, more patient souls among us.
These days I'd rather deal with the cold blinking cursor that has nothing to say. Working remotely, I
15%
30.01.2024
if there are new changes
update_and_deploy() {
cd $LOCAL_DIR
git fetch origin
# Check if there are new commits
LOCAL=$(git rev-parse @)
REMOTE=$(git rev-parse @{u})
if [ $LOCAL != $REMOTE