Showing headlines posted by falko

( 1 2 3 4 5 6 ... 92 ) Next »

Displaying Upload Progress With nginx On Debian Wheezy

  • HowtoForge; By Falko Timme (Posted by falko on Feb 20, 2014 9:38 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to use the nginx upload progress module to upload one or multiple files and display an upload progress bar for the user. This is useful, for example, if users upload large files, so that they know that something is going on in the background.

Using ngx_pagespeed With nginx On Debian Jessie/testing

  • HowtoForge; By Falko Timme (Posted by falko on Feb 18, 2014 6:42 PM EDT)
  • Story Type: Tutorial; Groups: Debian
PageSpeed Beta is available for nginx, the nginx equivalent of mod_pagespeed for Apache. This module applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) and therefore speeds up your web site and reduces load times. This tutorial explains how to use PageSpeed with nginx on Debian Jessie/testing.

Installing Debian testing On GPT HDDs (hegt/he 2TB) From A Grml Live Linux

  • HowtoForge; By Falko Timme (Posted by falko on Nov 26, 2013 12:01 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial explains how to install Debian testing with the help of debootstrap from a Grml Live Linux system. This should work - with minor changes - for other Debian and Ubuntu versions as well. By following this guide, it is possible to configure the system to your needs (OS version, partitioning, RAID, LVM, etc.) instead of depending on the few pre-configured images that your server provider offers.

Running ownCloud 5.0 On Nginx (LEMP) On Debian Wheezy

  • HowtoForge; By Falko Timme (Posted by falko on Nov 20, 2013 11:56 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how you can install and run ownCloud 5.0 on a Debian Wheezy 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 SilverStripe On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04

This tutorial shows how you can install and run SilverStripe on a Debian Wheezy or Ubuntu 13.04 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.

Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (nginx)

  • HowtoForge; By Falko Timme (Posted by falko on Oct 10, 2013 11:47 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how to install the RoundCube webmail application on a Debian Wheezy server running ISPConfig and nginx, and how to enable the ISPConfig 3 plugins for RoundCube so that users can perform actions like changing their email passwords from within RoundCube. Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface; it comes with functions like MIME support, address book, folder manipulation, message searching and spell checking.

High-Availability Storage With GlusterFS 3.2.x On Debian Wheezy

  • HowtoForge; By Falko Timme (Posted by falko on Oct 1, 2013 7:15 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Wheezy) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Debian Wheezy as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

Running ProcessWire On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04

This tutorial shows how you can install and run ProcessWire on a Debian Wheezy or Ubuntu 13.04 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 CS-Cart On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04

This tutorial shows how you can install and run CS-Cart on a Debian Wheezy or Ubuntu 13.04 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.

Install openQRM 5.1 On Debian Wheezy

  • HowtoForge; By Matt Rechenburg (Posted by falko on Aug 15, 2013 1:50 PM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
This HowTo is about how to install the openQRM Datacenter Management and Cloud Computing platform version 5.1 on Debian 7 aka Wheezy. It is the starting point for a set of openQRM HowTos explaining different Use-cases with the focus on virtualization, automation and cloud computing.

Fedora 19 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Aug 9, 2013 9:14 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains the installation of a Samba fileserver on Fedora 19 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 Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 19

  • HowtoForge; By Falko Timme (Posted by falko on Aug 7, 2013 1:31 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 19 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.

Setting Up KeePass For Centos 6

  • HowtoForge; By Peter Gross (Posted by falko on Aug 2, 2013 8:03 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This mini-howto describes how to set up KeePass on Centos 6. It requires building mono from source and installing the "portable" version of KeePass. Finally there are a few tweaks that need to be done so that it can execute properly.

Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 19

  • HowtoForge; By Falko Timme (Posted by falko on Aug 2, 2013 4:36 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
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 a Fedora 19 server with PHP5 support (through PHP-FPM) and MySQL support.

Installing Apache2 With PHP5 And MySQL Support On Fedora 19 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 29, 2013 12:59 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 19 server with PHP5 support (mod_php) and MySQL support.

How To Upgrade From Fedora 18 To Fedora 19 With FedUp (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 28, 2013 10:41 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This article describes how you can upgrade your Fedora 18 system to Fedora 19 with the help of the Fedora Updater (FedUp). The upgrade procedure works for both desktop and server installations.

Encrypt Your Data With EncFS (Debian Wheezy)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 26, 2013 7:58 AM EDT)
  • Story Type: Tutorial; Groups: Debian
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Debian Wheezy to encrypt your data.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 13.04

  • HowtoForge; By Falko Timme (Posted by falko on Jul 25, 2013 6:38 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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 13.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.

Installing And Using OpenVZ On Ubuntu 13.04 (AMD64)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 19, 2013 1:45 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this HowTo I will describe how to prepare an Ubuntu 13.04 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy

  • HowtoForge; By Falko Timme (Posted by falko on Jul 16, 2013 11:11 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Wheezy 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.

( 1 2 3 4 5 6 ... 92 ) Next »