Monthly Archive: March 2018
Occasionally you might want to know the version of ubuntu when installing a package. I usually use the following command $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=13.10 DISTRIB_CODENAME=saucy DISTRIB_DESCRIPTION=”Ubuntu Saucy Salamander (development branch)”
If you are fed up of having to set the default nodejs version in each terminal tab, then this post is for you. Hopefully you installed node using nvm. Use the following command to...
git clean removes all the untracked files from the project. It is very in large projects where you have lots of build related, log files which are not necessary to build the product. If...
licecap is the best screen capture tool which works on MAC, Windows operating systems.
For some strange reason, I started getting this error on my ubuntu server, even though everything was working perfectly before. The following command resolved the issue
Right click Start > Run type in gpedit.msc to open the Local Group Policy Editor. In the left pane, browse to Computer Configuration > Administrative Templates > Windows Components > Windows Update In the...
Get the appropriate version of installer from here Command line parameters to install visual studio Navigate to the installer from command line. Then use the executable with the following signature. vs_enterprise.exe [command] <options> When...
There are three main reasons for installing visual studio from command line. Allows installing VS with preselected options, needed to build the project. Hence, everyone in the team has exactly the same VS with...
Step 1: Find the location of the package Get-AppxPackage -AllUsers | where name -eq “<PackageName>” Step 2: Go to the app from File Explorer. If the app is inside the WindowsApps then you will...
If you get the above error, while installing dependencies for your project you should try the following steps to resolve it. Solution 1: Reinstall node-gyp and then install dependencies again npm install -g node-gyp...
Recent Comments