Blog

sendgrid

Sendgrid is a SMTP (Transactional Email Provider). https://sendgrid.com Sendgrid allow you to send email from your applications using SMTP or API. SASL…

Installing Asterisk from Source

You can download latest source code from https://downloads.asterisk.org/pub/telephony/asterisk/ To install latest 15.x version, run cd /usr/local/src wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15-current.tar.gz tar xvf asterisk-15-current.tar.gz cd…

Errors

How to fix PCIe Bus Error: severity=Corrected, type=Physical Layer Unable to detect ICU prefix Nginx 413 Request Entity Too Large debconf: unable…

tcpdump

tcpdump is a useful command to track traffic on your network. To see all traffic between your PC and a remote server,…

Asterisk

Installing Asterisk from Source Installing Asterisk on Ubuntu Asterisk is open source framework to build communication applications (PBX). https://www.asterisk.org Access Asterisk console…

Sentora Free Hosting Control Panel

Sentora is a free hosting control panel. http://www.sentora.org Apache config is stored in folder /etc/sentora/configs/apache/httpd.conf /etc/sentora/configs/apache/httpd-vhosts.conf Web site files are stored in…

history

To get history show time history -a will append your current session history to the content of the history file. history -w…