| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
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
| Ayúdame a limpiar de publicidad el móvil Android de un familiar que tengo | |
| enchufado por USB. Es una persona mayor y le cuesta manejarse con anuncios y | |
| apps basura, así que el objetivo es dejarlo simple y sin publicidad. | |
| CONTEXTO Y HERRAMIENTAS | |
| - Estoy en Windows. adb suele NO estar en el PATH: búscalo antes de rendirte, | |
| normalmente está en C:\Users\<USUARIO>\AppData\Local\Android\Sdk\platform-tools\adb.exe | |
| Si no existe, dímelo. | |
| - Empieza con `adb devices`. Si sale vacío, ayúdame a activar la Depuración USB | |
| (Opciones de desarrollador: tocar 7 veces la versión de compilación; en Xiaomi |
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
| javascript:void%20function(){javascript:(function(){function%20a(a,b){if(b.length){let%20c=100/b.length,d=b.map((a,b)=%3E`${a}%20${b*c}%25%20${b*c+c}%25`);a.style.backgroundImage=%22linear-gradient(to%20right,%20%22+d.join(%22,%20%22)+%22)%22,a.style.color=%22black%22}}function%20b(a){if(a.href%26%26a.href.includes(g)){let%20b=a.href;d(b).then(b=%3E{300%3C=b.status%26%26400%3Eb.status%3F(c(a,%22olive%22,%223XX%20Redirect%22),i.redirect++):400%3C=b.status%26%26500%3Eb.status%3F(c(a,%22silver%22,%224XX%20Client%20Error%22),i.clientError++):500%3C=b.status%26%26(c(a,%22aqua%22,%225XX%20Server%20Error%22),i.serverError++),e()})}}function%20c(b,c,d){let%20e=b.getAttribute(%22colors%22);e=e%3FJSON.parse(e):[],e.includes(c)||e.push(c),b.setAttribute(%22colors%22,JSON.stringify(e)),b.setAttribute(%22status%22,d),a(b,e)}function%20d(a){let%20b=3e4,c={status:null,document:null};return%20new%20Promise(d=%3E{let%20e=new%20XMLHttpRequest;e.onreadystatechange=function(){4==e.readyState%26%26(clearTimeout(b),200%3C=e.status |
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
| /* | |
| --PIETZ OBFUSCATE CODE-- | |
| 2019-06-01 | |
| from MAKEbook.io | |
| Instructions: | |
| 1) put this in your functions.php file | |
| 2) add this to the post you want to obfuscate, on top | |
| 3) [obfuscate] | |
| 4) to start obfuscating, add a HTML code or HTML block with <start></start> |
There are so many great GIFs out there and I want to have copies of them. Twitter makes that harder than it should be by converting them to MP4 and not providing access to the source material. To make it easier, I made a bash pipeline that takes a tweet URL and a filename, extracts the MP4 from that tweet and uses ffmpeg to convert back to GIF.
- ffmpeg
- macOS:
brew install ffmpeg - Ubuntu/Debian:
apt install ffmpeg
- macOS:
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
| Hola <nombre del cliente>: | |
| Ante todo muchas gracias por ponerte en contacto y por confiar en nuestros servicios para el desarrollo de tu web. | |
| Necesitaría que por favor respondas las siguientes preguntas para realizar un presupuesto acorde a las necesidades de tu proyecto. | |
| ==================== | |
| Sobre su negocio: | |
| - ¿A qué se dedica tu empresa/proyecto/emprendimiento? |
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 | |
| /** | |
| * This function returns a page permalink | |
| * for the current website language. | |
| * | |
| * @author Mauricio Gelves <mg@maugelves.com> | |
| * @param $page_slug string WordPress page slug | |
| * @return string|false Page Permalink or false if the page is not found | |
| */ |
Para sitios corporativos uso WP Engine, aunque no estén libres de DDoS puntuales.
Para proyectos personales uso una combinación de plugins, a poder ser con CloudFlare por encima:
- BruteProtect: stopping distributed brute force attacks
- Sucuri: security hardening
- WP Security Audit Log or Simple History: audit log
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 | |
| /** | |
| * Mostrar / Ocultar Admin Bar | |
| * | |
| * Según el Codex, basta retornar el valor 'false' en la función 'show_admin_bar' para ocultar | |
| * la barra de administración. Sin embargo, esta implementación parece que no funciona correctamente. | |
| * | |
| */ | |
| function remove_admin_bar($show_admin_bar) | |
| { |
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
| # Zip the current folder and exclude | |
| # folders and files that are not needed | |
| # as per Theme Check. | |
| # | |
| # Usage: wpzip zipname | |
| # Link: http://askubuntu.com/a/28482/521222 | |
| function wpzip(){ | |
| echo "${whitef}———————————————————${reset}" | |
| zip_name=$1 # $1 is agrument 1 |
NewerOlder