https://github.com/mgalarnyk/installations_mac_ubuntu_windows
Installations for Data Science. Anaconda, RStudio, Spark, TensorFlow, AWS (Amazon Web Services).
https://github.com/mgalarnyk/installations_mac_ubuntu_windows
anaconda aws-ec2 ec2-instance python rstudio spark
Last synced: 2 months ago
JSON representation
Installations for Data Science. Anaconda, RStudio, Spark, TensorFlow, AWS (Amazon Web Services).
- Host: GitHub
- URL: https://github.com/mgalarnyk/installations_mac_ubuntu_windows
- Owner: mGalarnyk
- Created: 2015-12-18T13:24:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T07:41:37.000Z (over 2 years ago)
- Last Synced: 2025-03-30T02:09:49.140Z (3 months ago)
- Topics: anaconda, aws-ec2, ec2-instance, python, rstudio, spark
- Language: Jupyter Notebook
- Homepage: https://medium.com/@GalarnykMichael
- Size: 12.4 MB
- Stars: 234
- Watchers: 30
- Forks: 167
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installations for Mac, Windows, and Ubuntu
Common and Uncommon Installations/Configurations for Python, R, Big Data, TensorFlow, AWS, GPG. Also please subscribe to my youtube channel!
## Anaconda (Python)
Operating System | Blog Post | Youtube Video
--- | --- | ---
Mac | [Install Anaconda on Mac](https://medium.com/@GalarnykMichael/install-python-on-mac-anaconda-ccd9f2014072#.lvhw2gt3k "Install Anaconda on Mac") | [Youtube Video](https://www.youtube.com/watch?v=B6d5LrA8bNE "Youtube Video")
Ubuntu | [Install Anaconda on Ubuntu](https://medium.com/@GalarnykMichael/install-python-on-ubuntu-anaconda-65623042cb5a#.4kwsp0wjl) | [Youtube Video](https://www.youtube.com/watch?v=jo4RMiM-ihs)
Windows | [Install Anaconda on Windows](https://medium.com/@GalarnykMichael/install-python-anaconda-on-windows-2020-f8e188f9a63d) | [Youtube Video](https://youtu.be/uOwCiZKj2rg)
All | [Environment Management with Conda (Python 2 + 3, Configuring Jupyter Notebooks)](https://medium.com/towards-data-science/environment-management-with-conda-python-2-3-b9961a8a5097) | [Youtube Video](https://www.youtube.com/watch?v=rFCBiP9Gkoo)
All | [Installing PyCharm and Anaconda on Windows, Mac, and Ubuntu](https://medium.com/@GalarnykMichael/setting-up-pycharm-with-anaconda-plus-installing-packages-windows-mac-db2b158bd8c) | [Youtube Video](https://www.youtube.com/watch?v=4-YBLBFcADk)## AWS
What is it? | Blog Post | Youtube Video/Datacamp Article
--- | --- | ---
AWS EC2: Part 1 Launch EC2 Instance (Linux)| [Blog](https://medium.com/@GalarnykMichael/aws-ec2-part-1-creating-ec2-instance-9d7f8368f78a#.kr048sxyc) | [Youtube Video](https://www.youtube.com/watch?v=3KHI5mBV8MY&t=96s)
AWS EC2: Part 2 SSH into EC2 Instance (Linux) | [Blog](https://medium.com/@GalarnykMichael/aws-ec2-part-2-ssh-into-ec2-instance-c7879d47b6b2#.bjs0rdz3j) | [Youtube Video](https://www.youtube.com/watch?v=l53QjtPvF_A&)
AWS EC2: Part 3 Install Anaconda on EC2 (Linux) | [Blog](https://medium.com/@GalarnykMichael/aws-ec2-part-3-installing-anaconda-on-ec2-linux-ubuntu-dbef0835818a#.8lmlie7c9) | [Youtube Video](https://www.youtube.com/watch?v=HJ_ayBsZytg)
AWS EC2: Part 4 Start a Jupyter/IPython Notebook Server on AWS (Linux) | [Blog](https://medium.com/@GalarnykMichael/aws-ec2-part-4-starting-a-jupyter-ipython-notebook-server-on-aws-549d87a55ba9#.ylckaikgc) | [Youtube Video](https://www.youtube.com/watch?v=YBdYTgwb2OM)
Set up and use Jupyter Notebooks on AWS | [Blog](https://medium.com/towards-data-science/setting-up-and-using-jupyter-notebooks-on-aws-61a9648db6c5) | [Youtube Video](https://youtu.be/q1vVedHbkAY)
AWS EC2: Launch, Connect, and Setup a Data Science Environment on Windows Server | [Blog](https://www.datacamp.com/community/tutorials/aws-ec2-beginner-tutorial) | [Video Based on Article](https://www.youtube.com/watch?v=mf5u2chPBjY)
Setup and use JupyterHub (TLJH) on AWS EC2 | [Blog](https://www.kdnuggets.com/2023/01/setup-jupyterhub-tljh-aws-ec2.html?fbclid=IwAR1aswRoPmV4Q-3tviwAq4TedBxj_-HopnguGS3TXRBYjJeWEY8y2u9vuE8) | [Video Based on Article](https://youtu.be/h4E4ZvUhYZE)## Git
Operating System | Blog Post | Youtube Video
--- | --- | ---
Mac | [Install Git on Mac](https://medium.com/@GalarnykMichael/install-git-on-mac-a884f0c9d32c "Install Git on Mac") | None
Windows | [Install Git on Windows](https://medium.com/@GalarnykMichael/install-git-on-windows-9acf2a1944f0 "Install Git on Windows") | [Youtube Video](https://www.youtube.com/watch?v=n3Mh9SOSEUA "Youtube Video")## GPG (GnuPG)
Operating System | Blog Post
--- | ---
All | [Public-key (asymmetric) Cryptography using GPG](https://medium.com/@GalarnykMichael/public-key-asymmetric-cryptography-using-gpg-5a8d914c9bca)## Homebrew
Operating System | Blog Post | Datacamp Tutorial
--- | --- | ---
Mac | [How to Install and Use Homebrew](https://medium.com/@GalarnykMichael/how-to-install-and-use-homebrew-80eeb55f73e9) | [How to Install and Use Homebrew](https://www.datacamp.com/community/tutorials/homebrew-install-use)## RStudio
Operating System | Blog Post | Youtube Video
--- | --- | ---
Mac | [Install R and RStudio on Mac](https://medium.com/@GalarnykMichael/install-r-and-rstudio-on-mac-e911606ce4f4) | [Youtube Video](https://www.youtube.com/watch?v=1PsPfMaLWSk)
Ubuntu (12.04/14.04/16.04) | [Install R and RStudio on Ubuntu 12.04/14.04/16.04](https://medium.com/@GalarnykMichael/install-r-and-rstudio-on-ubuntu-12-04-14-04-16-04-b6b3107f7779#.g13pp3a6l) | [Youtube Video](https://www.youtube.com/watch?v=GsuA5ugYqyw)
Windows (7, 8, and 10) | [Install R and RStudio on Windows 7, 8, and 10](https://medium.com/@GalarnykMichael/install-r-and-rstudio-on-windows-5f503f708027#.n4usbyrof) | [Youtube Video](https://www.youtube.com/watch?v=GAGUDL-4aVw)## Spark (Python)
Operating System | Blog Post | Youtube Video
--- | --- | ---
Mac | [Install Spark on Mac](https://medium.com/@GalarnykMichael/install-spark-on-mac-pyspark-453f395f240b#.l3vblzc9u) | [Youtube Video](https://www.youtube.com/watch?v=I5JtvpyM14U&t=3s)
Ubuntu | [Install Spark on Ubuntu](https://medium.com/@GalarnykMichael/install-spark-on-ubuntu-pyspark-231c45677de0#.vie5g08b6) | [Youtube Video](https://www.youtube.com/watch?v=uhVYTNEe_-A&t=15s)
Windows | [Install Spark on Windows](https://medium.com/@GalarnykMichael/install-spark-on-windows-pyspark-4498a5d8d66c) | [Youtube Video](https://www.youtube.com/watch?v=t63PS3kiTTQ)## TensorFlow
What is it? | Blog Post | Youtube Video
--- | --- | ---
AWS GPU (Ubuntu) | In Progress | [Youtube Video](https://www.youtube.com/watch?v=IvPTA-joTA8)## Contributors
FirstName | LastName
--- | ---
Michael | Galarnyk
Submit | Pull Request## License
Anyone may contribute to our project. Submit a pull request. So many installs to document and improve on. Configurations are also welcome.