Dan*_*ler 7 browser virtual-machine file-transfer google-compute-engine
如何在VM实例中打开浏览器?以及这有多安全/不安全?
实例是Ubuntu 16.04
我知道访问VM的唯一方法是通过Google在云控制台网站上提供的SSH按钮。
我想定期使用它,以可视方式显示页面并单击鼠标。(以新手的身份对待我,我在Linux和VM上都是全新的。我什至不知道还有另一种控制浏览器的方法)
内容:
I need to download a huge amount of data from websites to my virtual machine on Google Compute Engine.
I know there are solutions on the web to transfer files from my machine, but my internet really sucks, it's not feasible.
I also know there are some commands like wget using copied cookies to download some files.
Even though, I feel I'll be needing to use a browser, especially because I want to use a regular Google Drive interface to transfer my files if I need.
Knowing more about this helps, but the question is "how to open a browser and navigate as if I was a regular newbie, with pages displayed and mouse clicks".
安装桌面
sudo apt-get install ubuntu-desktop
Run Code Online (Sandbox Code Playgroud)
安装VNC服务器
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-16-04
sudo apt-get install xinit
Run Code Online (Sandbox Code Playgroud)
然后运行
startx
Run Code Online (Sandbox Code Playgroud)