On 17/06/17 20:17, Tom Horsley wrote:
I wonder if it is remotely related to this bug?
https://bugzilla.redhat.com/show_bug.cgi?id=1350390
If I happen to cross over a virt-viewer window on my way
to some other window, the virt-viewer keeps the keyboard
focus. (Probably not the same, other than o
gnome-password-generator will not be available in the Fedora repos for F26 and
later. Do the repos contain a good replacement?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
On 06/18/2017 11:25 AM, Andre Robatino wrote:
gnome-password-generator will not be available in the Fedora repos for F26 and
later. Do the repos contain a good replacement?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an
On Sun, 18 Jun 2017 17:25:41 -
"Andre Robatino" wrote:
> gnome-password-generator will not be available in the Fedora repos
> for F26 and later. Do the repos contain a good replacement?
It doesn't have a gui that I know of, but I use pwgen from the Fedora
repositories. It warns that the pas
I recently became aware that the default umask for Fedora is 022 when
it caused problems for me that I had a different umask. This seems like
an anachronism, a relic of a kinder, gentler time, when the computing
atmosphere was more collegiate. Is it really appropriate that new
files be created for
On Sun, Jun 18, 2017 at 12:19:46PM -0600, JD wrote:
> gnome project keeps doing things that disable the user.
This seems... unnecssary. No one in GNOME is "disabling the user".
Remember that Fedora — like GNOME, for that matter — is maintained by
volunteers. For whatever reason, this package is ma
Thanks. I had actually installed pwgen a few months ago, but it looked like the
passwords weren't strong enough. gnome-password-generator has a Character set
option "All printable (excluding space)". It appears that "pwgen -sy 30 1", for
example, does just that, and "pwgen -s 30 1" is the same a
On Sun, Jun 18, 2017 at 01:24:17PM -0700, stan wrote:
> I recently became aware that the default umask for Fedora is 022 when
> it caused problems for me that I had a different umask. This seems like
> an anachronism, a relic of a kinder, gentler time, when the computing
> atmosphere was more colle
BTW, just noticed a bug. pwgen doesn't have an option to use numbers only (for
creating PINs) so I tried to use "pwgen -n 1" to generate a sequence of random
digits. But all of the 1-character passwords are lower-case letters, no digits.
Filed https://bugzilla.redhat.com/show_bug.cgi?id=1462557
On 06/19/17 04:24, stan wrote:
> I recently became aware that the default umask for Fedora is 022 when
> it caused problems for me that I had a different umask. This seems like
> an anachronism, a relic of a kinder, gentler time, when the computing
> atmosphere was more collegiate. Is it really ap
On 18Jun2017 13:24, stan wrote:
I recently became aware that the default umask for Fedora is 022 when
it caused problems for me that I had a different umask. This seems like
an anachronism, a relic of a kinder, gentler time, when the computing
atmosphere was more collegiate. Is it really approp
On Sun, 18 Jun 2017 17:11:11 -0400
Jon LaBadie wrote:
> Minor correction, a umask 022 will set execute on new directories
> (drwxr-xr-x), but not new files. They would be -rw-r--r--.
Not so minor! Thanks.
___
users mailing list -- users@lists.fedorap
makepasswd also looks useful. It's clumsier to use, but more flexible. You use
the -c option followed by a string to specify the exact set of allowed
characters. The following prints all of the 94 non-space printable characters:
for (( c=33; c<=126; c++ )); do printf "\x$(printf %x $c)"; done
w
JD wrote:
>> gnome project keeps doing things that disable the user.
Matthew Miller:
> This seems... unnecssary.
Though, I'd say it's accurate.
You could build up a list of things that keep getting removed from your
control in Gnome. I'm not going to attempt to build up an extensive
one, but a
On Sun, 18 Jun 2017 20:55:08 -
"Andre Robatino" wrote:
> Thanks. I had actually installed pwgen a few months ago, but it
> looked like the passwords weren't strong enough.
> gnome-password-generator has a Character set option "All printable
> (excluding space)". It appears that "pwgen -sy 30
On Mon, 19 Jun 2017 05:49:20 +0800
Ed Greshko wrote:
> You haven't described your environment. Without that knowledge any
> advice on umask is questionable. Remember, umask isn't, and never
> was, intended to be a high security mechanism.
Home workstation with no web facing services. I could
On 06/18/2017 07:03 PM, Tim wrote:
1. Used to be able to customise GDM, can't anymore without serious
hacking.
2. Used to be able to have screensavers, now you have to bodge in
something else.
3. Used to have decent control of the audio mixer, now there's
Not able to control the maximize control on my firefox web browser. If I
unmaximize the browser and close it out. When I log back on, it
automatically goes to maximize. Can anybody help with this matter? Am I
reporting to the list?
--
All things are workable but don't all things work.
Prov. 3
Many websites don't allow even 30 chars. One of the important ones I use allows
only 16 characters (and no 2FA option), but happens to allow special
characters. Using the largest possible character set is the only way to shore
that up.
___
users mailin
On Sun, 2017-06-18 at 19:13 -0700, stan wrote:
> I think it isn't necessary to have all those special characters in
> order to have strong passwords.
I completely agree, it's just as impossible to guess that a password is
"$#DfSGxS" than "sickturtlepyjamas", and I know which one is easier to
remem
> On Sun, 2017-06-18 at 19:13 -0700, stan wrote:
>
> I completely agree, it's just as impossible to guess that a password is
> "$#DfSGxS" than "sickturtlepyjamas", and I know which one is easier
> to
> remember and type. With the peculiar password rules, I have no choice
> to but to do the insecu
Andre Robatino:
> If you use a password manager, you can use a different strong random
> password for each site, and copy and paste it. Fifty characters is
> just as easy as 8, and means you don't have to worry about changing
> the password again (unless a website like Socialsecurity.gov forces
> y
On 18.06.2017, stan wrote:
> It doesn't have a gui that I know of, but I use pwgen from the Fedora
> repositories. It warns that the passwords are less secure than fully
> random passwords
Pwgen uses /dev/urandom, so the statement that those passwords are
less secure than "fully" random passwor
23 matches
Mail list logo