I've been asked where wget stores the URL. Same place as Chromium, in the
extended attributes. Here is my blog entry recounting my small investigation:
https://green-possum-today.blogspot.com/2018/09/chromechromium-is-storing-url-and.html
This is tangentially related but I found that GNU wget (1.19.5 on my
system) also stores this information, and there is no way to turn it
off; it's not mentioned in the documentation. I wonder what the FSF's
take is on this.
Package: bash
Version: 4.3-11+b1
Severity: normal
Dear Maintainer,
While examining why ~/.bashrc didn't append /usr/sbin:/sbin to $PATH as
advertised at the bottom of the file I found that it had a logic error. It
reads:
[ -z "${PATH##*/sbin*}" ] && PATH=$PATH:/sbin:/usr/sbin
If $PATH doesn't c
3 matches
Mail list logo