Tagged Questions
2
votes
2answers
223 views
Unix and Cloud Computing
I have had this question for a long time. The "new" thing now is cloud computing. Files stored online, processing done on other machines online etc etc.. I have been working on a project for a while, ...
0
votes
3answers
788 views
x windows in a browser. ajaxterm but with X
ajaxterm is a terminal that works in a web browser
is there a similar solution for x windows?
if i'm in a library or on a netbook i can't use vnc, but every computer has a browser. so is there a ...
2
votes
2answers
3k views
Mounting an Amazon EC2 instance on Mac OS X
I've got public key authentication working between my Mac OS X and an Amazon EC2 instance so that from the command-line I can just type the following and it works:
ssh root@[IPAddressOfEC2Instance]
...