8,692 reputation
1438
bio website
location
age
visits member for 1 year, 5 months
seen 4 hours ago
stats profile views 140


May
21
comment Recommended Linux distribution for statistics?
@dmvianna there is no "the best gnu/linux distro for a given real task". the best distro is always the one that you (or the man who will setup it for you) know better then other. otherwise it's just a waste a time and technology for technolgy instead of technology for task.
May
21
comment Where do I find a list of terminal key codes to remap shortcuts in bash?
@bug please read carefully the article. \[A is in the table "CSI codes" within row: "CSI n A"
May
21
comment Where do I find a list of terminal key codes to remap shortcuts in bash?
Looks like it was small misunderstood. Please look at the answer update.
May
20
comment -bash: yum: command not found
So you have to install it, and everything will be fine :)
May
20
comment -bash: yum: command not found
could you please provide output of following commands: type yum ; which yum ; echo $PATH ; rpm -q yum ; find /bin /usr/bin -name yum
May
17
comment Linux shell lagging one step
Please describe more detailed what is happening during boot: on which scripts got freeze, is there any prompt, waiting for your interaction and so on.
May
15
comment sed couldn't flush stdout no space left on device?
also check inode usage with df -i. in case you're out of inode, you'll get the same "out of space" message.
May
14
comment Apply two commands to result of find
That's not a problem. New variant is in the answer.
May
2
comment moving columns across rows
Could you please provide input and output example?
Apr
25
comment Remove duplicate $PATH entries with awk command
btw, you can use sort -u instead of sort | uniq.
Mar
30
comment exchange two words using sed
@warl0ck, I'm not sure we should add backslashes into sed command or fix it any other way directly in the question.
Mar
27
comment Check some property for every line of a file
You're gonna wait forever while million string file will be checked line by line within pure bash.
Mar
22
comment How can I write ftp command for a file transfer from one server to other?
stackoverflow.com/questions/1894347/…
Mar
20
comment Find out where $PATH got corrupted
Did you restart current shell after changes in config files?
Mar
18
comment Delete all but largest file of specific type
Do you mean the largest by file size in bytes or the largest by picture size in pixels (that isn't always the same)?
Mar
17
comment “Recently used” directories and files in bash
afair atime is enabled by default, there is no need to specify it in fstab.
Mar
17
comment How to select complete file in vi, to be pasted in gedit?
@user13107 use xclip -o for that.
Mar
17
comment How to select complete file in vi, to be pasted in gedit?
@user13107 actually it works (all data are in clipboard), unfortunately all text is deleted. I'll put it the answer. Thanks.
Mar
13
comment How to sed lines that contain only given form?
I'm sorry, could you please decrypt RHS abbreviate?
Mar
11
comment backup list of installed packages
@Nils check this serverfault.com/questions/90400/…