The GrimmChester

How to set up a SIP trunk with FreePBX and Twilio

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

8 years ago

Automated Web Hosting Solution (AWHS)Panel

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

9 years ago

How to install ioncube on Debian & Ubuntu

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

10 years ago

Comment rediriger un site HTTP vers HTTPS

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

10 years ago

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

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…

10 years ago

How To automate Horde Groupware Webmail installation

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

10 years ago

How To install the latest version of phpMyAdmin automatically on Linux

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

10 years ago

How To create a Smart DNS (DNS proxy) server

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

10 years ago

How To automate MySQL installation on Debian 7 & 8

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

10 years ago

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

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…

10 years ago