I am finished with suse notwithstanding an accessible install podcast becoming available that's understandable. It appears from my investigation that their installation system you bring up on boot blocks any accessibility software from being installed or started so an accessible install can get done with either leap or tumbleweed. It's not a complete waste though. I wrote a little script which is now set to get opensuse leap but can be set to get anything else off the net with wget. Some error on line 6 about too many arguments is speaking in the final output but other than that the script works. #!/usr/bin/env bash # file: getsuse.sh - get full suse version URL="http://mirror.math.princeton.edu/pub/opensuse-full/opensuse/distribution/leap/15.2/iso/openSUSE-Leap-15.2-DVD-x86_64.iso" SAVED='' wget -bc $URL while [ -z $SAVED ]; do SAVED=`grep -i saved wget-log` done wc -l wget-log && grep -i saved wget-log rm wget-log On Sat, 15 May 2021, Linux for blind general discussion wrote: > > > ---------- Forwarded message ---------- > Date: Thu, 13 May 2021 16:05:17 > From: Jude DaShiell <dashielljude@xxxxxxxxx> > To: fidel.viegas@xxxxxxxxx, peter youssef <kingtut41@xxxxxxxxx>, > Joel Ralon <jralon@xxxxxxxxxxx>, Jude DaShiell <jdashiel@xxxxxxxxx> > Subject: InfoWorld: 11 tips for speeding up Python programs > > InfoWorld: 11 tips for speeding up Python programs. > https://www.infoworld.com/article/3044088/11-tips-for-speeding-up-python-programs.html > > _______________________________________________ > Blinux-list mailing list > Blinux-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/blinux-list > > _______________________________________________ Blinux-list mailing list Blinux-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/blinux-list