How to set up a SIP trunk with FreePBX and Twilio

8 years ago
The GrimmChester

FreePBX Server Requirements FreePBX 14.0 Asterisk 13 1 Twilio Number Mine will be (579)123-1234 Notes: My setup is behind a…

Automated Web Hosting Solution (AWHS)Panel

9 years ago

Requirements For now, AWHSPanel only supports Debian 8 but its architecture allows easy new implementations. (1) MySQL 5.5 & later…

How to install ioncube on Debian & Ubuntu

10 years ago

ionCube installation What is ionCube: ionCube helps you to protect your PHP code from being viewed and modified and helps…

Comment rediriger un site HTTP vers HTTPS

10 years ago

RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R]

How To Install Linux, Nginx, MySQL, PHP (LEMP) on Debian 8

10 years ago

Files Structure: /srv /mydomain.com /.socks /www /cgi-bin /logs /public_html /ssl /tmp /blog /cgi-bin /logs /public_html /ssl /tmp 1. Installation of…

How To automate Horde Groupware Webmail installation

10 years ago

Prerequisites: - 1 database (mysql) - 1 user associated with the database - Follow this tutorial to set up apache2…

How To install the latest version of phpMyAdmin automatically on Linux

10 years ago

1. Virtual Host If you need to create a Virtual Host on Apache2 I recommend to follow this tutorial. If…

How To create a Smart DNS (DNS proxy) server

10 years ago

In this tutorial, I will show you how to create a Smart DNS also known as a DNS Proxy to…

How To automate MySQL installation on Debian 7 & 8

10 years ago

First of all to use the following script you need to have debconf on your machine. To install debconf, follow…

How To Install Linux, Apache, MySQL, PHP (LAMP) on Debian 8

10 years ago

Files Structure: /srv /mydomain.com /.socks /www /cgi-bin /logs /public_html /ssl /tmp /blog /cgi-bin /logs /public_html /ssl /tmp 1. Installation of…