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
apt update | |
apt install nginx -y | |
apt install mysql-server -y | |
apt install php -y | |
apt install php-fpm -y | |
apt install phpmyadmin -y | |
ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin | |
vi /etc/nginx/sites-available/default | |
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
[globals] | |
[dialogflow] | |
;exten => test,1,NoOp(Simple test) | |
;exten => _X.,1,NoOp(Simple test) | |
;same => n,Answer | |
;;same => n,Playback(pls-hold-while-try) | |
;same => n,SpeechCreate() | |
;same => n,Set(SPEECH_ENGINE(project_id)=test-rrklnk) | |
;same => n,Set(SPEECH_ENGINE(session_id)=${UNIQUEID}) |
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
[Sep 13 15:56:01] DEBUG[23774] threadpool.c: Worker thread idle timeout reached. Dying. | |
[Sep 13 15:56:01] DEBUG[23775] threadpool.c: Worker thread idle timeout reached. Dying. | |
[Sep 13 15:56:01] DEBUG[23776] threadpool.c: Worker thread idle timeout reached. Dying. | |
[Sep 13 15:56:01] DEBUG[23779] threadpool.c: Worker thread idle timeout reached. Dying. | |
[Sep 13 15:56:01] DEBUG[23778] threadpool.c: Worker thread idle timeout reached. Dying. | |
[Sep 13 15:56:01] DEBUG[23772] threadpool.c: Worker thread idle timeout reached. Dying. | |
[Sep 13 15:56:01] DEBUG[23773] threadpool.c: Worker thread idle timeout reached. Dying. | |
[Sep 13 15:56:19] VERBOSE[23756] asterisk.c: Remote UNIX connection | |
[Sep 13 15:56:23] DEBUG[23787] chan_sip.c: Allocating new SIP dialog for Oio0lG9_LXgoALfwQODfLA.. - REGISTER (No RTP) | |
[Sep 13 15:56:23] DEBUG[23787] chan_sip.c: Trying to put 'SIP/2.0 401' onto UDP socket destined for 127.0.0.1:44768 |
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
<html> | |
<head> | |
</head> | |
<body><div class="area"></div><nav class="main-menu"> | |
<ul> | |
<li> | |
<a href="http://justinfarrow.com"> | |
<i class="fa fa-home fa-2x"></i> | |
<span class="nav-text"> |