Posts

How to Install Oracle SQL Developer on Windows

Image
  Step-by-step guide to install Oracle Sql Developer on Windows :      Create Oracle Account with gmail and password      Downlaod Oracle Database XE (Express Edition) :  Oracle Database XE       Download SQL Developer :  Oracle Sql Developer     Once Downloaded Oracle Database XE      C:\Users\Sandeep\Sql Developer\OracleXE112_Win64\DISK1      You can double click on Setup --MakeSure remember password              Verify Installation YouTube Link:  How to Install Oracle SQL Developer on Windows

How to Install pyspark on Windows

Image
step-by-step guide to install Spark on Windows : How to Install  Spark on Windows  1. System Requirements/ Pre-requisites       Prerequisites of Apache Spark Installation:            1. Download Java :  java            2. Download Python :  python          3. Download Apache Spark :  spark          4. Download Hadoop Winutils and hadoop.dll :              winutils              hadoop.dll          5. Set Environmental variables          6. Test PySpark and Spark Shell       2. Validate Java jdk:  3.Validate python and install pyspark module using pip  (pip install  pyspark==3.3.2)          4. Install Apache Spark : Check comparability version and do...

How to Install MongoDB on Windows (MongoDB Installation)

Image
  step-by-step guide to install MongoDB on Windows: 1. Download MongoDB Visit the official site:  mongodb Choose: Version: Latest stable (e.g., MongoDB 6.0+) OS: Windows Package: MSI Click Download   2. Run the Installer (.msi file) Double-click the downloaded .msi file. Click Next on the welcome screen.   3. Accept License Agreement Select "I accept the terms", then click Next. 4. Choose Setup Type Select Complete for full installation. 5. Service Configuration Leave defaults: Run service as Network Service user Install MongoDB as a Service (recommended) Click Next   6. Finish Installation Click Install Once complete, click Finish 7. Verify Installation Open Command Prompt and type: mongo --version If installed correctly, it will show the MongoDB version. YouTube Link :  How to Install Mon...

How to Install Docker Desktop on Windows

Image
  step-by-step guide to install Docker Desktop on Windows : How to Install Docker Desktop on Windows  1. System Requirements     WSL   Enabled   (Docker Desktop uses it)     How to Enable WSL :  How to Enable WSL(Windows subsystem for linux) on Windows    2. Download Docker Desktop Visit the official site:  docker Click “Download for Windows    3. Run the Installer Double-click the .exe file to start installation Follow the on-screen instructions Keep the default options (WSL 2 based engine is recommended) Click OK when asked to enable required Windows features  4. Restart Your Computer Once installed, restart your system when prompted    5. Launch Docker Desktop After reboot, open Docker Desktop from Start Menu It will initialize WSL 2 and Docker engine   6. Verify Installation ...