306 reputation
25
bio website
location France
age
visits member for 1 year, 3 months
seen 3 hours ago
stats profile views 15

Perl and FreeBSD addict


Feb
15
answered File extensions for unix shell scripts
Feb
15
comment How can I use command line telnet client to open a raw connection - like PuTTY?
Beware: telnet seems "raw", but it isn't. There is already some protocol level involved even if limited. What are you trying to achieve here ?
Feb
15
awarded  Editor
Feb
15
revised Translating user id when creating image
improved formatting
Feb
14
comment Translating user id when creating image
man is also a good thing to start with ;)
Feb
14
answered Translating user id when creating image
Feb
13
comment transfer permissions user -> group/other
Yes it does, due to the "-not" on the "-perm" select option (I verified the whole case on a BSD box and a RedHat).
Feb
13
awarded  Supporter
Feb
13
comment Is it possible to find out the hosts in the known_hosts file?
As stated by @pdo, your sshd as "HashKnownHosts" set to on, which may appear a bit anal, but security concern it is. And of course there is no way to simply reverse the hashes and get the hostnames from your "known_hosts".
Feb
13
answered Proper way to use shebang for bash
Feb
13
comment Is it possible to find out the hosts in the known_hosts file?
Which ssh software are you using then (we were assuming that you were using the almost-standart openssh software) ?
Feb
13
awarded  Teacher
Feb
13
answered Is it possible to find out the hosts in the known_hosts file?
Feb
13
answered transfer permissions user -> group/other