569 reputation
15
bio website profiles.google.com/aecolley
location Dublin, Ireland
age 40
visits member for 8 months
seen Oct 28 '12 at 23:32
stats profile views 15

I'm a trained computer scientist, an experienced software engineer, and a practical system administrator.


Oct
28
comment map “Ñ” to “:” in vim
Which is the normal mode? Command mode or insert mode?
Oct
25
revised Filesystem writes seemingly lost
Give credit to the correct person
Oct
24
answered How to enclose in quotes if both single and double quotes are already used?
Oct
24
answered Filesystem writes seemingly lost
Oct
23
awarded  Enlightened
Oct
22
awarded  Nice Answer
Oct
20
answered How to make bash think `-mthreads` word as `-pthread`?
Oct
20
answered Different time in Windows and Linux Mint
Oct
19
answered Using wildcards to match a directory in bash
Oct
19
answered What logs would be written if file system is full in UNIX?
Oct
19
comment Bash while loop and reading from pipe
If you don't want wine to block without losing data, you can install a program called buffer and run it in the pipeline with any buffer size your system will handle. Obviously, with enough output you'll eventually have to compromise and either lose writes or allow wine to block; but buffer will let you stretch it out and survive larger bursts of output.
Oct
19
awarded  Editor
Oct
19
revised Bash while loop and reading from pipe
More explanation for the benefit of future readers who can't read the man page.
Oct
19
comment Bash while loop and reading from pipe
@Magnus Oh, I'm sorry. I didn't mean this to come off as a gruff RTFM. The question seeks an explanation and the explanation that is most relevant to the questioner is handily available in that man page, so it seemed to be the optimal answer.
Oct
19
answered Shell script to become root
Oct
19
answered Bash while loop and reading from pipe
Oct
19
comment Is there some kind kind of hosts.additional file for Linux
Depending on exactly what you want to do, the environment variable HOSTALIASES might be useful to you. It names a file which maps single-word hostnames to other hostname. If all actual addresses are in the static /etc/hosts then you can put changeable aliases in $HOSTALIASES and it should work. See hostname(7).
Oct
19
answered Is there some kind kind of hosts.additional file for Linux
Oct
19
comment Export terminal display to PDF
@rks171 You are correct. From your question, I thought you were getting much less than normal screen resolution.
Oct
18
answered Export terminal display to PDF