Monthly Archives: February 2016

Kill Linux process

Filter processes by string pattern (let it be “java” processes):

Find my process in resulted list and kill by id:

Kill all processes by “java” pattern:

 

s3cmd WARNING: Retrying failed request

I used s3cmd cp and s3cmd sync commands to copy files from source s3 folder to s3 destination. Copying  is too slow, I see many attempts, failed by timeout, like this

In ~/.s3cfg file I found socket_timeout setting, which is 100 by default. Setting it to 1000 helped me: