Network/url logging Linux [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
After some research on the internet I couldnt find an appropriate tool for my task. I am looking for a linux based networking tool like iptraf but with the ability to see which url was exactly requested (in and out).
Thank you in advance!

On linux you can use the tcpdump command to capture traffic, including all the data, to a file.

Related

linux load balance for multi core [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I want to know the load balancing policy Linux uses to balance load/core in multi core architecture, I did a lot of search on google, stackoverflow but not able to get useful material. I need this information for my project, if possible please try to help me.
This might help. linux-load-balancing-implementation

Changing port on ssh [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Anybody know if I can setup ssh to communicate on more than one port, or change the default port to something else.
Is there a config file I can use to do this on Linux?
You can do this by editing the sshd_config file. You can take a look at this tutorial for more info:
http://iserialized.com/changing-default-ssh-port-on-ubuntu/
A well explained tutorial.

Extract file_name.zip.001 via Linux command line [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am trying to extract file_name.zip.001 on a Linux host which I connect to via PuTTY.
Could you please suggest me how to extract those files?
You're gonna use the unzip console command.
man unzip will show you how.
By the way - That's got nothing to do with PHP.

Ready to use ubuntu based virtual machine [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Are there any pre-installed virtual machine-based ununtu linux boxes that I can directly download and use ?
virtualboxes.org
I've used them in a pinch and never had aproblem. They are pretty basic but they are a good start. I personally just do an install from an ISO unless I am really in a hurry. It is fast and I know exactly what I am going to get.

how to use SNMP on Linksys PAP2T? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I've posted it to serverfault earlier, but had no response... Help me, please!
I have to monitor a network. In this network there are several voip devices, some of them are Linksys PAP2T. I'd like to get the name of this device over the network. For all other SNMP works fine, but how can I use SNMP on PAP2T or is there any replace?
Thanks!
According to the product data sheet, as far as I understand 'Linksys PAP2T' does not support SNMP at all.

Resources