Below I have some useful commands to view/modify the shell in Mac or Linux. View all available shells View the current shell Change the current shell to zsh We should restart the terminal after executing the above command for the new shell to take effect. In the chsh -s we can pass any one of…
GENERAL
I have been playing around settings in the iTerm2 preferences to customize according to my needs, instead of creating a new profile I have made the changes to default profile itself. I want to reset all the changes I have made and start the fresh with default profile again. Using below two commands, we can…
This blog post shows how to install and set up the Apache HTTP Server with SSL on Red Hat Linux (7.x), and we can follow the similar steps for other flavors of Linux. Step 1: Install Apache HTTP Server Step 2: Enable and start the httpd service Step 3: Enable the required ports In above…
Below command shows, all the git branches (local, remote) in the local git repository. The remote branches list the local git repository won’t be updated automatically even someone removes the remote branch on the server. We can use the below command to update the local list of remote git branches. Instead of the above command,…
I’m happy to announce, I got re-awarded as Microsoft Most Valuable Professional (MVP) under Developer Technologies category. This is my 7th year in a row as MVP. I’m proud to be part of Microsoft MVP program. Who are MVPs? Microsoft Most Valuable Professionals, or MVPs, are community leaders who’ve demonstrated an exemplary commitment to helping…
I have some exciting news to share – my first book, Building Modern Web Applications Using Angular, is now available. This book teaches how to design and develop next generation web applications using Angular 2 and Angular 4 This book is targeted at JavaScript developers who are interested in learning how to build rich and…
I’m happy to announce, I got re-awarded as Microsoft Most Valuable Professional (MVP) under Visual Studio and Development Technologies category. This is my 5th year in a row as MVP. I’m proud to be part of Microsoft MVP program. Who are MVPs? Microsoft Most Valuable Professionals, or MVPs, are community leaders who’ve demonstrated an exemplary…
Welcome To 2014
Earlier this week, Microsoft released an optional update for Windows Phone SDK that will add two new Windows Phone 7.8 emulator images to your existing Windows Phone SDK installation. These two emulator images enable you to fully test how your Windows Phone 7.5 app’s Live Tiles will look and behave on a device running Windows…