0

Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18

http://www.howtoforge.com

This tutorial shows how you can install an Apache 2.4 webserver on a Fedora 18 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. On Apache 2.4, we need Apache's mod_proxy_fcgi module to make it work.

Read more »
falko's picture
Created by falko 11 years 13 weeks ago
Category: End User   Tags:
0

Setting Up A Standalone Storage Server With GlusterFS & Samba On Debian Squeeze

http://www.howtoforge.com

This tutorial shows how to set up a standalone storage server on Debian 6.0, using GlusterFS and SAMBA, and custom scripts and settings to make life easier. The SAMBA share will reside on a GlusterFS share which consists out of two storage nodes for high-availability.

Read more »
falko's picture
Created by falko 11 years 13 weeks ago
Category: End User   Tags:
0

Running Contao 3.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10

http://www.howtoforge.com

This tutorial shows how you can install and run a Contao 3.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.

Read more »
falko's picture
Created by falko 11 years 12 weeks ago
Category: End User   Tags:
0

Distributed Replicated Storage Across Four Nodes With GlusterFS On Ubuntu 12.10

http://www.howtoforge.com

This tutorial shows how to combine four single storage servers (running Ubuntu 12.10) 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.

Read more »
falko's picture
Created by falko 11 years 12 weeks ago
Category: End User   Tags:
0

KDE Software Compilation 4.10 Released

http://kde.org

The KDE Community proudly announces the latest releases of Plasma Workspaces, Applications and Development Platform. With the 4.10 release, the premier collection of Free Software for home and professional use makes incremental improvements to a large number of applications, and offers the latest technologies.

Read more »
JRepin's picture
Created by JRepin 11 years 12 weeks ago
Category: End User   Tags:
0

KDE Software Compilation 4.10 Released

http://dot.kde.org

This release combines the latest technologies along with many improvements to bring users the premier collection of Free Software for home and professional use. Special thanks to the KDE Quality Team for managing a comprehensive testing program for this release. Their work greatly assisted developers and played a key role in maintaining quality and stability.

Read more »
JRepin's picture
Created by JRepin 11 years 12 weeks ago
Category: End User   Tags:
0

KDE 4.10 Review: Time To Switch To KDE

http://www.muktware.com

KDE keeps the desktop relevant and powerful as it doesn’t force an interface designed for phones or tablets on desktop users. KDE offers different GUI environments for different form factores. There is Plasma Desktop for desktop computers,Plasma Netbook for netbooks, and "Plasma Active" for smartphones and tablets. So a desktop or tablet user doesn’t have to make any compromise.

Read more »
JRepin's picture
Created by JRepin 11 years 12 weeks ago
Category: End User   Tags:
0

Virtual Users And Domains With Postfix, Courier, MySQL, SquirrelMail (Fedora 18)

http://www.howtoforge.com

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 (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.

Read more »
falko's picture
Created by falko 11 years 12 weeks ago
Category: End User   Tags:
0

NeonView 0.8.0 Image Viewer Released With Many New Features

http://www.tuxarena.com

For this new release the code has been completely rewritten and NeonView was ported to GTK+ 3. There is a rather big list of changes, some of the most important including a completely redesigned interface, two sidebar panels for thumbnail previews and image information, rewritten code for parsing the config file, redesigned settings window, and a whole bunch of new fixes and improvements.

Read more »
Chris7mas's picture
Created by Chris7mas 11 years 10 weeks ago
Category: End User   Tags:
0

Installing And Using OpenVZ On Scientific Linux 6.3

http://www.howtoforge.com

In this HowTo I will describe how to prepare a Scientific Linux 6.3 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.

Read more »
falko's picture
Created by falko 11 years 10 weeks ago
Category: End User   Tags:
0

Distributed Storage Across Four Storage Nodes With GlusterFS On Ubuntu 12.10

http://www.howtoforge.com

This tutorial shows how to combine four single storage servers (running Ubuntu 12.10) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 12.10 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.

Read more »
falko's picture
Created by falko 11 years 10 weeks ago
Category: End User   Tags:
0

Ubuntu to continue installing spyware

http://yro.slashdot.org

Shuttleworth, the head of Ubuntu confirmed spyware will be included in the Ubuntu default install also in the future. Partners receiving the data include Amazon and Facebook. The privacy concerns brought up by the Electronic Frontier Foundation (EFF) and the Free Software Foundation (FSF) are ignored. Time to say goodbye to Ubuntu.

Read more »
spanky's picture
Created by spanky 11 years 10 weeks ago
Category: End User   Tags:
0

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18

http://www.howtoforge.com

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 18 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.

Read more »
falko's picture
Created by falko 11 years 10 weeks ago
Category: End User   Tags:
0

Running Virtual Machines With VirtualBox 4.2 On A Headless Fedora 18 Server

http://www.howtoforge.com

This guide explains how you can run virtual machines with VirtualBox 4.2 on a headless Fedora 18 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment.

Read more »
falko's picture
Created by falko 11 years 9 weeks ago
Category: End User   Tags:
0

Setting Up An NFS Server And Client On Scientific Linux 6.3

http://www.howtoforge.com

This guide explains how to set up an NFS server and an NFS client on Scientific Linux 6.3. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

Read more »
falko's picture
Created by falko 11 years 9 weeks ago
Category: End User   Tags:

Best karma users