285 reputation
413
bio website dermike.here.de
location Berlin, Germany
age 34
visits member for 3 years, 3 months
seen May 17 at 17:42
stats profile views 16
I like chocolate.

Jan
28
comment How can I stop Mac OS X overriding my hostname when I receive a DHCP request on Snow Leopard?
Verified that this also works on Mountain Lion (10.8.2)
Jul
20
comment Invoking vi through find | xargs breaks my terminal. Why?
+1 and a thousand thanks for that did the trick.
Jun
7
comment ssh localhost works, but ssh [external url of localhost] doesn't
/etc/ssh/ssh_config contains system wide defaults for connections to other hosts. (Well, when you find differences between that local config that doesn't work and one that works investigate those) However, what would be needed is the config file that sets up details on how to connect from other hosts. Go to your instructor and ask for an admin.
Apr
18
comment ping|awk not responsive
Nice work around. +1
Apr
18
comment ping|awk not responsive
@EranBen-Natan After those 30s I get a bulk of expected output, i. e. lines from ping with times around 35ms.
Dec
21
comment Manipulate system clipboard via bash script
Accepted, for I could install it via my package manager. Thank you.
Oct
28
comment how to setup a windows home machine so that I can ssh into it?
Please excuse me for being nosy, but what do you want to reach your pc for via SSH? I'm just curious.
Oct
7
comment Highlight console search output, while displaying entire command output
I found a spcrc vim syntax file at vim.org/scripts/script.php?script_id=2676
Oct
7
comment Highlight console search output, while displaying entire command output
Ahh, learning by example. Thank you.
Oct
7
comment Util for trimming output to terminal width?
...and if you want your output colored by grep (as I do), you cut first and grep then.
Oct
6
comment Highlight console search output, while displaying entire command output
Thanks, that looks promissing. However, I can't seem to get it working at the moment.
Jun
10
comment Change CD-ROM via virsh
Thanks, rkthr. I test this next week and come back here. +1 anyway :-)
Apr
5
comment Cannot login to Linux server via SSH/Console
Thanks for that ACPI pointer. I think, I tried leaving it for a "considerably long time". 14 days :-)
Feb
9
comment What is randomart produced by ssh-keygen?
Uhm, When could I see the hosts art? (I think I never did.) I only saw such an image after generating my key pair. And to what would I have to compare it to recognize 'sudden' change.
Jan
27
comment Write a PID file manually from Bash script
@e-t172 thank you for pointing out. I delete 'exec' then.
Jan
27
comment Write a PID file manually from Bash script
UPDATE: when I use the fg I get 'fg: 21: job (null) not created under job control' and the script does not block. Sorry.
Jan
27
comment Write a PID file manually from Bash script
I actually tried the '&' thing, but didn't think of fg. Thank you :-)
Oct
14
comment Highlight console search output, while displaying entire command output
My sed skills are basically not existent. How would I have to change that in order to match the pattern case sensitive. Anyway, I will add that one to my bash_functions include. Thank you very much.
Oct
14
comment Highlight console search output, while displaying entire command output
I Could have sworn I got some thing else last time I tried that. (Each match the context with '-----' separators in between.) Now that you told me, it runs fine :-) Thank you.