skip to Main Content

Can't get Chrome Remote Desktop running via SSH ubuntu terminal

I'm trying to start running Screaming Frog in the Google Cloud Platform console using the steps on the ScreamingFrog website but I'm having trouble getting the Remote Desktop to run in SSH. Every time I enter DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/0AZEOvhVqPx3gYL01LCIWIK8idzut9v47hRYwL5QWi4EOhDt_JJaO0ZrPLMCs_EiMNacfCQ" --redirect-url="https://remotedesktop.google.com/_/oauthredirect"…

VIEW QUESTION

Ubuntu – Ctrl-C and SSH command

I am trying to make an alias to easily run Jupyter on a remote machine. To this end, I concocted this command: ssh -L 5542:localhost:5542 remote 'cd ipython && .direnv/python-3.8.10/bin/jupyter notebook --no-browser --port 5542' This works perfectly... except for one…

VIEW QUESTION
Back To Top
Search