This file contains 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
find /var/www/ -type f -size +25000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' |
This file contains 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
install MySQLWorkbench, then | |
export PATH=$PATH:/Applications/MySQLWorkbench.app/Contents/MacOS |
This file contains 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
#!/bin/bash | |
# install homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew update | |
brew install --cask cakebrew | |
brew install curl wget |
This file contains 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
Listado de Proxies para Telegram | |
Copia y pega los enlaces en el navegador para que se abran con Telegram. | |
Añade los servidores y DESACTIVA el proxy mientras no lo necesites. | |
Podéis gestionarlos desde Ajustes > Datos y almacenamiento > Proxy | |
*23/03/2024* | |
tg://proxy?server=proxy.digitalresistance.dog&port=443&secret=d41d8cd98f00b204e9800998ecf8427e |
This file contains 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
# File: /Users/luis/Library/Application Support/Sublime Text/Packages/User/CustomMonokai.sublime-color-scheme | |
# Font: https://github.com/tonsky/FiraCode | |
{ | |
"variables": { | |
"background": "#272822", | |
"foreground": "#F8F8F2", | |
"caret": "#F8F8F0", | |
"accent": "#AE81FF", | |
"red": "#F92672", |
OlderNewer