Jump to content

Connected by Remmina; installed python...now??


SShowtime

Recommended Posts

to tell the truth i don't know very well what i'm doing,

i connected with remmina, i installed python, but beyond it struggle

1) I wanted an online space where I could run python programs remotely .... is this the case?

2) I am connected with ssh but look like  that you need FTP to upload files (True???)

3) I have some flask content ... very basic ... can I load it and make it visible to a certain domain?

4) Is there a chance to get a remote desktop GUI? Where i can transport file with ctrl+C/V from my local PC??

thanks sorry for the confusion

python remmina.png

Link to comment
Share on other sites

1) Yes, you can run your Python programs remotely. You can run them even when you log off in a tmux window or as a systemd service since it appears that VPS69 is running Ubuntu.

2) You can use FTP/SFTP to move files to your server. Alternatively, you can just use the scp command to move files.

3) There are a couple of ways to make flask content showup on a domain. You can just tell flask to run on port 80 or 443 (you'll need to run it with sudo if you do this). You could also use nginx or apache or manage your flask content. This might be harder to do depending on your familiarity/comfortability with the command line. Either way, you would need to also add an A record to your VPS where you control your domain's DNS.

4) You would have to install a remote desktop server on your VPS. I personally wouldn't recommend it for your use case though since in my eyes, it's just a waste of system resources.

 

There are plenty of guides online to do what you've asked for in your post. I'm sure there are also community members that can provide pointers, but ultimately you'll have to learn on your own since no one is going to hold your hand forever.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...