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://www.linkedin.com/learning/nlp-with-python-for-machine-learning-essential-training/welcome |
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
| update-rc.d cron enable 2 3 4 5 |
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
| version: '3' | |
| services: | |
| spark: | |
| image: bitnami/spark:2 | |
| network_mode: host | |
| user: root | |
| environment: | |
| - SPARK_HOST=${SPARK_HOST} | |
| - SPARK_MODE=master |
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
| version: '3' | |
| services: | |
| spark: | |
| image: bitnami/spark:2 | |
| network_mode: host | |
| user: root | |
| environment: |
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://www.youtube.com/watch?v=AH2eSNCB-tc --macvlan (https://sreeninet.wordpress.com/2016/05/29/macvlan-and-ipvlan/) | |
| https://www.youtube.com/watch?v=q2c0GSpNpVg -- bridge networking | |
| https://youtu.be/q2c0GSpNpVg | |
| provide static IP address .. | |
| https://stackoverflow.com/questions/39493490/provide-static-ip-to-docker-containers-via-docker-compose # bridge network... | |
| Sample docker-compose file to take the hostname from the network itself... | |
| Refer: https://github.com/VinACE/push-to-docker/blob/master/kafkamongosync.yml |
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
| 1. proper references for each method. |
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://gospelriver.com/music/#gsc.tab=0 | |
| https://mp3-here.icu/song/jim-reeves-the-wild-rose.html |
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://jar-download.com/ | |
| To donwload any missing jars in the class path.. |
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
| ############################################################################ | |
| # # | |
| # ------- Useful Docker Aliases -------- # | |
| # # | |
| # # Installation : # | |
| # copy/paste these lines into your .bashrc or .zshrc file or just # | |
| # type the following in your current shell to try it out: # | |
| # wget -O - https://gist.githubusercontent.com/jgrodziski/9ed4a17709baad10dbcd4530b60dfcbb/raw/d84ef1741c59e7ab07fb055a70df1830584c6c18/docker-aliases.sh | bash | |
| # # | |
| # # Usage: # |
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 ln -fs /s/miniconda2/bin/python python had issues again so placed back to my python from the os s ln -s /usr/bin/python2.7 /usr/bin/python |