William Jacoby

Results 30 comments of William Jacoby

> I've got a _Bash_ function to extract URLs of **up-to-date** [Ubuntu mirrors](https://launchpad.net/ubuntu/+archivemirrors) below. > > ```shell > function ubuntu-mirror { > PROTOCOL="$1" > str='s/.*href="\(' > str+=$PROTOCOL > str+=':\/\/.*\)"/\1/p' >...

> ``` > MIRRORS="( '" > MIRRORS+=$(ubuntu-mirror https | awk -vRS='' -vOFS=', ' '$1=$1') > MIRRORS+="' )" > ``` So this part also goes into .profile?

> > So this part also goes into .profile? > > Actually, both parts. Then we export MIRRORS(?): export MIRRORS

@rucksman @MatthewVance Not sure if this will help but from pihole.net: https://github.com/pi-hole/docker-pi-hole#installing-on-ubuntu tl;dr ``` sudo sed -r -i.orig 's/#?DNSStubListener=yes/DNSStubListener=no/g' /etc/systemd/resolved.conf sudo sh -c 'rm /etc/resolv.conf && ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf'...

I agree. Just reorganizing my instance of dockers. And didn't realize there wasn't persistence on this container. Lost everything. :(

Of course, as you can see my working line starts with "xdotool".

@xtonousou #16 Done. I assumed you only wanted the xdotool change. If you wanted the inactive/active change, I can push that as well, but I went through 15-20 images before...

Have you tried this docker image? https://hub.docker.com/r/linuxserver/photoshow

Maybe add various notification platforms via [https://github.com/caronc/apprise](https://github.com/caronc/apprise) Doesn't fit my personal single user usage but would be good for multi-user setup.

Having mkcert would be awesome as some of my homelab is local only.