Guest User

Untitled

a guest
Oct 17th, 2017
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. started connecting
  2. connecting to 127.0.0.1 3350
  3. tcp connected
  4.  
  5. #!/bin/sh
  6.  
  7. if [ -r /etc/default/locale ]; then
  8. . /etc/default/locale
  9. export LANG LANGUAGE
  10. fi
  11.  
  12. . /etc/X11/Xsession
  13.  
  14. mate-session
  15.  
  16. [xrdp1]
  17. name=sesman-Xvnc
  18. lib=libvnc.so
  19. username=ask
  20. password=ask
  21. ip=127.0.0.1
  22. port=ask3350
  23.  
  24. netstat -an | grep "LISTEN" | grep ":3350"
  25. tcp 0 0 127.0.0.1:3350 0.0.0.0:* LISTEN
  26.  
  27. ps axf | grep xrdp
  28. 1058 ? Sl 69:09 /usr/sbin/xrdp
  29. 1096 ? S 0:00 /usr/sbin/xrdp-sesman
  30. 1946 ? S 0:00 _ /usr/sbin/xrdp-sessvc 1949 1948
  31. 1953 ? Sl 0:00 _ xrdp-chansrv
  32. 14406 pts/8 S+ 0:00 _ grep --color=auto xrdp
  33.  
  34. netstat -an | grep tcp
  35.  
  36. [xrdp1]
  37. name=sesman-Xvnc
  38. lib=libvnc.so
  39. username=ask
  40. password=ask
  41. ip=127.0.0.1
  42. port=ask5910
Add Comment
Please, Sign In to add comment