pj655040999@gmail.com

PHPUnit

Getting Started with PHPUnit Download We distribute a PHP Archive (PHAR) that contains everything you need in order to use PHPUnit. Simply download it from here, make it executable, and put it into your $PATH, for instance: ➜ wget https://phar.phpunit.de/phpunit.phar ➜ chmod +x phpunit.phar ➜ sudo mv phpunit.phar /usr/local/bin/phpunit ➜ phpunit –version PHPUnit 6.1.0 by

PHPUnit Leer más »

Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices

Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices with minimal effort, packaged here for Ubuntu and Debian. Forticlient – SSLVPN .deb packages Officially there is only a generic tar.gz package available. As I use Ubuntu most the time, I decided to build .deb packages for 32/64bit Ubuntu with a nice desktop

Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices Leer más »

PHP Debugging

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 apps though, it’s vital that you understand the process thoroughly. This article breaks down the fundamentals of debugging in PHP, helps you understand PHP’s error messages and introduces you to some useful tools

PHP Debugging Leer más »

herramientas para la visualización de datos

herramientas para la visualización de datos English Tener una buena información, con datos fiables es solo el primer paso para lograr una presentación o una historia que atraiga la atención de los espectadores. Hoy en la red encontramos varias herramientas que nos permiten visualizar los datos de manera clara y mucho más efectiva que si

herramientas para la visualización de datos Leer más »

Grep

Equivalent of UNIX Grep command in Linux/Mac/Dos/Windows grep -Rni » » ./ Through Ack brew install ack ack «text goes here» Through find find . |grep «text goes here» Through grep grep -RnslI «text goes here» You can use the ‘type’ and ‘find’ command in Dos/Windows to get the equivalent output of the UNIX ‘cat’

Grep Leer más »

Loop de WordPress

En una entrada anterior ya estudiamos cómo funciona el Loop de WordPress y te expliqué con detalle los conceptos básicos para entender la porción de código fundamental que utilizan los temas de WordPress para visualizar los contenidos de tu base de datos. Hoy iremos un paso más allá y veremos cuatro formas diferentes de personalizar el Loop de

Loop de WordPress Leer más »