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

Enterasys Route Policies

How to Configure A Route Map to Restrict OSPF Routes On Enterasys Chassis Switchesrouterconfigip access-list…

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…

Linux: How to Change Hostname

There are 3 methods:1. hostnamectl command : using systemctl (recommended and shown at the bottom…