Which tools should I use to work efficiently on a remote server?
        Posted  
        
            by 
                Konstantin
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Konstantin
        
        
        
        Published on 2012-10-19T23:25:04Z
        Indexed on 
            2012/10/20
            5:06 UTC
        
        
        Read the original article
        Hit count: 671
        
I rented a virtual ubuntu server and am trying to setup a web application. I am working from ubuntu.
I know how to use the command line, but it is slow and as a visual person, I prefer graphical interfaces. So I connected with nautilus via ssh and was now able to browse the directories graphically. But my permissions are just those of "other", so I cannot do much without o+rwx.
What tools do you use to do setup and administrate your servers? Should I write code locally rather then directly on the server and rsync it?
EDIT: It is NOT a production server, I am simply fiddling around there.
© Server Fault or respective owner