Linux & Unix
How to install FFmpeg on Ubuntu 14.04
FFmpeg has been removed from Ubuntu 14.04 and was replaced by Libav. This decision has been reversed so that FFmpeg…
Where is the ISPConfig 3 configuration file?
ISPConfig 3 has two different configuration files, one for the server part and one for the interface. ISPConfig 3 Interface…
Enable image caching in apache for better Google Page Speed results
High page speed and short page load times of your website are essential for good search engine rankings today. In…
How to Copy Files with SCP between Linux Servers
1.1 SCP Command Line-An Overview The SCP command line is commonly used to copy files over SSH, and between…
Which ports are used on a ISPConfig 3 server and shall be open in the firewall?
Here is a list of ports that are used commonly on ISPConfig 3 servers. If you don't have all services…
Fix “HTTP request length 134926 (so far) exceeds MaxRequestLen” error on Debian Linux
When you get a 500 error in a webpage hosted on Debian Linux (6.0) with apache webserver and fastcgi, take a…
How to reset the administrator password in ISPConfig 3
If you lost your ISPConfig 3 administrator password, you can reset it with the following SQL query. UPDATE sys_user SET…
Redirect http requests to a new folder with apache rewrite rules
When you reorganize the structure of a website, you might want to redirect requests to files in a old folder…
ISPConfig 3: How to send copys of incoming emails to other mailboxes
A copy of a incoming email can be sent to a second email address by adding a cc command to…
How to disable MySQL replication on master/master andmaster/slave setups
The following guide shows how to disable and remove mysql replication from two or more mysql servers. These steps can…