346 reputation
111
bio website hlangeveld.nl
location Vathorst,Netherlands
age
visits member for 1 year, 4 months
seen 2 days ago
stats profile views 15

I love coding, whether it is in (korn) shell + [ng]awk, bash, perl or python.

My policy when answering questions is to include working and readable code. If you ever find a line of code here that doesn't run, tell me.


May
15
awarded  Caucus
May
4
revised shell script (KSH) + set file to param & perform test between param and string
Without irrelevant PS1 content and no scrollbars, readability improves.
May
3
comment shell script (KSH) + set file to param & perform test between param and string
Run /var/tmp/ppp through od -c - it might contain some unprintables.
May
3
suggested suggested edit on shell script (KSH) + set file to param & perform test between param and string
Apr
22
answered What is this specific shell script statement validating?
Mar
16
awarded  Custodian
Mar
8
awarded  Custodian
Mar
6
revised I've inherited a rat's nest of cabling. What now?
add a highlight
Jan
22
awarded  Yearling
Jan
19
comment Diagnosing network latency issues
Checking the link speed is part of configuration management. That's not even monitoring. Good point.
Jan
11
revised Apache2 warning multiple Virtual Hosts?
I think the actual answer deserves better than sitting in a comment. If anything, it belongs here, if that makes this the accepted answer.
Jan
11
suggested suggested edit on Apache2 warning multiple Virtual Hosts?
Oct
15
answered Diagnosing network latency issues
Sep
3
revised I've inherited a rat's nest of cabling. What now?
text flow
Aug
24
answered I've inherited a rat's nest of cabling. What now?
Aug
24
comment Run a jar on linux after closing the session
See also: Keeping a linux process running after I logout
Aug
24
comment Run a jar on linux after closing the session
For a quick test, nohup java ... -jar Code.jar & should get you started.
Aug
22
revised How do I split a string against a character in BASH?
add minor indent inside loop, and removed `set -- $AUTH_CODE # split on IFS`, as the loop explicitly iterates over AUTH_CODE...
Aug
22
suggested suggested edit on How do I split a string against a character in BASH?
Aug
21
revised Run a part of script shell in nohup
use language tag `non` in first 'code' section.