Archive Post
Home
Add Your Own Branded Image Logo to the WordPress Login Screen
function change_my_wp_login_image() { echo " "; } add_action("login_head", "change_my_wp_login_image"); http://diythemes.com/thesis/rtfm/add-image-logo-wordpress-login/
Customize the WordPress admin menu based on user roles
WordPress can be a powerful content management system but if…
IPtables – Bloquear IPs definitivamente
IPtables - Bloquear IPs definitivamente Galera, Estava com um problema…
IP bloqueado ataque continua Prevencao Syn Flood
# Prevencao Syn Flood http://www.forumcpanel.com.br/topic/2148-ip-bloqueado-ataque-continua/ iptables -N syn-flood iptables -A…
Prevent syn floods [SYN_RECV] attack on Linux (cPanel) Server
revent syn floods [SYN_RECV] attack on Linux (cPanel) Server One…
http://www.devin.com.br/shell_script/
Programando em shell script Comentários 160 Visualizações 509,824 489 4…
Entendendo TCP/IP (Parte 5) – Portas TCP/UDP
Conceitos e Portas Locais Conceitos Hoje em dia, é comum…