Instalação Inkscape:
Install LAMP Stack – (Linux, Apache, MariaDB/MySQL, PHP)
sudo apt-get install apache2 php mysql-server
Install phpMyAdmin on Ubuntu 16.04
sudo apt-get install phpmyadmin
Vá até o final do arquivo e digite:
Include /etc/phpmyadmin/apache.conf
Salvar as alterações feitas no arquivo
Reinicie o servidor Apache:
sudo systemctl restart apache2
sudo chmod -R 777 /var/www/
rewrite:
sudo a2enmod rewrite
sudo nano /etc/apache2/apache2.conf
GIMP:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp -y && sudo apt-get update && sudo apt-get install gimp -y
SUBLIME TEXT 3:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - && echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list && sudo apt-get update &&
sudo apt-get install sublime-text
instalar packagecontrol
pacotes instalados: 3024, A file icon, FTPSync
configuração Key Bindings:
[
{ "keys": ["ctrl+q"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+q"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+i"], "command": "reindent","args": { "single_line": false} },
{ "keys": ["ctrl+shift+m"], "command": "upper_case" },
{ "keys": ["ctrl+m"], "command": "lower_case" },
]