Linux Tutorials on the topic “linux”
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 13.1
Author: Falko Timme • Tags: lighttpd, linux, mysql, php, ubuntu • Comments: 1
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 13.1 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 13.1 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.5
Author: Falko Timme • Tags: centos, ftp, linux • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.5 This document describes how to install a PureFTPd 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 and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
How To Run privacyIDEA With Apache2 And MySQL On Ubuntu 14.04 LTS
Author: cornelinux • Tags: apache, linux, mysql, security, ubuntu • Comments: 2
Howto run privacyIDEA with Apache2 and MySQL On Ubuntu 14.04 LTS We use the latest 1.0dev0of privacyIDEA. It is available via the python package index or via github.
-
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 14.04LTS
Author: Falko Timme • Tags: lighttpd, linux, mysql, php, ubuntu • Comments: 0
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 14.04LTS Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 14.04 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 14.04 LTS)
Author: Falko Timme • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 5
Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 14.04 LTS) phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers (like in the tutorial VBoxHeadless - Running Virtual Machines With VirtualBox 4.3 On A Headless Ubuntu 14.04 Server). This tutorial explains how to install phpvirtualbox on an Ubuntu 14.04 server to manage a locally installed, headless VirtualBox.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 13.1 (LAMP)
Author: Srijan Kishore • Tags: apache, linux, mysql, php, suse, web server • Comments: 7
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 13.1 server with PHP5 support (mod_php) and MySQL support.
-
Howto enroll and use a Yubikey with privacyIDEA
Author: cornelinux • Tags: linux, security • Comments: 0Howto enroll and use a Yubikey with privacyIDEA We use the latest 0.9.1 from privacyIDEA.org.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.3 On A Headless Ubuntu 14.04 LTS Server
Author: Srijan Kishore • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 6
VBoxHeadless - Running Virtual Machines With VirtualBox 4.3 On A Headless Ubuntu 14.04 LTS Server This guide explains how you can run virtual machines with VirtualBox 4.3 on a headless Ubuntu 14.04 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 14.04 LTS
Author: Falko Timme • Tags: linux, mysql, nginx, php, ubuntu • Comments: 4
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 Ubuntu 14.04 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP) .
-
The Perfect Server - Ubuntu 14.04 (nginx, BIND, MySQL, PHP, Postfix, Dovecot and ISPConfig 3)
Author: Falko Timme • Tags: bind, email, ftp, ispconfig, linux, mysql, nginx, postfix, ubuntu • Comments: 40
The Perfect Server - Ubuntu 14.04 (nginx, BIND, MySQL, PHP, Postfix, Dovecot and ISPConfig 3) This tutorial shows how to prepare an Ubuntu 14.04 (Trusty Tahr) server (with nginx, BIND, Dovecot) 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 or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of Apache), BIND (instead of MyDNS), and Dovecot (instead of Courier).