U
U
Urukhayy2014-11-30 16:54:35
Programming
Urukhayy, 2014-11-30 16:54:35

Who knows what those lines are?

What are these lines, why are they? Do they need to be registered in the VPS console?

iptables -A INPUT -p udp -m udp --dport 7777 -j DROP
iptables -I INPUT -p udp --dport 7777 -m state --state NEW -m recent --set
iptables -I INPUT -p udp --dport 7777 -m state --state NEW -m recent --update --seconds 9 --hitcount 7 -j DROP

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey Myvrenik, 2014-11-30
@gim0

https://ru.wikipedia.org/wiki/Iptables
linuxcommand.org/man_pages/iptables8.html

V
Vlad Zhivotnev, 2014-11-30
@inkvizitor68sl

There is no point in VPS.
On this port, the popular Windows Trojan / backdoor used to be spinning, so they began to shove it into all manuals for gateways.

N
Nikita, 2017-03-16
@Smiled

As far as I remember, Zhikveri's animate does not know how to animate colors, usually they use the plug- in

T
Tom Nolane, 2017-03-16
@tomnolane

$(document).ready(function() {
var forAnim = $("#third");
  forAnim.animate({backgroundColor: '#000000'}, 500);
});

either like this:
$(document).ready(function() {
var forAnim = $("#third");
  forAnim.animate({'background-color': '#000000'}, 500);
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question