This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install MySQL | |
| sudo apt-get install mysql-server | |
| -------------------------------------------------------------------------------------------------------------------- | |
| Harden MySQL Server | |
| sudo mysql_secure_installation | |
| -------------------------------------------------------------------------------------------------------------------- | |
| Root Login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PHP 7 | |
| php7.0-fpm php7.0-cli php7.0-curl php7.0-gd php7.0-intl php7.0-imagick php7.0-imap php7.0-mcrypt php7.0-memcache php7.0-pspell php7.0-recode php7.0-tidy php7.0-xmlrpc php7.0-xsl php7.0-pgsql php7.0-mysql php7.0-redis php7.0-apcu php7.0-common php7.0-xdebug php7.0-json | |
| ------------- | |
| PHP 5 | |
| php5-fpm php5-cli php5-curl php5-gd php5-intl php5-imagick php5-imap php5-mcrypt php5-memcache php5-pspell php5-recode php5-tidy php5-xmlrpc php5-xsl php5-pgsql php5-mysql php5-redis php5-apcu php5-common php5-xdebug php5-json | |
| ------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo apt-get update | |
| $ sudo apt-get install nginx | |
| http://server_domain_name_or_IP | |
| To stop your web server, you can type: | |
| $ sudo service nginx stop | |
| To start the web server when it is stopped, type: | |
| $ sudo service nginx start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://my.digium.com/en/products/ivr/audio-converter/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git --version | |
| If not, install it from source. First remove the system Git: | |
| $ sudo apt-get remove git | |
| Install the pre-requisite files for Git compilation: | |
| $ sudo apt-get install build-essential zlib1g zlib1g-dev libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev | |
| $ mkdir /tmp/git && cd /tmp/git | |
| $ wget https://www.kernel.org/pub/software/scm/git/git-2.6.4.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository ppa:webupd8team/sublime-text-2 | |
| sudo apt-get update | |
| sudo apt-get install sublime-text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Crie uma conta no Digital Ocean; | |
| 2. Crie um droplet Ubuntu (estas instruções são baseadas em Ubuntu) | |
| 3. Escolha o pacote LEMP para ser instalado com seu Ubuntu | |
| 4. Escolha ou associa sua chave publica para acesso ao servidor | |
| 5. Acesse seu server usando SSH (ssh root@<ip informado pelo DO>) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -sL https://deb.nodesource.com/setup_6.x | bash - | |
| sudo apt-get install -y nodejs | |
| $ npm install -g npm | |
| $ npm install -g bower | |
| $ npm install -g gulp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. A partir /var/www/vhosts/seuvhost.com/ | |
| Instalar composer | |
| $ php -r "readfile('https://getcomposer.org/installer');" | php | |
| $ mv composer.phar /usr/bin/composer/ | |
| 2. Navegar até resources/assets e rodar: | |
| $ bower install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Conteúdo Programático | |
| 1. Familiarizar-se com Linux | |
| Reveja a história e o desenvolvimento do Linux | |
| Digitar comandos shell | |
| Obter ajuda para usar Linux | |
| Iniciar e parar o Linux | |
| 2. Administrando Contas de Usuário e Grupo | |
| Criar contas de usuário e grupo |
OlderNewer