503 reputation
410
bio website
location /home
age
visits member for 2 years, 4 months
seen 2 hours ago
stats profile views 20

Mar
6
comment How to tell grep to match special character at beginning of each word
The last one was I was looking for. I thought I could give grep '\<<' test to match < at beginning of each word. But it didnt work out. Any idea why it didnt work?
Mar
5
comment How to tell grep to match special character at beginning of each word
@l0b0 All words that starts with <. For example <Hello and Hello <World
Mar
5
comment How to tell grep to match special character at beginning of each word
@ArnaudMeuret Question edited.
Mar
5
comment How to tell grep to match special character at beginning of each word
How to match < at beginning of word only?
Feb
28
comment Character count in Unix wc command
I didnt put line feed after the second line. But od command shows new line nl at the end. Why is it so?
Dec
26
comment why does sudo work on Linux but not Android?
It should be in sudoers list to get sudo. Its not in Android an Ubuntu
Dec
8
comment Where does the “export” command come from?
@Kevin Where could I get information about built in export. What are the other built ins?
Dec
8
comment How do regular expressions differ from wildcards used to filter files
I don't know it was called globbing :)
Dec
8
comment Stable linux distribution
Debian is the one to choose if you want stability
Dec
7
comment What does this “matching lines means”?
@jasonwryan How could I know looking at a file a line break exist or not?
Nov
25
comment Why mounting an iso is faster than extracting it
How mounting makes content available without reading?
Dec
31
comment Best method for testing android kernel
@Gilles I havent done inserting module. Was asking which is the best way of doing that
Oct
12
comment Why hard links not allowed to directories in UNIX/Linux
Allowing hard links to directories would break the directed acyclic graph structure of the filesystem. Can you please explain more about the problem with cycles using hard links? Why is it ok with symlinks
May
5
comment How to install a shared library in Linux
That link says to run cat /etc/ld.so.preload to find if its there. But when I run, its not there in my system. ld.so.preload - What is the importance of that?
May
5
comment How to install a shared library in Linux
It comes with a .so file libncom.so
Jan
10
comment How to debug an inserted kernel module?
Its something I suspect a rootkit. I just want to dissamble it for the purpose of analysis
Jan
10
comment How to debug an inserted kernel module?
I think my question is not clear. Sorry for the confusion. I want to debug the inserted module, whose source i dont have with me.
Jan
10
comment System.map file update
What does the address there meant actually?