PEAR LIBRARY - MAIL Send an email

PEAR LIBRARY - MAIL FUNCTION

- INSTALL process -
yum install php-pear.noarch
yum install php-pear-Mail.noarch
yum install php-pear-Mail-Mime.noarch

How to Change Jquery Ajax - Code Not refreshing

How to Change Jquery Ajax - Code Not Refreshing

$.ajax({
url: '/foo',
type: 'GET',
cache: false,
success: function(result) {
// TODO: update the DOM with the results
}
});

IPTables

HOW TO IPTABLE DELETE LINE DROP

#1 - iptables -L INPUT -n --line-numbers

#2 - iptables -D INPUT 2

#3 - service iptables save

HOW TO IPTABLE ADD LINE DROP
iptables -I INPUT -s 207.46.0.0/16 -j DROP

num target prot opt source destination
1 DROP all -- 207.46.199.55 0.0.0.0/0
2 DROP all -- 207.46.0.0/16 0.0.0.0/0
2 DROP all -- 207.46.199.0/24 0.0.0.0/0
207.46.199.45

Syndicate content