| bio | website | armaghan.net |
|---|---|---|
| location | Tehran, Iran | |
| age | 23 | |
| visits | member for | 1 year, 4 months |
| seen | May 8 at 9:27 | |
| stats | profile views | 29 |
IT graduate from Tabriz/Iran I love Cisco, Free Software and all open source stuff.
|
Feb 25 |
comment |
Installing JDK 7 on debian wheezy does not include openjdk-7 too. |
|
Jul 28 |
comment |
Timeout doesn't occur when reading from fifo using `read` your are right, I was using dash. but it doesn't make any difference. see the update. |
|
Jul 27 |
comment |
how to use qemu to run build root linux images? what info I should provide so it can help you? kernel config file? uclibc config file? |
|
Jul 25 |
comment |
Timeout doesn't occur when reading from fifo using `read` yes. I'm using bash in debian 6.0.5 |
|
Jun 15 |
comment |
disabling journal vs data=writeback in ext4 file system Does completely disabling journal makes throughput high like data=writeback? |
|
Apr 22 |
comment |
What happens for the last line when using N command with sed But N does not effect stdout. we saw GH because we have not set -n option? |
|
Apr 18 |
comment |
What is the usage of pattern before substitute command in sed @Barnhard I just copied it from the link. But this wikipedia article says that \+ is in POSIX extended regular expressions. en.wikipedia.org/wiki/Regular_expression#Syntax |
|
Apr 8 |
comment |
command like wc but with tee behaviour what is >(wc -l) called so I can search it? :D |
|
Mar 28 |
comment |
using watch with ssh because we ssh a lot to the server, I would prefer the first options. How we can configure ssh client and server to pass the variables? I am using openssh on debian 6 |
|
Feb 19 |
comment |
using read inside if clause - bash could you explain why it works without [[ ... ]]? |
|
Feb 19 |
comment |
Using regex inside if clause in bash but with no double quote, we can not use space character in regex pattern. Is there any solution for that? |