Posted On April 1, 2019

Install Remote Desktop on Lubuntu & Wireshark

kimconnect 0 comments
blog.KimConnect.com >> Linux , Networking >> Install Remote Desktop on Lubuntu & Wireshark

Update May 2020: Current versions of Ubuntu / Redhat 20.04 contain broken xrdp packages. Thus, these lines no longer work.

sudo apt-get update
sudo apt-get install xrdp xorgxrdp
echo lxsession -s Lubuntu -e LXDE > ~/.xsession
sudo service xrdp restart
---------------------------------
sudo apt-get install wireshark
sudo dpkg-reconfigure wireshark-common
[select 'Yes' to allow all users to use wireshark]
sudo usermod -a -G wireshark $USER
sudo reboot

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

HP Procurve Router: ACL Routing & OSPF

General ACL application------------------------------------------------------------------------ip access-list extended <NAME>deny ip <SOURCE>/<mask> <destination>/mask logpermit ip any any# There is…

NextCloud Container PHP Memory Issue as Deployed via Kubernetes

Most common example:Below is a raw text paste of an exercise in resolving the issue…

HP Procurve Firmware Update

1. Obtain Switch SoftwareJ9533A "5406zl" K.15.16.0005 ==> K.15.18.0016 ==> K.16.02.0019J9729A "2920-48G PoE": WB.15.11.0007 ==> WB.15.15.0014…