(no title)
ody4242 | 3 years ago
Copy/paste works flawlessly through the VDI into the putty session, so I usually just uuencode my blob, and copy it to destination cluster and uudecode there, instead of uploading the file to the VDI, then pscp to the bastion host, and then scp to the destination cluster. (I know of zmodem, port forwarding and such, none of this is allowed...)
ntoskrnl|3 years ago
sandermvanvliet|3 years ago
Once upon a time at $workplace we had a production and development LAN and we had two PC’s sitting on our desks, one for prod and one for dev.
Now there was a special SMB share to move stuff between the two networks but trying to copy something from one Pc to the other was tedious.
So of course I wrote a magic clipboard utility that used a file on that SMB share as the clipboard “storage”. Running the utility on both PCs allowed me to use copy-paste between the two PCs…
johnwalkr|3 years ago