Linux

Running WebEx under Wayland

Submitted by Falken on

You need to set it's launch options to have the environment variables

GDK_BACKEND=x11 QT_QPA_PLATFORM=xcb

and launch command line options 

-u WAYLAND_DISPLAY /opt/Webex/bin/CiscoCollabHost %U

The KDE Menu Editor showing how to apply the required settings
Sections

The end of btrfs

Submitted by Falken on

Well that's the end of btrfs for me; barely a month in it's shat itself and taken my /home with it.

I've lived this long without metadata checksum and snapshot...

I was able to extract a list of trees, even though it wouldn't mount, even with the various recovery options, using

btrfs-find-root /dev/mapper/vgkubuntu-home 

This will split out a bunch 'well' things. I got lucky and when I passed the number of one of those to

Sections

Monitoring Powerline speeds ( TP-Link TL-WPA8630P, TL-PA8033PKIT, AV1300)

Submitted by Falken on

Get or compile https://github.com/qca/open-plc-utils in particular `plcstat`

For some reason it only reports devices other than the one connected to, so you will need at least two machines to monitor the whole network, and it has to be run as root.

So I have two root crontab's that sync to the same place the results of `....plcstat -i wlan0 -t` which looks like

Sections