Minha configuração Ubuntu 17

Postado 01:19 23/04/2018 por THIAGO CONDÉ COMPARTILHAR

Instalação Inkscape:

  • sudo add-apt-repository ppa:inkscape.dev/stable -y && sudo apt-get update && sudo apt-get install inkscape -y
  •  dconf Editor sudo apt-get install dconf-tools
  • Go to org -> gnome -> settings-daemon -> plugins -> xsettings and change overrides key from
  • {'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}


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

  • sudo nano /etc/apache2/apache2.conf

  • 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

   Options Indexes FollowSymLinks
   AllowOverride All
   Require all granted



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" },

]