¿ªÔÆÌåÓý

Re: HamPi 1.3 (March 2021) Released


 

Dave,
Consider the following change to .bash_local

From
# TO PERMIT LAUNCHING X-WINDOWS APPS FROM TERMINAL
export DISPLAY=:0


# TO PERMIT LAUNCHING X-WINDOWS APPS FROM TERMINAL
if [ -z "$DISPLAY" ]; then
??????? export DISPLAY=:0
fi

This will allow folks to ssh in and tunnel X traffic.?

Aug
AG5AT

Join [email protected] to automatically receive all group messages.