| Coming from the Windows world, I've had nothing but frustration trying to manage the one Ubuntu box that I have running on EC2. The OS and desktop seems workable, but the tools available to interact with it are simply not there. An example: I VNC into the box, pull up a file in the editor, head back to my Windows machine, copy some text, head back to the Ubuntu box, hit "paste". Nothing happens. [skip forward past 4 hours of frustration, trying to get copy/paste working]. Still no luck. All I can find is random posts on the internet saying essentially either "you can't do that". Or, "that's easy, just..." followed by 24 steps of command line interaction to get it working on one specific configuration (that I don't have). Another example: Trying to transfer files back & forth between my windows machine and a remote box running Ubuntu. Same 4 hours of frustration. Same complete lack of progress. I realize that you guys probably don't consider this to be a Ubuntu problem. That it's just an issue with 3rd party tools. And that it's simply a case of one of your users who doesn't know what he's doing. Those last two things are undoubtedly true, but the first one definitely is not. This is your problem. If you want people like me using your OS for their servers, you need to give us tools to do it. Connecting to a remote Windows server lets me step seamlessly into it via Remote Desktop. Copy/Paste works correctly without me ever having to think about it. I can even see my local file system on the remote box and vice versa. That's the standard we're accustomed to in the Windows world, so that's what you're going to need to match if you want us using your OS. If you can get that working, I'm there. I realize it will probably involve you guys releasing your own VNC client and your own SSH Tunneling thing, and otherwise reinventing the wheel half a dozen times. But it will reduce friction for people who want to use your stuff. And as far as I can tell, that's what you want. |
Honestly, your life will be dramatically improved if you spend 30 minutes getting comfortable with the commandline, the bare-bones-basics of vim and SSH/SCP. Copy/paste and file transfers are solved problems with PuTTY and Filezilla.
(In my personal life I am a total Linux/BSD user, but professionally I am a .Net dev who deploys to Linux on EC2 from Windows, so I have a little bit of standing to speak!)