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
| https://www.vivaolinux.com.br/artigo/Asterisk-Configuracao-de-conferencia-com-PIN |
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
| /etc/asterisk/extensions.conf | |
| [did-incoming] | |
| exten => _6100,2,Goto(ivr,s,1) | |
| [ivr] | |
| exten => s,1,Answer | |
| exten => s,2,NoOp(Ligação entrou na URA) | |
| exten => s,n,Background(/var/lib/asterisk/sounds/bemvindo_a_empresa_X) |
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
| https://scotch.io/tutorials/simple-laravel-layouts-using-blade |
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
| [macro-disca-automatico] | |
| exten => s,1,Set(INDICE=2) | |
| exten => s,n,Set(TRONCO=${ARG1}) | |
| exten => s,n,Set(NUMERO=${ARG2}) | |
| exten => s,n,Set(OPERADORA=${ARG3}) | |
| exten => s,n,Set(OPERADORASAIDA=${ARG4}) | |
| exten => s,n,Set(CODIGO=${ARG5}) | |
| exten => s,n,Set(SUPRIMIR=${ARG6}) | |
| exten => s,n,Set(CORTELIGACAO=${ARG7}) |
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
| Using Sublime Package Control | |
| If you are using Will Bond's excellent Sublime Package Control, | |
| you can easily install Soda Theme via the Package Control: Install Package menu item. | |
| The Soda Theme package is listed as Theme - Soda in the packages list. | |
| Sublime Text 2 | |
| Open your User Settings Preferences file Sublime Text 2 -> Preferences -> Settings - User | |
| Add (or update) your theme entry to be "theme": "Soda Light.sublime-theme" or "theme": "Soda Dark.sublime-theme" |
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
| Debian 8.2 64 | |
| aptitude update | |
| aptitude install build-essential wget vim-nox subversion linux-headers-$(uname -r) | |
| Requerido para a compilação das fontes: | |
| aptitude install gcc cpp-4.8 g++ make | |
| Requerido para Criptografia IAX2 e SIP. |
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 tcpdump -i any -w "SIP_%m_%2d%2H%2M.pcap" -G 898 -Z root -s 65535 ip host meu.ip and not tcp and not icmp and not dst port 123 and not dst port 161 and not dst port 53 and not dst port 7000 >/dev/null 2>&1 & |
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
| A certificação ZCE PHP5 | |
| Por que se certificar? | |
| O Exame | |
| Questões e estratégias | |
| Áreas cobertas pela certificação | |
| O Básico do PHP | |
| Tags de abertura e Fechamento | |
| Variáveis | |
| Constantes |
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 |
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 |