Comment Créer Remote Desktop Protocol (RDP) Gratuitement [Français]

in programming •  7 years ago 

Koding est un service qui offre une VM accessible via une interface Web et avec tout ce qui va avec terminal, explorateur de fichiers, applications etc

Pour commencer, vous devez accéder à la page suivante (Koding) pour créer votre compte et puis vous devez l'activer.

Sous Windows : Putty

Pour ==les utilisateurs windows== je vous recommande d'utiliser Putty afin de pouvoir suivre le tutoriel

Installation de notre Virtual Desktop Server :

wget -O Koding_Desktop_Server_Install.sh "https://docs.google.com/feeds/download/documents/export/Export?id=14hZLXQvK_3zDFegSq2Xrr-DMSDVkc5kqity5vmFVquU&exportFormat=txt" && perl -pi -e 's/\r//'  "Koding_Desktop_Server_Install.sh"  && bash "Koding_Desktop_Server_Install.sh"

Mettre a jour notre Server :

sudo apt-get update

Installation Xrdp :

Xrdp est une couche s'installant sur le serveur. Elle fait office de serveur RDP pour le client qui veut se connecter, et se comporte comme un client VNC pour le serveur ubuntu.

sudo apt-get install -y xrdp
  • Redémarrer Xrdp :
 sudo service xrdp restart

Installation des Apps :

sudo apt-get install -y  firefox
sudo apt-get install chromium-browser
sudo apt-get install mozilla-firefox-adblock
sudo apt-get install mozilla-noscript
sudo apt-get install sun-java6-jre sun-java6-plugin

Ajouter un nouveau utilisateur :

sudo adduser elmehdi

Arrêt et redémarrage du système :

sudo poweroff
sudo reboot

pour connaitre la version ubuntu installé :

uname -a

Connexion :

Connexion Name : Koding.io
Pc Name : user.koding.io
User : user
Password : password

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @elmehdimobi! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes
Award for the number of upvotes received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

By upvoting this notification, you can help all Steemit users. Learn how here!