Install the GPG key: wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - Ensure apt is set up to work with https sources: sudo apt-getinstall apt-transport-https Select the channel to use: Stable echo"deb https://download.sublimetext.com/ apt/stable/"...
sudo apt-getinstall sublime-text-installer http://askubuntu.com/questions/172698/how-do-i-install-sublime-text-2-3 http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/getting_started/install.html
If you're new to programming, we recommend giving Atom and Sublime Text a try before you settle on your favorite. Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on, and it will manage them for you. ...
Download Spyder Sublime Text 3 Sublime Text 3 is one of my go-to text editors thanks to its simplicity. It's super versatile, though barebones, and more suited towards smaller projects. If you're only working with a few hundred lines of code in a program that you're writing, then Sub...
Sublime Text Install cabal - system for building and packaging Haskell libraries and programs (on Ubuntu): add-apt-repository -y ppa:hvr/ghc apt-get update apt-get install -y cabal-install-1.22 ghc-7.10.2 # Add this to your shell main configuration file: export PATH=$HOME/.cabal/bin:/...
HOW TO INSTALL MASTER PDF EDITOR IN UBUNTU 16.04 – A FREE PDF EDITOR FOR LINUX Introduction In this article we are going to learn How to install master PDF editor in Ubuntu 16.04. master PDF editor is a open source free PDF editor application for Linux. It’s an light weight and use...
I think, however, there hasn't been a truly in-depth cheatsheet which describe a variety of configurations and important cross-cutting topics for HTTP servers. That's why I created this repository to help us to configure high performing NGINX web and proxy servers that are fast, secure and ...
Open Google Chrome without running it in sandbox and execute the following command. The user should be logged in asroot userin the target system. root@kali:~# google-chrome -no-sandbox That was an easy installation procedure, Wasn' t it? Now it is easy to access the internet via Chrome...
But obviously, if you can copy the JSON file to your computer, you can also use traditional text editors like VS Code, Sublime Text, or Geany. You can find alist of my favorite code editors here. All of them have features or plugins you can use to edit JSON files. ...
Of course it's a great great code editor, specially when you're from a Windows background, and used to use Visual Studio. But there's no lack of native code editors or IDEs on Linux too, Atom, Sublime Text, Eclipse are few of them. Hope it's enough to kick start your code develo...