https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching| #Finding subdomains via Nmap. | |
| nmap --script dns-brute --script-args dns-brute.domain=domain.com,dns-brute.threads=6,dns-brute.hostlist=./sub1000.lst | |
| nmap --script dns-brute --script-args dns-brute.domain=domain.com,dns-brute.threads=6,dns-brute.hostlist=./sub10000.lst | |
| nmap --script dns-brute --script-args dns-brute.domain=domain.com,dns-brute.threads=6,dns-brute.hostlist=./sub100000.lst | |
| nmap --script dns-brute --script-args dns-brute.domain=domain.com,dns-brute.threads=6,dns-brute.hostlist=./sub1000000.lst |
| #!/bin/bash | |
| # Name: install_ts3-server.sh | |
| # Version: 1.3 | |
| # Created On: 3/5/2015 | |
| # Updated On: 11/17/2019 | |
| # Created By: rcguy | |
| # Description: Automagically installs the Linux TeamSpeak 3 Server | |
| # Tested on: Debian 10 / x64 / VPS / 2 Cores / 2GB RAM / 20 GB SSD | |
| # ==> VARIABLES <== |
| wget https://download.mikrotik.com/routeros/6.36.3/chr-6.36.3.img.zip -O chr.img.zip | |
| gunzip -c chr.img.zip > chr.img | |
| mount -o loop,offset=33554944 chr.img /mnt | |
| ADDRESS=`ip addr show eth0 | grep global | cut -d' ' -f 6 | head -n 1` | |
| GATEWAY=`ip route list | grep default | cut -d' ' -f 3` | |
| echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] | |
| /ip route add gateway=$GATEWAY | |
| " > /mnt/rw/autorun.scr | |
| umount /mnt | |
| echo u > /proc/sysrq-trigger |
| ROBOCOPY "path_from" "path_to" /E /XC /XN /XO |
| https://support.hp.com/mx-es/document/c02177345 | |
| https://h30467.www3.hp.com/t5/Impresi%C3%B3n-escaneo-fax-y-copia/Impresion-caracteres-a2/td-p/749974 | |
| net stop spooler | |
| net start spooler | |
| setlocale(LC_ALL,"es_ES@euro","es_ES","esp"); | |
| $d = "nombre de l campo en la base de datos"; | |
| $fecha_base = strftime("%d de %B de %Y", strtotime($d)); | |
| echo $fecha_base; |
| robocopy E:\FILESERVER Z: /E /XO |
| tail -f /var/db/system/syslog-xxxxxxxxxx/log/messages | |
| /var/log/samba4 | |
| ###################### | |
| Source # | |
| ###################### | |
| https://www.truenas.com/community/threads/tutorial-add-full-logging-on-samba-shares-full_audit-freenas-9-3.13840/ |
| ## | |
| Desinstalar Antivirus | |
| ## | |
| Descargar el solucionador de problemas | |
| https://support.microsoft.com/en-gb/help/10164/fix-windows-update-errors | |
| ## | |
| Para los servicios | |
| net stop wuauserv | |
| net stop cryptSvc |