Showing headlines posted by falko

« Previous ( 1 ... 10 11 12 13 14 15 16 17 18 19 20 ... 92 ) Next »

Using PHP5-FPM With Apache2 On Fedora 17

  • HowtoForge; By Falko Timme (Posted by falko on Jun 27, 2012 12:32 AM EDT)
  • Story Type: Tutorial; Groups: Fedora, PHP
This tutorial shows how you can install an Apache2 webserver on a Fedora 17 server with PHP5 (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.

Using mod_spdy With Apache2 On Fedora 17

  • HowtoForge; By Falko Timme (Posted by falko on Jun 25, 2012 7:35 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Fedora 17.

Installing Cherokee With PHP5 And MySQL Support On Ubuntu 12.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 24, 2012 1:40 PM EDT)
  • Story Type: Tutorial; Groups: PHP, Ubuntu
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 12.04 server with PHP5 support (through FastCGI) and MySQL support.

Setting Up vsftpd + TLS On Debian Squeeze

  • HowtoForge; By Falko Timme (Posted by falko on Jun 22, 2012 7:40 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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 vsftpd with TLS on a Debian Squeeze server.

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

  • HowtoForge; By Falko Timme (Posted by falko on Jun 21, 2012 6:26 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 17 server with PHP5 support (mod_php) and MySQL support.

Distributed Replicated Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 21, 2012 4:05 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to combine four single storage servers (running Ubuntu 12.04) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (Ubuntu 12.04 as well) will be able to access the storage as if it was a local filesystem.

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

  • HowtoForge; By Falko Timme (Posted by falko on Jun 20, 2012 4:43 AM 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 17 server with PHP5 support (through PHP-FPM) and MySQL support.

Streaming Your Desktop With Audio And Webcam Overlay In A Browser Using ffmpeg, crtmpserver And Flowplayer

  • HowtoForge; By Erlend Røsok (Posted by falko on Jun 18, 2012 1:14 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial is based on Ubuntu Lucid, but will work on later releases as well with small changes. I will show how I stream my desktop with audio from pulse and webcam from video4linux2. I will also show how to configure crtmpserver and flowplayer so you can watch the live stream from a web browser. In this scenario I use separate host for the tools. Flowplayer is installed on a server running Apache, crtmp server is on a separate server and ffmpeg is installed on the streaming desktop.

Virtual Users And Domains With Postfix/Courier/MySQL/SquirrelMail (Fedora 17)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 17, 2012 11:43 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier, so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.

High-Availability Storage With GlusterFS 3.2.x On Ubuntu 12.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 15, 2012 2:23 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 12.04) 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 (Ubuntu 12.04 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.

Install Compiz On The Unity Desktop On Ubuntu 12.04 (Precise Pangolin)

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Jun 14, 2012 6:45 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can configure Compiz on an Ubuntu Linux 12.04 (Precise Pangolin) Unity desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8200 here). With Compiz you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop. Ubuntu (Unity 3D) must be selected as your desktop environment.

Install Or Upgrade To Latest Stable Version Of Rsyslog On CentOS 5 And 6

  • HowtoForge; By Sayyed Mehdi Poustchi Amin (Posted by falko on Jun 13, 2012 1:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Red Hat
This tutorial shows how you can install a new generation of syslog servers by using Rsyslog on CentOS 5. It also shows you how to upgrade obsolete Rsyslog 4.0 on CentOS 6. According to Rsyslog web site (www.rsyslog.com), Rsyslog is an enhanced syslogd supporting, among others, MySQL, PostgreSQL, failover log destinations, syslog/tcp, fine grain output format control, high precision timestamps, queued operations and the ability to filter on any message part. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.

Running Shopware Community Edition On Nginx on Debian Squeeze/Ubuntu 12.04

This tutorial shows how you can install and run Shopware Community Edition (version 3.5.6) on a Debian Squeeze or Ubuntu 12.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Shopware is a feature-rich ecommerce platform; I will use the Community Edition here which is free. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Using PHP5-FPM With Apache2 On Ubuntu 12.04 LTS

  • HowtoForge; By Falko Timme (Posted by falko on Jun 11, 2012 1:48 PM EDT)
  • Story Type: Tutorial; Groups: PHP, Ubuntu
This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.04 LTS server with PHP5 (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.

Installing KVM Guests With virt-install On Ubuntu 12.04 LTS Server

  • HowtoForge; By Falko Timme (Posted by falko on Jun 10, 2012 11:19 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 12.04 LTS KVM server.

Install Scrollout F1 Anti-Spam Firewall On Ubuntu In 30 Minutes

  • HowtoForge; By Marius Gologan (Posted by falko on Jun 8, 2012 1:53 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Scrollout F1 is a free anti-spam and anti-virus email firewall (gateway) for multiple domains and email servers. This document describes how to install Scrollout F1 from scratch, on a fresh Ubuntu Server. It should work also on Ubuntu Alternate version. The installation is easy. Even if you are a newbie in Linux there is not much room for errors.

The Perfect Desktop - Fedora 17

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Jun 7, 2012 3:12 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial shows how you can set up a Fedora 17 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

How To Upgrade From Fedora 16 To Fedora 17 (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 6, 2012 3:07 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This article describes how you can upgrade your Fedora 16 system to Fedora 17. The upgrade procedure works for both desktop and server installations.

Virtualization With KVM On Ubuntu 12.04 LTS

  • HowtoForge; By Falko Timme (Posted by falko on Jun 5, 2012 7:11 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 12.04 LTS server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.

Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Ubuntu 12.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 4, 2012 6:46 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a standalone storage server on Ubuntu 12.04. Instead of NFS, I will use GlusterFS here. The client system 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.

« Previous ( 1 ... 10 11 12 13 14 15 16 17 18 19 20 ... 92 ) Next »