Search Results

Search: Posts Made By: UnknownGuy
1,502
Posted By nezabudka
Hi How about install dateutils ? datediff...
Hi
How about install dateutils ?
datediff 2020-03-04 2020-05-26
83
3,637
Posted By Neo
I use basic port scan tools; as all sys admins...
I use basic port scan tools; as all sys admins should do port scans from time-to-time to check open ports (basic IT security).

From a quick Goggle search:


8 Port Scanner Tools for Network...
6,011
Posted By vbe
Just replace your ls by what you want to do, in...
Just replace your ls by what you want to do, in your one liner above...
2,990
Posted By RudiC
How about scp $StatusFile $user@$log02:$scppath...
How about
scp $StatusFile $user@$log02:$scppath
((RES+=$?))
scp $StatusFile $user@$log01:$scppath
((RES+=$?))
if [ "$RES" -ne 0 ]
then echo "$day $RES file transfer failed over network."
...
7,216
Posted By foad
1) use remote procedure calls: you will have to...
1) use remote procedure calls: you will have to write a program, it will be insecure and, frankly, i wouldn't want it in my data center, but it avoids ssh.


2) use telnet (or is this too similar...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 08:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy