Search This Blog

Monday, May 15, 2023

How to change default browser on MAC !!

Hi Everyone,

Recently, I have had to change the default browser setting from Safari to Chrome or Mozilla. 

An easy way to do this with the following steps:

How to set or change the default browser on MAC:

Step 1. Click on the Apple icon on the left. 

Step 2. Go to System Settings. 




Step 3. Go to the Desktop and Deck option.

Step 4. Go to the Default browser and change the browser. 



That's it, I Hope you can change the default browser now on MAC. 

Cheers !! 

Thursday, April 20, 2023

Warning: bundle initial exceeded maximum budget - Angular

 

If we get following warning :

Warning: bundle initial exceeded maximum budget.

then to solev this we need to increase budget in angular.json 

            "budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},

Cheers,


Tuesday, December 20, 2022

How to install brew on MAC !!

 Run following command with sudo access:

arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"


This will install brew. 

Cheers,

Kapil 

Popular Posts