Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

b4iterdev/chrome-remote-desktop-install-script-ggcolab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

chrome-remote-desktop-install-script-ggcolab

Install Chrome Remote Desktop on Google Collab

This script was forked from alok676875 RDP repo (/~https://github.com/alok676875/RDP/) with more detail about user credentials and more useful information provided.

How to use ?

Paste this to new collab notes and execute:

! wget https://raw.githubusercontent.com/b4iterdev/chrome-remote-desktop-install-script-ggcolab/main/CRD.sh &> /dev/null
! chmod +x CRD.sh
! ./CRD.sh

This will create a new username b4iterdev with password:b4iter,then install xfce and chrome remote desktop server

You might want to change b4iterdev's password using "passwd" (without quotes and sudo)

You can also change root user password using "sudo passwd" (without quotes)

And you now have a free VPS (lol)

NOTE: b4iterdev's password is: b4iter (stop asking me for this)

Prevent from disconnecting.

You can keep your session running by creating a new code block (Ctrl+ M B) and put:

while True:pass

and execute on the same notes.

Or use javascript by opening developer console (Ctrl+Shift+I) and type this:

function ClickConnect(){
    console.log("Working"); 
    document.querySelector("colab-toolbar-button#connect").click() 
}
setInterval(ClickConnect,60000)

About

Install Chrome Remote Desktop on Google Collab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages