Showing posts with label Visual Studio Code in Ubuntu. Show all posts
Showing posts with label Visual Studio Code in Ubuntu. Show all posts



Features :
  1. Add/ Remove Kali linux repositories
  2. Install all Kali Linux tools
Requirements :
  1. Requires Python 2.7 or greater
  2. A Linux OS (based on Ubuntu)
Installation :
just open terminal and copy and paste following code : 

             sudo su
       git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin

chmod +x /usr/bin/katoolin
sudo katoolin

if this don't work than,
  1. Just go to https://github.com/LionSec/katoolin.git
  2. Download the zip file from git
  3. Extract it to /usr/bin/ (don't forget to go superuser by typing sudo su)
  4. you will find katoolin.py 
  5. open it by typing   python katoolin.py
  6. And you will see the screen as above
Usage : 
  1. select the number that you want to install
  2. press 0 to install all tools
  3. type back to go back
  4. type gohome to return to default katoolin screen.


Well if you are a c# developer or if you are a net developer or  you frequently code on Visual studio who happens to use linux than good news to you. Microsoft has recently released Visual Studio Code of all Operating System including linux as well.
Microsoft, one of the top leading company well known for its brand, copyrights, privacy and trademarks has finally walking in the path of open philosophies, freedom and open source.

Here, i will guide you to install visual studio code in Ubuntu

Features

Among the 30 or so programming languages currently supported by visual studio code are : 

  • Javascript
  • c#
  • c++
  • php
  • HTML
  • Markdown
  • SASS
  • JSON
  • Python

Installing Visual Studio Code in Ubuntu

Currently Visual studio code is in its preview release which may contains some bugs, missing features.
in Ubuntu you must have to install Visual Studio Code using ubuntu make,Canonical's handy set of command-line tools for quickly installing a raft of IDEs and developer doo-dahs, zero fuss.
Soo to install Visual Studio Code in Ubuntu you must type the following line of commands in terminal


sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update && sudo apt-get install ubuntu-make
umake web visual-studio-code


Unistalling Visual Studio Code 

To uninstall Visual Studio code, we'll use the following command in terminal
    
     umake web visual-studio-code --remove

You can install Visual Studio Code by downloading the file from Microsoft: click here




So guys Happy coding in Visual Studio Code

Source : Noobslab