Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

52
votes
18answers
65k views

How to test Internet connection speed from command line? [closed]

There's plenty of websites for it, but they're all Flash, not of much use for servers without graphics mode. Any tool I can use to test up/down bandwidth from Linux command line?
5
votes
8answers
568 views

Is there a way to determine if a user is using broadband or dial-up

We have a requirement from a customer to provide a "lite" version for dial-up and all the bells-and-whistles for a broadband user. The solution will use Flex / Flash / Java EJB and some jsp. Is ...
4
votes
2answers
152 views

Mimic a slow internet connection (mac)

Anyone have a good technique for checking sites over a slower connection on osx? Looking at posts on here, some people have recommended sloppy, which doesn't appear to do anything, just loads sites ...
1
vote
1answer
51 views

PHP or javascript to verify a broadband connection (client Side)

Is there a way to use a PHP script in a website to verify that a given visitor has a broadband connection (some minimum downstream kbs ) before proceding to render certain or all elements of a ...
1
vote
4answers
2k views

Suggestions for replication of data from MS Sql 2005 and MySql

My company currently has a transactional db running on Sql Server 2005. We are going to add a MySql (running on linux) reporting db. We'll need to get replication running from the MS-Sql db to the ...
0
votes
1answer
61 views

Connect And Disconnect Mobile Broadband Connection

Please tell me how to connect and disconnect mobile broadband connection using C# or DOS?
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
1answer
21 views

How secure is mobile wireless broadband?

Given that you can't setup a WEP key or WPA with mobile broadband (As it connects directly to the providers network), how secure is it? I did some research but couldn't find anything that gives an ...
0
votes
0answers
502 views

Managing 3G USB Modem (HUAWEI E1732) in Windows 7

I need to write a simple script to talk to a 3G USB Modem which is placed at a remote site, so we can RDP in whenever is necessary. One of the thing I need in the script is to talk to the modem, make ...
0
votes
0answers
175 views

Not able to check bsnl broadband usage [closed]

i am a bsnl broad band customer in kerla circle. now a days i can't check my broad band usage from the site http://data.bsnl.in. it shows some unwanted messages in the user home page.. Some one please ...
0
votes
2answers
132 views

Technology behind speed test

I was wondering what is the technology behind Internet Speed test, which some websites use to check your speed e.g; http://www.speedtest.net/ The reason behind this question is, i wanted to write ...
0
votes
6answers
2k views

How do you detect dialup, broadband or wireless Internet connections in C++ for Windows?

I have an installation program (just a regular C++ MFC program, not Windows Installer based) that needs to set some registry values based on the type of Internet connection: broadband, dialup, and/or ...