##Emmet : Wrap with abreviation ###Wrap controlling positiion
Op1
Op2
Op3
##Emmet : Wrap with abreviation ###Wrap controlling positiion
Op1
Op2
Op3
Inyectar JQuery
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
jQuery.noConflict();
for f in *; do mv "$f" "$f.tmp"; mv "$f.tmp" "`echo $f | tr "[:upper:]" "[:lower:]"`"; done
sudo lsof -nP -iTCP:[puerto] | grep LISTEN
npm : File C:\Program Files\nodejs\npm.ps1 cannot be loaded because running scripts is disabled on this system. For
more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
Ejecutar desde powershell
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser