Advertisement
rock6064

Xrdp

Sep 5th, 2019
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ------Change Password------
  2. passwd
  3.  
  4. -----Install Xrdp-------
  5.  
  6. sudo apt-get update -y && sudo apt-get install xrdp -y && sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh && sudo /etc/init.d/xrdp restart
  7.  
  8.  
  9. sudo apt-get update -y
  10. sudo apt-get install xrdp -y
  11. sudo apt-get install xfce4 -y
  12. sudo apt-get install xfce4-terminal -y
  13. sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh
  14. sudo /etc/init.d/xrdp restart
  15.  
  16.  
  17. ------Install ngrok------
  18. wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
  19.  
  20.  
  21. -------Install Firefox------
  22. sudo apt-get -y install iceweasel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement