Emailing about IP changes
You can choose any language. I am interested to know the simplest solution. How can you get your comp's IP and email it? ...
You can choose any language. I am interested to know the simplest solution. How can you get your comp's IP and email it? ...
Hi, We have developed a multiuser intranet based C#.Net client server product where the client application as well as the server application would be at the customer's site. I would like to know how we can give them support remotely. Going to the customer sites for every call may not be possible. How can we provide them a remote suppor...
I have Subversion 1.6.6 and Apache 2.2.14 installed and working. I have made the following changes to the Apache httpd.conf file: #Uncommented by me for Subversion installation LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so #Added by me for subversion installation LoadModule dav_svn_module m...
This is what I learned by doing some searching. These things were taken from many places. Please point out any missing things. (I have not yet tried this out, just want to clarify what I'm going to do) For hosting I need to have a static IP. But my ISP provide dynamic IPs. So I used DynDNS (as Cuga adviced in this). I belive this will r...
Hi all, This is what I'm planning to do. Suppose there are 2 machines A and B. I need to create an application by which machine A can send data to Machine B, using Java SE. I know that to make a connection you need to create an object of serversocket class and use the accept() method as In Machine B: ServerSocket ss=new ServerSocket(...
hello! i have a dynamic ip that changes every 30 days or so and i would like to make a server so that when i access a static address ( lets say : www.staticaddress.com ) it will direct me to my server even when my ip has changed. Note: my internet connection first enters a router that supplies 3-4 computers with internet connection ( via...