Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
15answers
1k views

What Are Some Decent ISPs That Host Subversion

I want a recommendation on an ISP which has Subversion installed so I can get a repository started. So far I found out discount.asp doesn't have that on their servers and will not support it. So I'm ...
3
votes
2answers
301 views

Impact of Changing IP Address of Outgoing IP Packets From My Network

If I modify the source ip address of all outgoing ip packets from my network to an ip address belonging to someone else (while ensuring that the checksum is correct) then what will happen. Assume ...
3
votes
8answers
3k views

How do I retrieve the visitor's ISP through PHP?

How do I find out the ISP provider of a person viewing a PHP page? Is it possible to use PHP to track or reveal it? If I use something like the following: gethostbyaddr($_SERVER['REMOTE_ADDR']); ...
3
votes
4answers
3k views

Avoid traffic shaping by using ssh on port 443

I heard that if you use port 443 (the port usually used for https) for ssh, the encrypted packets look the same to your isp. Could this be a way to avoid traffic shaping/throttling?
2
votes
2answers
91 views

What is LINQ hosting and should I care?

In terms of ISPs and webhosting, what is LINQ hosting? What does it give me as a developer or a site admin? I've looked around and all the sites I found fail to explain what LINQ hosting is. They ...
2
votes
3answers
644 views

How to setup Quality of Service?

I'm talking about http://en.wikipedia.org/wiki/Quality_of_service. With streaming stackoverflow podcasts and downloading the lastest updates to ubuntu, I would like to have QoS working so I can use ...
1
vote
1answer
46 views

Examples of Interface Segregation Principle in open source

Are there any examples of the Interface Segregation Principle (from SOLID) in open source software? Any example really, if possible well written and interesting...
1
vote
1answer
117 views

Getting ISP of visitor [closed]

Possible Duplicate: How do I retrieve the visitor's ISP through PHP? I'm finding it hard to get a visitor's ISP in PHP. I don't want plugins or anything. I'm wondering if there's a site ...
1
vote
4answers
54 views

Any way to detect mistyped urls in python?

My python program involves going to a user-supplied url and then doing stuff on the page. Ideally, mistyped urls would be recognized and pop up an error. But if they have the right syntax and just ...
1
vote
2answers
1k views

Library for Parsing Whois Results

Is there a library or common heuristic for parsing whois results programatically? I'm working on a signup form for an ISP, and they'd like to be able to check for domain name availability during the ...
0
votes
0answers
13 views

How do ISPs work internally?

In particular, what kind of stuff do they use? How do they handle PPPOE/PPPOA on their side? I know ISP owns usually ranges of IP addresses. How do they allocate one for each customer? What's the ...
0
votes
0answers
24 views

Node_Mailer Connection Refused

I'm writing my first node app, and I'm trying to have it send emails using node_mailer. However, I keep getting the following error message: { stack: [Getter/Setter], arguments: undefined, type: ...
0
votes
0answers
25 views

internet connection playing up ( Router, network, ISP? ) [closed]

I have got a problem with either my router or my IPs provider. Please let me know if you can work out what could be wrong. My observation: downloading large files (over .5 GB ) works well, download ...
0
votes
0answers
237 views

Send email with PHP script with outgoing port 25 blocked by ISP [closed]

I have Ubuntu 11.04 (Linux) set up as a LAMP server at home. And I'm trying to send some basic emails with my php scripts with no luck so far. My ISP is Cox, who blocks outgoing port 25. My questions ...
0
votes
1answer
157 views

How can an ISP append “index.jsp” to a URL I type in my browser

My ISP requires me to log in each day by redirecting me to a login page. Once I've logged in, they present me with an information page with a link to "Go to the Internet". When I click this, it ...
0
votes
0answers
49 views

Help to find sample internet usage historical data

I'm working on an intelligent system using Artificial Neural Networks for forecasting internet usage by an ISP customers. now I need sample historical data as learning input of Neural Network. The ...
0
votes
2answers
268 views

Get IP, ISP and GeoLocation of a webpage visitor

Is there any way to get the ISP and GeoLocation for a user that access a website in Java? Getting the IP is easy. It's request.getRemoteAddr(). Any hints on getting the ISP and location? Are there ...
0
votes
1answer
38 views

Favorite/Recommended Webhosts [closed]

I'm in search of a new web host. I've been using Dreamhost for the past 4-5 years, and although I have no complaints, I figured there might be better alternatives out there now. I came across Media ...
0
votes
1answer
68 views

Can not connect to a specific ftp address from a specific location

For some reason, from my office I can't connect to specific ftp address. I can connect to it, from elsewhere, like my home. I can connect to it via http and ping. I access dozens of sites via ftp ...
0
votes
0answers
122 views

cpanel remote sql access using dynamic dns

Has anybody managed to get dynamic dns setup with cPanel remote sql access before? I'm using http://www.dyndns.com/ I belive I've set everything up correctly. If I ping my ddns address it pings my ...
0
votes
1answer
69 views

Online Classroom: VSat, Leased line or something else?

One of my friends is planning to set up a online classroom sort of environment and currently is evaluating the various ISP/Connection options he can have. Though he certainly needs a 100% up time of ...
0
votes
3answers
241 views

If there is no way to read a binary file on client-side Javascript, how to parse a text file?

I'm going to put a text file on my ISP's server, e.g. http://home.ISP.net/~foobar/text.txt. How can I read that with Javascript in the browser e.g. from http://home.ISP.net/~foobar/textreader.html? ...
0
votes
2answers
99 views

Staging area ptotection based on ip…what if my client has a dynamic IP?

I'm trying to put online a staging area for an upcoming website... I'd usually rather use an htaccess rule to enable only me and my client to see the website...i think is safer and you dont need to ...
0
votes
4answers
161 views

possible to detect ISPs that give user different IP address on every page request for login security?

We recently attempted to add ip address validation to our website's login security. So in addition to having a cookie with valid credentials, we checked that your ip address on page request matched ...
0
votes
2answers
369 views

Case: What does hit-ratio mean? Hierarchical Caching

Caching can be used to reduce the access overhead. Hierarchical caching takes the advantage of the topology of the Internet and deploys the cache at different ISPs. Suppose the hierarchical topology ...
0
votes
2answers
208 views

Slow load times: ISP or Coding

I am getting extremely slow load times and before any action is taken I was wondering if there was an easy way to test to see if it is because of the ISP or the coding of the site. We currently have ...
-2
votes
1answer
96 views

How to start up own web site at own datacenter

guys I am the co-founder of a social-networking web site. As my website grows, I decided to host my web site on my own datacenter.Can anyone tell me how give me some good resources to refer? ...