PROCEDURE TO SETUP LINUX


SUBMITTED BY: ahlui88

DATE: July 2, 2019, 4:05 p.m.

UPDATED: July 9, 2019, 3:23 p.m.

FORMAT: Text only

SIZE: 903 Bytes

HITS: 450

  1. UBUNTU 16.04
  2. apt-get update
  3. apt-get upgrade -y
  4. apt-get install xorg -y
  5. apt-get install xrdp -y
  6. apt-get install lxde -y
  7. apt-get install firefox -y
  8. sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon -y
  9. echo xfce4-session >~/.xsession
  10. sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n mate-session \n' /etc/xrdp/startwm.sh
  11. sudo service xrdp start
  12. sudo apt-get update
  13. sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1
  14. sudo apt install Canberra-gtk-module
  15. sudo apt install libgconf2-4
  16. sudo apt install libcurl4-openssl-dev
  17. sudo apt install libxss1
  18. Then log into Linux by using GUI, run mstsc for remote desktop
  19. then go to apps, click on H-V (shell script) and A-V
  20. Remember to allow permission for A-V
  21. For auto start these 2 programs, go to control center, startup applications, then add them in
  22. Done for all setup

comments powered by Disqus