Phinx . database migration
Phinx http://docs.phinx.org Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes,…
Phinx http://docs.phinx.org Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes,…
Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices with minimal effort, packaged here for Ubuntu and Debian. Forticlient…
El shell de linux: Comando diff El comando diff nos permite comparar dos ficheros linea a linea y nos informa de las…
nmap La primera solución que pensamos muchos es: nmap , ver artículo llamado: Ver puertos abiertos con NMap y medidas para protegernos …
error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE); Nobody enjoys the process of debugging their code. If you want to build killer web…
herramientas para la visualización de datos English Tener una buena información, con datos fiables es solo el primer paso para lograr una…
mysql -u root -p bdname Syntax: mysql -u user_name -ppassword dbname -u : Specify mysql database user name -p : Prompt for…
How to Detect and Analyze DDoS Attacks Using Log Analysis The cloud delivers many benefits to companies and users alike, but it…
Topics PHP Single and Double Quotes Indentation Brace Style Use elseif, not else if Regular Expressions No Shorthand PHP Tags Remove Trailing…
Instalar servidor Apache y PHP, y levantar sitios HTML y PHP en Ubuntu En esta entrada haremos una práctica para levantar…