Como instalar en Linux: NGINX MariaDB y PHP (LEMP)
Como instalar en Linux: NGINX MariaDB y PHP (LEMP) Una buena alterantiva a LAMP es LEMP (Linux Nginx MariaDB/MySQL PHP. Nginx es un servidor…
Como instalar en Linux: NGINX MariaDB y PHP (LEMP) Una buena alterantiva a LAMP es LEMP (Linux Nginx MariaDB/MySQL PHP. Nginx es un servidor…
Seguridad 1 https://www.nebrija.es/~cmalagon/seguridad_informatica/transparencias/Modulo_0.pdf Seguridad 2 http://www.seaceptanideas.com/biblio/Curso_seguridad_Hacking_Etico.pdf
blucles .sh foo=( ) top=100000;for((i=0;i<top;i++)) do ls -latr; echo “$i:Emi Winehouse” done Escribe en un editor de texto (nano, mcedit, vim,…
=================================================== $ git reset --hard A $ git reset --soft @{1} # (or ORIG_HEAD), which is D $ git commit =================================================== $…
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…
Equivalent of UNIX Grep command in Linux/Mac/Dos/Windows grep -Rni ” ” ./ Through Ack brew install ack ack "text goes here" Through…
mysql -u root -p bdname Syntax: mysql -u user_name -ppassword dbname -u : Specify mysql database user name -p : Prompt for…