Jump to content

Cloud PC with VM support?

Go to solution Solved by wasab,
12 hours ago, JuggerClutch said:

I use RD Client, an app that I can connect it on Android

try the google cloud f1-micro

Some Context: I've been learning and teaching myself how to code Python and Processing a couple of months now. I don't have a PC, so I'm running a free tier Amazon EC2 Windows instance on my Android using RD Client. Running Python and some simple Processing scripts is fine but I want to run more complex scripts but I am unable to due to hardware limitations (according to what I understand from the error codes at least). Due to my current financial situation I have no access to a PC for now (currently looking at a $100 dollar used laptop but still saving up)

 

So is there a Cloud PC service that offer free trials so I can keep learning? As long it's slightly powerful than the Windows instance it's fine and I'll make do. I've looked at Loud PC and Shadow but it doesn't look like they offer free trials.

 

Also, I'm not sure if this even the correct place to post, please say something if its is.

Thanks.

 

Link to comment
https://linustechtips.com/topic/1481187-cloud-pc-with-vm-support/
Share on other sites

Link to post
Share on other sites

11 hours ago, whispous said:

Web hosting will not offer VM services, but a VPS might.

Why does he need a VM ? He could have the code saved and running on the web hosting, then use FTP / SFTP client, cPanel editor or even install https://github.com/eclipse-theia/theia or https://github.com/Atheos/Atheos on the web server .

oooor , SSH into the web hosting and program in Vim

Link to post
Share on other sites

11 hours ago, whispous said:

6ldAgeg.png

 

That, and Web hosting doesn't always, or even often provide access to the tools he would like to use.

Fair enough. You're answering the OP subject and  in that case you're right.

On the other hand, i'm answering the "problem" . I think he's assuming a VM is needed, but the OP description paints another picture.

If he can't afford the software and/or hardware of proper dev env, then I think a free cloud VM is the wrong solution as he's learning. If he's looking for more resources to run bigger scripts, then a cheap web hosting should do the trick.

If a VM is really needed for some reason, then that's not clear in the post description. 

Link to post
Share on other sites

1 hour ago, MichaelHabib said:

Fair enough. You're answering the OP subject and  in that case you're right.

On the other hand, i'm answering the "problem" . I think he's assuming a VM is needed, but the OP description paints another picture.

If he can't afford the software and/or hardware of proper dev env, then I think a free cloud VM is the wrong solution as he's learning. If he's looking for more resources to run bigger scripts, then a cheap web hosting should do the trick.

If a VM is really needed for some reason, then that's not clear in the post description. 

Can I run something like a Windows instance? I'm more comfortable with Windows or is there another way to run my more complex scripts?

 

I was using a Windows instance because I thought that was the easiest way to run my scripts but the free instance from Amazon's EC2 isn't that powerful enough to run my scripts anymore.

Link to post
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×