Big data

Git keep calm and reset –hard

=================================================== $ git reset –hard A $ git reset –soft @{1} # (or ORIG_HEAD), which is D $ git commit =================================================== $ git revert –no-commit D $ git revert –no-commit C $ git revert –no-commit B $ git commit -m ‘the commit message’ listado total de commit push enviados al respositorio git shortlog -s -n […]

Git keep calm and reset –hard 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 »

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 »

Mysqldump

mysqldump Copyright © 2005-2017 LinuxTotal.com.mx Se concede permiso para copiar, distribuir y/o modificar este documento siempre y cuando se cite al autor y la fuente de linuxtotal.com.mx y según los términos de la GNU Free Documentation License, Versión 1.2 o cualquiera posterior publicada por la Free Software Foundation. Autor: Sergio González D.  (sergio.gonzalez.duran@gmail.com) mysqldump es

Mysqldump Leer más »