$ docker run -d -p 9000:80 -v $(pwd)/workdir:/var/www/html/ matheusmmo/silas
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 | |
| /** | |
| * To run just access it on your server, or run in command line (recommended). | |
| **/ | |
| error_reporting(E_ERROR); | |
| ini_set('memory_limit', '-1'); | |
| $folder = '/path/to/destination/folder/'; | |
| $videosQty = 10; | |
| // url of naruto episodes, its only a example. |
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
| youtube-dl --audio-quality 0 --add-metadata --extract-audio --audio-format mp3 --batch-file musics.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
| docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id |
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://gist.githubusercontent.com/fabiorphp/a94e0ea2558b3d10185d6d69d053c2b2/raw/configure_docker0.sh | sudo bash -s - 172.31.0.21/16 |
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
| find storage/app/OCORREN/ -printf "%T+\t%p\n" | sort -r | head -4 |
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
| Host bitbucket.org | |
| HostName bitbucket.org | |
| User git | |
| IdentityFile ~/.ssh/chave | |
| IdentitiesOnly yes | |
| Host matheus.bitbucket.org | |
| HostName bitbucket.org | |
| User git | |
| IdentityFile ~/.ssh/id_rsa |
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 cat ~/.local/share/applications/rdm.desktop | |
| [Desktop Entry] | |
| Type=Application | |
| Encoding=UTF-8 | |
| Name=Redis Desktop Manager | |
| Comment=RDM | |
| Exec=/home/matheusmmo/rdm/bin/linux/release/rdm | |
| Icon=/home/matheusmmo/rdm/src/resources/rdm.png | |
| Terminal=false |
OlderNewer