Recently, I have been using Linux(Ubuntu) machine on my virtual box quite a bit and as Microsoft.NET Developer I want to install .NET Core on Ubuntu. So I tried following the instruction from below link to install .NET core on Ubuntu 16.04.
https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x
But...
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts
Saturday, March 10, 2018
How to install Robo3T(Formerly RobMongo) on Ubuntu
Robo3T formerly known as RobMongo is one of best GUI tools for the managing and querying MongoDB database. I have been using it quite often for creating applications with MongoDB and Node.js. Recently a new version made available but there were no instructions for installing it on Ubuntu. So I thought...
Wednesday, March 7, 2018
How to install Visual Studio code on Ubuntu
Recently I presented a Webinar on ASP.NET Core on Linux. Here I have displayed how we can use Visual Studio Code a Free Open Source Editor from Microsoft to develop application. One of frequently ask question was How I can install Visual Studio Code on Linux. Since lots of People are using Ubuntu as...
Saturday, February 10, 2018
How to install node.js and npm on Debian 9
In this blog, We are going to see how we can install the node.js and npm on the Debian Operating system. So let’s get started.
First of all Either you should use “Sudo” command or use your root users to run all this command so that it will be available to all the users on this machine.
So first we...