656 reputation
111
bio website blog.adityapatawari.com
location India
age 24
visits member for 1 year, 4 months
seen May 16 at 13:01
stats profile views 46

Open Source Enthusiast. Fedora Contributor. Python Lover. Learning Linux System Administration. Employed by Browserstack.com as a Cloud and Infra Engineer. Visit my website and blog to know more about me or connect with me on Linkedin.


Jan
14
awarded  Organizer
Jan
14
revised How to build a gateway from my Linux OS
edited tags
Jan
13
awarded  Critic
Jan
13
awarded  Citizen Patrol
Jan
12
comment killing processes automatically
replace gawk by awk. It won't create any difference in this case. Command will become ps| awk '{ if ($4 != "COMMAND" && $4 != "sh" && $4 != "ps") system("kill -KILL "$1) }'
Jan
12
comment killing processes automatically
inclusion of ps does not matter since it will be executed instantaneously. It'll be gone even if you don't kill it. Still you can remove ` && $4 != "ps"` from my answer below.
Jan
12
awarded  Commentator
Jan
12
comment killing processes automatically
You'll need system command but I don't like commands like kill in gawk. I think until and unless it is absolutely necessary, execute kill manually.
Jan
12
answered killing processes automatically
Jan
5
revised Are there any fresh versions of Firefox for Scientific-Linux [or RHEL] available offically?
improved answer
Jan
5
comment How is Ubuntu based on Debian?
and it is not a little picture!
Jan
5
answered Are there any fresh versions of Firefox for Scientific-Linux [or RHEL] available offically?
Jan
3
answered How to limit network bandwidth?
Jan
1
comment Fedora 16 ssh over the internet/home network help. Same computer ok
I want to know the permission for .ssh. In your home directory do a ls -al|grep .ssh and paste the output.
Jan
1
comment Mini ultra light linux boot on a USB key
updated answer based on the comment.
Jan
1
awarded  Editor
Jan
1
revised Mini ultra light linux boot on a USB key
update to address comment
Jan
1
answered How to create a tar.gz file from a folder excluding a folder
Jan
1
comment Fedora 16 ssh over the internet/home network help. Same computer ok
@chemelnucfin: I am stumped here. tell me the permission of your .ssh directory.
Dec
31
comment Fedora 16 ssh over the internet/home network help. Same computer ok
check out /var/log/secure. there must be something in there.