facebook

How to install Visual Studio Code in your Ubuntu environment?

  Microsoft now provides packages to install Visual Studio Code in Ubuntu environment. Isn’t it amazing to know this fact? Well, so let me tell you some other interesting things about the Visual Studio Code before proceeding to the installation part. Benefits of installing the Visual Studio Code • You can use command line prompt […]

Ruby on rails in ubuntu 16.04

    PART -1 (Installation) sudo apt-get update sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev nodejs cd git clone https://github.com/rbenv/rbenv.git ~/.rbenv echo ‘export PATH=”$HOME/.rbenv/bin:$PATH”‘ >> ~/.bashrc echo ‘eval “$(rbenv init -)”‘ >> ~/.bashrc exec $SHELL git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build echo ‘export PATH=”$HOME/.rbenv/plugins/ruby-build/bin:$PATH”‘ >> ~/.bashrc exec $SHELL […]

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top