This page (revision-7) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 23-Apr-2022 17:05 2 KB Harry Metske to previous
6 23-Apr-2022 17:05 2 KB Harry Metske to previous | to last
5 23-Apr-2022 17:05 2 KB Harry Metske to previous | to last
4 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
3 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
1 23-Apr-2022 17:05 1001 bytes Harry Metske to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 19 added 41 lines
Also tested with 2 screens, all works fine.
!! Wifi fix
See [http://30minparjour.la-bnbox.fr/blog/2017/02/17/enable-wifi-on-a-dell-e7470-laptop/]
{{{
lshw -C network
vim /etc/apt/sources.list
apt update
apt install firmware-iwlwifi
modprobe -r iwlwifi
modprobe iwlwifi
iwconfig
}}}
!! Mousepad fix
The soft tap did not work, so :
{{{
modprobe -r psmouse
modprobe psmouse proto=imps
}}}
To persist this, create file {{/etc/modprobe.conf/psmouse.conf}} with content {{options psmouse proto=imps}}
!! Citrix install
Download web package 13.6 from the citrix site. Trust one more cert :
{{{
ln -s /usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt DigiCert_High_Assurance_EV_Root_CA.crt
}}}
And it works, amazing !
!! F5 VPN firefox plugin
It is already know that F5 has a firefox plugin, but that only works up until firefox version 49, and we now have 52. Native client is available, but does not support MFA (SMS).
So we are stuck here....
Well, I apt removed firefox-esr, and copied /usr/lib/firefox/ and symlinked /usr/bin/firefox to /usr/lib/firefox/firefox.sh, and that one still works.