Moderator♦ pro tempore on French Language and Usage and Computer Science. I'm also a unix amateur, and a developer with a computer science background and security leanings by trade.
Interested in embedded systems? Join the Embedded Programming and Design proposal!
Avatar picture slightly adapted from a photo by Luridiformis (Zonda Grattus) (except where I use another picture).
|
26m
|
|
awarded | Good Answer |
|
1h
|
|
revised |
Outfile has a strange name edited tags |
|
1h
|
|
revised |
sed command to leave two decimals and remove the rest after comma edited tags |
|
2h
|
|
awarded | Nice Question |
|
2h
|
|
comment |
Finding the path of a negative weight cycle using Bellman-Ford We already have a question on this topic: Getting negative cycle using Bellman Ford. Does that thread answer your question? If not, please edit your question to state what you still need answered. |
|
2h
|
|
revised |
Getting negative cycle using Bellman Ford explicitly reference the paper in case the link dies |
|
12h
|
|
awarded | Nice Answer |
|
17h
|
|
comment |
Should I approve spelling-and-grammar–only suggested edits? @EdwardFalk That only happens if you untick the “edit was helpful” checkbox. Otherwise the two edits are recorded separately. |
|
22h
|
|
awarded | bash |
|
1d
|
|
revised |
Booting grub legacy via qemu using pxe basic formatting; edited tags |
|
1d
|
|
revised |
How to programmatically determine the highest version kernel RPM installed? edited tags |
|
1d
|
|
revised |
How do I let bash autocomplete wildcards? edited tags |
|
1d
|
|
comment |
SSH agent loses keys after logging out I think you can add your SSH keys to the Gnome keyring, and that way you only have to enter your keyring password when you log in. It's a security vs usability compromise. |
|
1d
|
|
comment |
UUOC with ssh file transfer It is a UUOC (useful use of cat). |
|
1d
|
|
revised |
Linux listing files between two date without touch command edited tags |
|
1d
|
|
revised |
Where do I find a list of terminal key codes to remap shortcuts in bash? edited tags; edited tags |
|
1d
|
|
comment |
unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory @minihydra Hmmm, this behavior makes no sense. What's the output of cat /proc/mounts, just to make sure there's nothing bad there? I recommend doing a memory test (choose “memory test” at the boot prompt, let it run for a few hours (at least one full pass)), then a filesystem check (fsck -n /dev/sda1, or wherever / is mounted).
|
|
1d
|
|
comment |
How secure is using CRAM-MD5 for email authentication, when not using an SSL connection? fgrieu and I ended up covering mostly the same ground. I think this is a valid case for asking similar questions on two different sites with different audiences (even if the answers turn out to be similar in this case), but when you do this, do link the questions to each other, so that potential answerers and readers can see what the other side has already said on the topic. |
|
1d
|
|
comment |
What is the entropy of just 1 Diceware passphrase like my passphrase? @Dick99999 If you knew in which order the passwords are cracked, you would simply pick the last password. If password crackers did process passwords in order then everyone would pick @ @ @ @ @ as the most secure password. It doesn't work that way! Password cracking might prioritize “easy” passwords, but they do not operate in any order that resembles dictionary order. If anything, the passwords may be ordered by their hash — but the hashes would be traversed in a pretty much unguessable order anyway, and in parallel.
|
|
1d
|
|
comment |
How to exclude one argument from argparser @ferkulat Thank you for adding this tag where it's relevant but please fix other things in the post when needed, e.g. formatting. |