How do I map a socket port between the guest and the host on Parallels? [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 Server Fault. Closed 8 years ago. Improve this question I am trying to analyse some client server applications on Mac and Windows and I would like to configure Parallels so it will … Read more

what is a 4 socket server? What is “socket” in this context? [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 Server Fault. Closed 8 years ago. Improve this question I see that the IBM System x3750 M4 is a “4-socket” server. What does that mean? Does that mean that the server has … Read more

Apache2 on Centos [duplicate]

This question already has answers here: Closed 9 years ago. Possible Duplicate: Configuring Apache on CentOS 5.7 I’ve purcheased a vps and installed apache2. As developer i’ve been doing this hundreds of times with no problem. Now I’m facing this: netstat -nao outputs apache2 is listening on :::80 but not on 0.0.0.0:80 I get NO … Read more

How do I launch a service on linux

I have written server-socket Java application (not a web application) and I have a server running on Linux machine. How do I deploy this application so that I can request from anywhere from any app (assume the app has permission). Should I install eclipse/netbeans IDE on server machine and then run the code forever? Or … Read more

Densely packed Xeon 5400 processors [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 Server Fault. Closed 9 years ago. Improve this question I’m doing lots of data crunching in a private cloud. I really like the price point of the Intel Xeon 5420 processor so … Read more

understanding resolv.conf nameserver through system calls [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 Server Fault. Closed 7 years ago. Improve this question I am trying to understand how /etc/resolv.conf /etc/nsswitch.conf exactly works and what is significance of nameserver entry 127.0.1.1 I did strace ping google.com … Read more

IP address differences between two computers on the same local network [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 Server Fault. Closed 6 years ago. Improve this question Why does the python command print(socket.gethostbyname(socket.gethostname())) give: 192.168.1.4 on my laptop 127.0.1.1 on my Raspberry PI when they’re both on the same local … Read more

Python and java static IP [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago. Improve this question I have a Python server. Each time I change the network the IP changes. I want it to have a … Read more