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

DHCP Config on Enterasys Core Layer-3 Switch

# Setting ip helper-address to enable all VLANS to be able to access Internal DNS…

CCIE Exam Day Overview

1. Network Principles 2. Layer 2 Technologies: LAN switching & WAN Circuits, layer 2 multicast…

HP Procurve Configure Time and Default Gateway

#configure gateway and NTPip default-gateway 10.10.10.1timesync sntpsntp unicastsntp 30# These are ntp.org servers for North…