Monday, December 24, 2018

xterm: bad command line option "-eperl"

Issue: xterm: bad command line option

fix: 1) the adautostg.pl had a missing space in the xterm command - $cmd = "xterm "." -e". "perl ".$ENV{'TEMP'}.$dirsep."staging".$dirsep."adautostg.pl "; Changed this to: $cmd = "xterm "." -e". " perl ".$ENV{'TEMP'}.$dirsep."staging".$dirsep."adautostg.pl ";

apt-key warning when sudo apt update run

Issue: apt-key warning when sudo apt update run Update below file: cat /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list ...