Category : Applications


This is a step-by-step tutorial to install Python and Jupyter Notebook to Windows 10 (64 bit). Python 3.3 or greater, or Python 2.7 is required to install the Jupyter Notebook. Download Python 3.7.4 from “https://www.python.org/downloads/release/python-374/” url 2. Choose and select “x86–64 executable installer” for Windows 10–64 bit computer 3. Select location to save the executable ..

Read more


How to Install Kubernetes on CentOS 7 (Step by Step) Introduction Small virtual environments, called containers, have become indispensable for developing and managing applications. Working on applications within an isolated container does not affect the host operating system. Containers are more efficient than virtual machines as they do not need their operating system. Kubernetes is ..

Read more


Clone Wars – Open source clones of popular sites 100+ open-source clones or alternatives of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Trello, Whatsapp, Youtube, etc. List contains source code, demo links, tech stack, and, GitHub stars count. Great for learning purpose! From https://gourav.io/clone-wars List of 100+ open-source clones Clone Demo Repo Tech ..

Read more


FFmpeg is a free and open-source collection of tools for handling multimedia files. It contains a set of shared audio and video libraries such as libavcodec, libavformat, and libavutil. With FFmpeg, you can convert between various video and audio formats, set sample rates, capture streaming audio/video, and resize videos. This tutorial walks you through installing ..

Read more