cat_ID) != "") {
?>
Subcategories
";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "
";
?>
Posts Tagged csf
May 24, 2013
How to disable ICMP ping request on your linux server? Ping command is basically working on sending an Internet Control Message Protocol (ICMP) echo request packets to the target host and waiting for an ICMP response. To enable the PING refer to the following URL and make sure that you have logged in as a […]
+
May 9, 2013
PPTP A very basic VPN protocol based on PPP. PPTP was the first VPN protocol supported on the Microsoft Windows platform. The PPTP specification does not actually describe encryption or authentication features and relies on the PPP protocol being tunneled to implement security functionality. L2TP/IPSec Layer 2 Tunneling Protocol (L2TP) is a tunneling protocol used […]
+
April 23, 2013
What is Active FTP 1. A user connects from a random port on a file transfer client to port 21 on the server. It sends the PORT command, specifying what client-side port the server should connect to. This port will be used later on for the data channel and is different from the port used […]
+
March 28, 2013
ConfigServer firewall is a popular linux firewall security suite. It is easy to install, flexible to configure and secure with extra checks. CSF helps to control exactly what traffic is allowed in and out of the server and protect the server from malicious attack. The CSF installation includes control panel user interface available via WHM […]
+