Microsoft
Software
Hardware
Network
Question : How do I perform this shell command in reverse?
Hi,
I found the following command which logs into a remote server, zips a file and sends it straight over the network and unzips it on the remote machine in one action, which saves I/O on both machines:
serverA $ gzip -c /file/being/zipped | ssh root@serverB "gunzip -c - > /file/unzipped"
How would I perform this command in reverse? In other words, login in to a remote server, get the remote server to zip and send the file, and then unzip it as it arrives on the local machine?
Thanks
Answer : How do I perform this shell command in reverse?
ssh root@serverB "gzip -c /file/being/zipped " | gunzip -c - > /file/unzipped
Random Solutions
In Oracle Designer, I'm getting this error. RME-00207: Too many open activities (10 maximum).
LVM install
Exchange 2003 Front-End Back-End DMZ Config...
Toshiba e-STUDIO3510c Series PS3 on Citrix Presentation Server 4
Your message has been successfully relayed to the following recipients....
Change Timer Job Definition for alerts in sharepoint central administration
RS 2005 - An error occurred during local report processing and rendering of my report - problem with report header
Sizing SGA after adding extra memory
Bulk insert into an Access table
IMAP Verizon client can't send email through SMTP virtual server