Articles by Falko Timme
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 16 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php, web server • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On Fedora 16 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 16 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - CentOS 6.2 x86_64 With Apache2 [ISPConfig 3]
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 31
The Perfect Server - CentOS 6.2 x86_64 With Apache2 [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.2 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
Ubuntu 11.10 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, ubuntu • Comments: 1
This tutorial explains the installation of a Samba fileserver on Ubuntu 11.10 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.1 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 5
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.1 server with PHP5 support (mod_php) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.1
Author: Falko Timme • Tags: nginx, suse, web server • Comments: 0
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.1 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an OpenSUSE 12.1 server with PHP5 support (through PHP-FPM) and MySQL support.
-
The Perfect Server - CentOS 6.1 x86_64 With nginx [ISPConfig 3]
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 2
The Perfect Server - CentOS 6.1 x86_64 With nginx [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.1 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache.
-
The Perfect Server - CentOS 6.1 x86_64 With Apache2 [ISPConfig 3]
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 2
The Perfect Server - CentOS 6.1 x86_64 With Apache2 [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.1 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
Setting Up Unison File Synchronization Between Two Servers On Ubuntu 11.10
Author: Falko Timme • Tags: storage, ubuntu • Comments: 2
Setting Up Unison File Synchronization Between Two Servers On Ubuntu 11.10 This tutorial shows how to set up file synchronization between two Ubuntu 11.10 servers with Unison. Unison is a file-synchronization tool similar to rsync, but the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on server1 will be replicated to server2 and vice versa.
-
Finding Out Package Dependencies With apt-rdepends On Debian/Ubuntu
Author: Falko Timme • Tags: debian, ubuntu • Comments: 2
Finding Out Package Dependencies With apt-rdepends On Debian/Ubuntu Sometimes you need to find out all the dependencies of a package. This tutorial explains how to use apt-rdepends to recursively list all dependencies of a Debian/Ubuntu package.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support.