Around eight years ago I wrote a blog post about Repetitive Strain Injury entitled The Real Pain of Software Development [part 1]. I soon learned the lesson that it’s a bad idea to have “Part 1” in any blog post unless you’ve already written pa…
I hate code samples in technical books! No seriously, this is bile I’m not afraid to give a permalink to (nor am I afraid to end a sentence with a preposition, so there!). Even the shortest code samples are a pain to type in. And if they show anythi…
I hate code samples in technical books! No seriously, this is bile I’m not afraid to give a permalink to (nor am I afraid to end a sentence with a preposition, so there!). Even the shortest code samples are a pain to type in. And if they show anythi…
One aspect of my job that I love is being able to go in front of other developers, my peers, and give presentations on the technologies that my team and I build. I’m very fortunate to be able to do so, especially given the intense stage fright I used…
Posted on May 18, 2010, 7:10 am, by Haacked, under
Tech.
Here’s a handy tip I just recently learned from the new intern on our team (see, you can learn something from anyone on any given day). I’ve long known you could access your local drives from a remote machine.
For example, start up a remote desktop dialog.
Then expand the dialog by clicking on Options, then check the Local Resources tab.
Make sure Clipboard is checked, and then hit the More… button.
Now you can select a local disk to be shared with the remote machine. For example, in this case I selected my C: drive.
As you can see in the screenshot, the file explorer has another drive named “C on HAACKBOOK” which can be used to copy files back and forth from my local machine to the remote machine.
But here’s the part I didn’t know. Let’s take a look at the desktop of my remote machine, which has a text file named info.txt.
One way I can get that file to my local machine is to copy it to the mapped drive we saw in the previous screenshot.
Or, I can simply drag and drop the info.txt from my remote desktop machine to a folder on my local machine.
So all this time, I had no idea cut and paste operations for files work across remote desktop. This may be obvious for many of you, but it wasn’t to me.