For questions that are specific to the GNU/Linux operating system. If your question has nothing to do with Linux APIs or Linux-specific behaviour then do not use this tag, even if you are running on Linux.

learn more… | top users | synonyms | linux jobs

0
votes
0answers
84 views
+300

Cannot run rake db:migrate, relation does not exist

I am trying to get a working app to work on linux 10.04 running on vagrant I installed all relevant gems, installed postgresql 9.1.9 and when I am trying to run rake db:migrate I am getting rake ...
3
votes
2answers
54 views
+50

tcpdump - how to filter based on tcp connection time / duration

Is there a possibility to filter tcpdump (live or after creating a dump) based on tcp connection time (connection duration)? I'm recording http json rpc traffic. I want to record only connections ...