MBBS College Details For 2027

India has a rich history in the field of medical science, boasting approximately 600 esteemed institutions offering programs in MBBS, BDS, pharmacy, nursing, and other medical and paramedical disciplines.

The cost of pursuing a medical education in India varies considerably, with government colleges typically offering lower fees, starting from as low as Rs. 7,000 per year, while private colleges may charge up to Rs. 25 lakhs annually.

MBBS stands for Bachelor of Medicine, Bachelor of Surgery.

​As of 2025, Maharashtra has a total of 68 medical colleges, comprising both government and private institutions: 

  • Government Medical Colleges: 32

  • Private Medical Colleges: 36​

These colleges collectively offer a substantial number of MBBS seats, with government colleges providing approximately 5,125 seats and private colleges offering around 5,720 seats.

As of March 1, 2025, India has a total of 779 medical colleges, comprising :

  • 431 Government Medical Colleges

  • 55 Deemed Medical Colleges

  • 293 Private Medical Colleges

As of August 2024, India has 56,300 government medical college seats and 52,640 private medical college seats.

Click on Each of link below to find more details :

  1. Top 50 Medical Colleges in India - As Per NIRF Rankings 2024
  2. Top 10 Medical Government Colleges in India for MBBS Admission in 2025
  3. Leading Private Medical Colleges in India
  4. State Wise List of Medical Colleges in India
  5. List of Government Medical Colleges in Maharashtra 2025
  6. Some of FAQ

 

Install LAMP [All Latest Versions] On UBUNTU 16.04

Below is collective list of All Commands in one shot, to deploy LAMP on Ubuntu.  The pure collection of commands gives better understanding of task in hand :

Commands To Install Drush 8 On UBUNTU 16.04

It's suggested to use composer to install Drush 8. So,

INSTALL COMPOSER :

  1. Download Composer using CURL : Ensure, you are firing below command from your home directory. If Unsure about the location, just fire, cd ~ just to be sure. And then,

    sudo curl -sS https://getcomposer.org/installer | php

To Install Drupal 8 With Drush 8

Drush runs on Drupal 6, 7 and 8 However, Drupal 8, works with only Drush 8.

In order to proceed, its assumed you have already installed Drush 8 with your system/server.  If not yet done so, please check Drush in Drupal.

How To Create a Self-Signed SSL Certificate for Apache in Debian 9

How To Create a Self-Signed SSL Certificate for Apache in Debian 9

Step 1. Creating the SSL Certificate

TLS/SSL works by using a combination of a public certificate and a private key. The SSL key is kept secret on the server. It is used to encrypt content sent to clients. The SSL certificate is publicly shared with anyone requesting the content. It can be used to decrypt the content signed by the associated SSL key.

Enabling RSA key-based authentication on UNIX and Linux operating systems

Well in one of my previous blog, I explained how to create the SSH Public / Private key pair.  In todays session, I will be explaining you all how to Enable the authentication on Unix / Linux Server, based on these generated RSA key pair.  You can use RSA key-based authentication as an alternative to simple password authentication.

Setting up Local Webserver on OS X 10.10 Yosemite

This post is specific to OS X 10.10 “Yosemite”.

  1. Edit the Apache configuration file as root:  
    sudo vi /etc/apache2/httpd .conf
  2. Enable PHP by un-commenting line 169 changing : 
    #LoadModule php5_module libexec/apache2/libphp5.so 
    To
    LoadModule php5_module libexec/apache2/libphp5.so
  3. Enable Personal Websites by un-commenting the following at line 166:
    #LoadModule userdir_module libexec/apache2/mod_userdir.so
    To
    LoadModule userdir_module libexec/apache2/mod_userdir.so

LINUX / APACHE FAQ

Few of LINUX / APACHE FAQs that you could find helpful and handy at times.

Question : Write down linux command to list all files in directory
Question : Write down linux command to copy file "A" from folder "FA" to folder "FB"

MySQL FAQ

Few of MySQL FAQs that you could find helpful and handy at times.

Question : Name of configuration file of MySQL ?
Question : What is the default table type OR storage engine in MySQL ?

PHP FAQ

Few of PHP FAQs that you could find helpful and handy at times.

Question : Who is the father of PHP and Explain the changes in PHP Versions ?

Pages

Subscribe to RSS - sandipte's blog