This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://bitwarden.joph-auth.com | |
| https://passwords.minifyx.de | |
| https://passwords.mscripps.com/ | |
| https://bitwarden.asgardian.co.uk/ | |
| https://vault.passwordspace.com/ | |
| http://bitwarden.deluxe-services.xyz | |
| https://pw.security-vault.de/ | |
| https://safe.nickf.de/ | |
| http://bitwarden.cdr-services.com/ | |
| http://safe.in.kremer-pigmente.de/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Toot */ | |
| .compose-form__publish-button-wrapper > .button.button--block { | |
| font-size: 0 !important; | |
| } | |
| .compose-form__publish-button-wrapper > .button.button--block::after { | |
| content: "Toot!"; | |
| text-transform: none; | |
| font-size: 15px; | |
| position: relative; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 192.168.0.1 Non-routable local internet address | |
| 1.0.0.1 one.one.one.one | |
| 1.1.1.1 one.one.one.one | |
| 8.8.4.4 dns.google | |
| 8.8.8.8 dns.google | |
| 9.9.9.9 dns9.quad9.net | |
| 9.9.9.11 dns11.quad9.net | |
| 45.90.28.100 dns1.nextdns.io | |
| 45.90.30.100 dns2.nextdns.io | |
| 94.140.14.140 dns-unfiltered.adguard.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/local/bin/php | |
| <?php | |
| // Credits | |
| // https://www.webniraj.com/2019/03/12/auto-reporting-lfd-block-reports-to-abuse-ip-db-v2/ | |
| // AbuseIPDB API v2 Key | |
| $api_key = 'xxx'; | |
| // AbuseIPDB API v2 Endpoint |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rpm -Uvh --force http://mirror.centos.org/centos-7/7/os/x86_64/Packages/centos-release-7-8.2003.0.el7.centos.x86_64.rpm | |
| yum clean all | |
| yum update -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *: PTR.DO.IP | |
| NOTA: PTR corresponde ao hostname do IP basicamente. Deve criar algo e configurar um domínio para tal. Por exemplo - mailserver.dominio.com | |
| O PTR pode ser alterado na empresa onde comprou o IP. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] | |
| "CortanaConsent"=dword:00000000 | |
| "BingSearchEnabled"=dword:00000000 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Force www | |
| RewriteEngine on | |
| RewriteCond %{HTTP_HOST} ^example.com [NC] | |
| RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301,NC] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # CONFIGURAR UTILIZAÇÃO DO HTTPS | |
| RewriteEngine On | |
| RewriteCond %{SERVER_PORT} 80 | |
| RewriteRule ^(.*)$ https://dominiodosite.pt/$1 [R,L] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - keepass.fr | |
| - 7zip.fr | |
| - inkscape.fr | |
| - gparted.fr | |
| - clonezilla.fr | |
| - paintnet.fr | |
| - greenshot.fr | |
| - scribus.fr | |
| - audacity.es | |
| - stellarium.fr |
NewerOlder