Could IPv4 exhaustion not be pushed back by allowing some of 127.*.*.* (not .0.0.1) to be allocated? [closed] - ipv4

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 Stack Overflow.
Closed 10 years ago.
Improve this question
It seems to be that most firmware should, by now at least, look for 127.0.0.1 for the loopback and not, e.g. 127.*.*.*

If they change the definition of routable IP addresses, that will create more compatibility problems than it solves allocation problems. That would add less than 1% to the pool of IP addresses, and would be consumed very quickly. In this case, I think the cure is worse than the disease.

Related

How can I test MySQL statements online? [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 Stack Overflow.
Closed 9 years ago.
Improve this question
I need a online website to test MySQL statements (some sort of sandbox). Bonus points if you can store code and share it with other people. Something similar to jsfiddle.net for JavaScript. It allows code testing in a safe secure environment.
Theres an sql formatting tool that also reports syntax errors:
http://www.dpriver.com/pp/sqlformat.htm

How to block an IP, if getting many http/apache/mysql requests in a second [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 Stack Overflow.
Closed 9 years ago.
Improve this question
if some one tried force burst attack on my website. how can i block their IP address.
i mean, i want to block an IP if, getting many http/Apache/SQL requests per second. how can i prevent those force burst attacks
Linux Server
thank in advance
In your .htaccess you can add something like:
order allow,deny
deny from <ip address>
allow from all
Or depending upon your operating system you can add a rule to your iptables.
For example, here is how you would do it in ubuntu.

No Data Received [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 Stack Overflow.
Closed 10 years ago.
Improve this question
Out of the blue, around 40% of my website's community can no longer visit, saying they're getting "No Data Received" errors. We've taken our firewall offline, tried going through systems such as Cloudflare and checked our .htaccess to no avail.
I've asked affected users to traceroute but the weird thing is it looks like it's being stopped at ISP level.
Can anyone suggest other things that may be causing this error?

Where I can get mysql 4.1.3b-beta-nt-max version? [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 Stack Overflow.
Closed 10 years ago.
Improve this question
I need reproduce the exact same environment of a system in production, it's working with mysql 4.1.3b-beta-nt-max version, where I can get this exact version? I have looking with google but it seems like it's no longer available anywhere.
Thanks.
Try searching historical databases such as
http://www.oldapps.com/mysql_server.php?old_mysql_server=131
...in a pinch, you can install a "similar" version (such as the one above, 4.1.3beta-win), and then replace the binaries with the production ones. MySQL doesn't do strange things with the registry, so this procedure should suffice.

State of the art selfhealing and selfprotection in DBMS [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 Stack Overflow.
Closed 9 years ago.
Improve this question
at the moment I'm writing a paper and I need some input about the state of the art of selhealing and selfprotection in DBMSs. Does somebody read some interesting articles or books about this topics in the last few month? Doesnt matter which DBMS you have read about.
Regards
Perhaps this: Automatic Page Repair During a Database Mirroring Session.