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
| @echo off | |
| setlocal enabledelayedexpansion | |
| chcp 65001 >nul | |
| cd /d "%~dp0" | |
| :: 7-Zip Pfad definieren | |
| set "ZIPTOOL=C:\Program Files\7-Zip\7z.exe" | |
| :: Debug-Informationen | |
| echo [DEBUG] Aktuelles Verzeichnis: %CD% |
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
| window.addEventListener("load", function() { | |
| // hearthis html code | |
| var t = jQuery("[id^='hearthis_at_']"); | |
| if (1 == t.length) { | |
| /* | |
| var e = t.closest(".wpb_wrapper").parent("div"); | |
| e.closest(".vc_column-inner").first(".wpb_wrapper").css({ | |
| "padding-top": e.outerHeight() - 30 + "px" | |
| }), jQuery(e).addClass("cst-htp-sty") |
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://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | |
| https://mirror1.malwaredomains.com/files/justdomains | |
| http://sysctl.org/cameleon/hosts | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt | |
| https://hosts-file.net/ad_servers.txt | |
| https://www.malwaredomainlist.com/hostslist/hosts.txt | |
| http://someonewhocares.org/hosts/hosts | |
| http://winhelp2002.mvps.org/hosts.txt | |
| https://blocklist.kowabit.de/win10list.txt |
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
| [H4sIAAAAAAAAAE2MWwqAMAwEr+QLqblMURNMoG3ERry+aAv6u7MzSW3lLEgXycbGpjsMvU/PHAUx0CVoDM75Y0Y586JmGmGsn59ayeQK4XcF11TxKY/tZ+USnjpPaV4CvQCaG0FwXwmRAAAA] |
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
| <?php | |
| echo $_SERVER['DOCUMENT_ROOT']; | |
| ?> |
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
| ; Wenn Ihr OneDrive unter Windows 10 auch im Explorer entfernen wollt, geht in die Registry (regedit) unter: | |
| ; HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace | |
| ; Dort ist ein OneDrive Eintrag, diesen könnt Ihr löschen. Alternativ könnt ihr auch "NameSpace" direkt löschen. | |
| ; REMOVE ----------------------------------------------------- | |
| Windows Registry Editor Version 5.00 | |
| ; Explorer Ordner "3D-Objekte" ausblenden | |
| [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}] |
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
| add_filter('wpseo_metadesc', function($description){ | |
| if (strpos($description, '[vc_row][vc_column][vc_column_text]') !== false) { | |
| $description = str_replace( '[vc_row][vc_column][vc_column_text]', '', $description ); } | |
| return $description; | |
| }); |
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
| # Example: | |
| # OLD URL: http://website.com/xxx/yyy/picture.png | |
| # NEW URL: http://website.com/wp-content/picture.png | |
| # So, I want to replace /xxx/yyy/ with the normal /wp-content/ path of WordPress. | |
| # Put this in your .htaccess file. | |
| RewriteEngine on | |
| RedirectMatch 301 /xxx/yyy/(.*) http://website.com/wp-content/$1 |
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://editor.p5js.org/ | |
| function setup() { | |
| createCanvas(500, 500); | |
| } | |
| function draw() { | |
| background(255, 192, 203); | |
| //eyes |
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
| sudo pihole -up && sudo apt-get --yes update && sudo apt-get --yes dist-upgrade |
NewerOlder