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

Linux: A Quick Sequence of Starting and Stopping an App

Check to see if SeaHorse is broken kimconnect@nuc:# seahorseGtk-Message: 08:52:44.606: Failed to load module "canberra-gtk-module"Gtk-Message:…

Dual DHCP Servers on Microsoft Windows

Requirements:- Windows 2012 Server1. Export from SERVER1netsh dhcp server export \\FILESERVER01\IT\scripts\dhcp.txt all2. Import to SERVER2Add-WindowsFeature…

How to Check System Temperature on Ubuntu 21.04

# Install sensors sudo apt update -y sudo apt install lm-sensors hddtemp -y # Setup…