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 Ubuntu. Show all posts
Showing posts with label Ubuntu. 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, January 31, 2015
Install Go Language and Lite IDE on Ubuntu
Note: I’m not moving to Another world. Still C# and ASP.NET is my bread and butter.
Recently I have installed Ubuntu as Virtual OS in Oracle Virtual Box. This was one of first exposure I got Linux base operating system. Earlier I have used Linux when I was doing my masters as part of their curriculum. So far I am having fun Ubuntu and other Linux base operating system has come far.
After...
Monday, January 26, 2015
Setting up development environment for ASP.NET 5(vNext) on Ubuntu
I am really enjoying working on Ubuntu. In previous post, We have learn how to install Sublime Text and in this blog post we are going to learn how we can setup development environment for ASP.NET 5(vNext). So what we are waiting for let’s go.
Note: First thing you need to make sure that Python 3.0 or higher version is installed. I have installed latest version of Ubuntu which already has Python...
Sunday, January 25, 2015
How to install Sublime Text 3 in Ubuntu
I am quite having fun with Ubuntu on Oracle virtual box.In last blog post, I have already shown you how you can run ASP.NET 5 (vNext) app in Ubuntu. Now we are going to setup development environment for ASP.NET 5(vNext) and my preferred choice of editor is sublime text. If you have not heard about...
ASP.NET 5(vNext) on Ubuntu 14.4(Linux)
As we all know Microsoft has recently launched ASP.NET 5 and Microsoft has made announcement that it will work on any version of Linux and OSx. So in this post we are going to learn how we can use ASP.NET 5 on Ubuntu.
Installing Ubuntu on Oracle Virtual Box:
As I don’t have spare computer where...