Linux Tutorials on the topic “Ubuntu”
-
How To Upgrade Ubuntu 12.10 (Quantal Quetzal) To 13.04 (Raring Ringtail) (Desktop & Server)
Author: Falko Timme • Tags: ubuntu, desktop • Comments: 1
How To Upgrade Ubuntu 12.10 (Quantal Quetzal) To 13.04 (Raring Ringtail) (Desktop & Server) The new Ubuntu 13.04 (Raring Ringtail) has just been released. This guide shows how you can upgrade your Ubuntu 12.10 desktop and server installations to Ubuntu 13.04.
-
Setting Up ProFTPd + TLS On Ubuntu 12.10
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 1
Setting Up ProFTPd + TLS On Ubuntu 12.10 FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 12.10 server.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 12.10
Author: Falko Timme • Tags: ftp, ubuntu • Comments: 1
This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup. This tutorial is based on Ubuntu 12.10.
-
-
Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 0
Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run activeCollab 3 on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 3
Running PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a PrestaShop 1.5.x web site on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 0
Running Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a Redaxo 4.4.x web site on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 1
Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a TYPO3 (version 4.6) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). The guide also covers the use of the nc_staticfilecache extension which allows TYPO3 to cache pages as complete .html files for faster delivery (increases response times for static pages by a factor of 230; it's similar to Drupal's Boost module). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.10)
Author: Falko Timme • Tags: apache, php, ubuntu, control panels, ispconfig, web server, nginx • Comments: 14
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.10) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 12.10 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig.
-
The Perfect SpamSnake - Ubuntu Jeos 12.04 LTS Precise Pangolin
Author: Rocky • Tags: antivirus, ubuntu, email • Comments: 43
The Perfect SpamSnake - Ubuntu Jeos 12.04 LTS Precise Pangolin This tutorial shows how to set up an Ubuntu Jeos based server as a spamfilter in Gateway mode. In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA. You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via Baruwa.
-
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.04 LTS)
Author: Falko Timme • Tags: apache, php, ubuntu, control panels, ispconfig, web server, nginx • Comments: 17
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.04 LTS) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 12.04 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig.