networking Questions
7
Solved
Hi I have RMI application and now I try to invoke some methods at server from my client. I have following code:
public static void main(final String[] args) {
try {
//Setting the security manage...
Trigonal asked 12/6, 2011 at 13:7
11
Kubernetes newbie (or rather basic networking) question:
Installed single node minikube (0.23 release) on a Ubuntu box running in my LAN (on IP address 192.168.0.20) with VirtualBox.
minikube start...
Neuberger asked 8/11, 2017 at 7:1
8
Solved
When starting a docker container (not developed by me), docker says a network has not been found.
Does this mean the problem is within the container itself (so only the developer can fix it), or is...
Possum asked 17/11, 2018 at 1:11
16
Solved
I have a Flask server running through port 5000, and it's fine. I can access it at http://example.com:5000
But is it possible to simply access it at http://example.com? I'm assuming that means I h...
Notebook asked 26/11, 2013 at 9:22
4
Solved
It may sound like a code golf question, but what is the simplest / lightest way to return $remote_addr in text/plain?
So, it should return several bytes of the IP address in a plain text.
216.58....
Dialytic asked 20/8, 2015 at 0:53
4
What network tool can I use under DOS/windows to find the ip address of a netbios host as easily as is done in Linux?
For example under Linux (ubuntu) I can find the ip address like so:
# nmblook...
Colene asked 24/1, 2014 at 18:13
8
Suppose the PID of the process is already known
Skein asked 3/6, 2009 at 2:36
5
Is there a way to tie a network connection to a PID (process ID) without forking to lsof or netstat?
Currently lsof is being used to poll what connections belong which process ID. However ls...
Beata asked 8/5, 2009 at 5:8
5
Anyone know an easy way to ask Linux to "display every internet packet to/from google chrome" or "display every internet packet to/from telnet process with PID 10275"?
The telnet example is ...
Ascendancy asked 20/10, 2011 at 21:33
8
Solved
What does P99 latency represent? I keep hearing about this in discussions about an application's performance but couldn't find a resource online that would talk about this.
Solicit asked 9/10, 2012 at 21:49
3
Solved
I'm developing a mobile application in android.
Here I want to detect the IP address of the computer,system,etc after the usb tethering of the any android phone
I cannot find the solution.
If I ...
Captious asked 16/7, 2012 at 14:11
9
Solved
I am trying to get rid of deprecated Docker links in my configuration. What's left is getting rid of those Bad Gateway nginx reverse proxy errors when I recreated a container.
Note: I am using Doc...
Costumer asked 2/3, 2016 at 10:33
2
Solved
My question follows the one here, about how to change the vertex frame width in igraph.
With updates in igraph, the proposed solution seems not to work anymore. Does anybody have a solution (or m...
Mahayana asked 28/8, 2013 at 9:14
2
Solved
I have a django app on my local computer. I can access the application from a browser by using the url: http://localhost:8000/myapp/
But I cannot access the application by using the ip of the host...
Sim asked 29/9, 2009 at 16:0
13
Solved
When connecting to a network share for which the current user (in my case, a network enabled service user) has no rights, name and password have to be provided.
I know how to do this with Win32 fu...
Ascensive asked 17/11, 2008 at 13:7
3
I've been fighting with NWConnection to receive data on a long-running TCP socket all day. I've finally got it working after inflicting the following errors on myself due to lack of documentation:
...
Consubstantiation asked 4/3, 2019 at 4:12
5
Solved
There have many container running on the host. And I want to capture packets for the one container of these. Is there any way to do this?
Plumate asked 7/9, 2016 at 6:37
6
Solved
I've been playing with Docker-Compose for the last few days to see if it would simplify my Docker Container and Network building process.
I'm pretty happy with it, but ran into a problem when I wa...
Ernaldus asked 24/5, 2017 at 0:19
3
Solved
First of all, is there any problem with using both UDP and TCP on the same server?
Secondly, can I use the same port number?
Calces asked 22/6, 2011 at 9:1
7
Solved
I try to understand protobuf and gRPC and how I can use both. Could you help me understand the following:
Considering the OSI model what is where, for example is Protobuf at layer 4?
Thinking thro...
Tangy asked 18/1, 2018 at 21:3
5
Currently, OnShouldStartLoadWithRequest is only supported on iOS. A PR to add support for this on Android was closed. If a WebView on Android tries to open a custom URL scheme, the app will crash -...
Starobin asked 25/9, 2016 at 1:1
12
Solved
Does anyone know a possibility to simulate a low bandwidth on Android phones (i.e. EDGE or G3) while connected to WiFi?
Is there a app for this?
It it possible to do something like this on android ...
Temperament asked 1/1, 2012 at 12:36
3
Not sure if this is the correct stackexchange to ask this question, but I was wondering whether anyone knows if the ascii diagrams in
http://tools.ietf.org/rfc/rfc5755.txt page 6 are handcrafted o...
Mohr asked 6/12, 2012 at 9:53
4
Solved
I need a way to notify my user space app when a network interface is enabled or disabled. I'm hoping to do this without resorting to polling. Does the kernel offer some sort of hook for triggering ...
Amphora asked 14/2, 2010 at 16:22
18
Solved
I am trying to monitor calls from an app to my server just like Firebug does.
I could not find a way to see that in iOS Simulator or in xCode.
Is there a way to do that without sniffing all the tr...
Coincidence asked 20/6, 2012 at 21:19
© 2022 - 2024 — McMap. All rights reserved.