Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Tutorial: Using Solr with TYPO3 on Debian 6

Up
vote
Down

TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 500 pages), it is getting very slow. Fortunately, you can replace it with a search extension that uses the ultra-fast Apache Solr search server. This tutorial explains how to use Apache Solr with TYPO3 on Debian Squeeze. read more...
permapage | score:9922 | -falko, May 16, 2013

Using ngx_pagespeed with nginx On Debian 7

Up
vote
Down

Google has just released PageSpeed Beta 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 Wheezy. read more...
permapage | score:9892 | -falko, May 10, 2013

tutorial: Build a Debian 7 server

Up
vote
Down

This tutorial shows how to prepare a Debian Wheezy server (with Apache2, 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 Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier). read more...
mail this link | permapage | score:9890 | -falko, May 9, 2013

Tutorial: Install a Streaming Audio Server with Icecast 2.3.3 on CentOS 6.3 x86_64 Linux

Up
vote
Down

This tutorial explains creating your own streaming audio server with Icecast (OGG/MP3). Icecast was designed to stream any audio file if a appropiate streaming client is available. For OGG/Vorbis you can use ices and for MP3 icegenerator. Here is a small tutorial how to set up Icecast for streaming OGG/Vorbis and MP3. read more...
permapage | score:9876 | -falko, January 16, 2013

Tutorial: Build an Ubuntu 13.04 server

Up
vote
Down

This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) 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). read more...
mail this link | permapage | score:9840 | -falko, May 3, 2013

Using Multiple PHP Versions (PHP-FPM FastCGI) With ISPConfig 3 (Ubuntu 12.04)

Up
vote
Down

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. read more...
permapage | score:9828 | -falko, March 30, 2013

Tutorial: Build an Ubuntu 13.04 Server (Apache2, BIND, Dovecot)

Up
vote
Down

This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) server (with Apache2, 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 Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier). read more...
mail this link | permapage | score:9808 | -falko, April 30, 2013

Tutorial: Ubuntu 13.04 Samba Server with tdbsam

Up
vote
Down

This tutorial explains the installation of a Samba fileserver on Ubuntu 13.04 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. read more...
permapage | score:9803 | -falko, May 2, 2013

Lynis: Security and system auditing tool

Up
vote
Down

Lynis is an auditing tool for Unix (specialists). It scans the system and available software, to detect security issues. Beside security related information it will also scan for general system information, installed packages and configuration mistakes.This software aims in assisting automated auditing, software patch management, vulnerability and malware scanning of Unix based systems. It can be run without prior installation, so inclusion on read only storage is no problem (USB stick, cd/dvd). read more...
mail this link | permapage | score:9798 | -gg234, April 30, 2013

Tutorial: PHP5-FPM with Apache2 on OpenSUSE 12.3

Up
vote
Down

This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 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. read more...
permapage | score:9792 | -falko, April 28, 2013

Virtual Hosting: Proftpd, MySQL on Ubuntu 12.10

Up
vote
Down

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. read more...
permapage | score:9783 | -falko, April 24, 2013

Tutorial: Install Nginx, PHP5, PHP-FPM, and MySQL on CentOS 6.4

Up
vote
Down

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 CentOS 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. read more...
permapage | score:9778 | -falko, April 1, 2013

KVM Virtualization on CentOS 6.4

Up
vote
Down

This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 6.4 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. read more...
permapage | score:9772 | -falko, April 19, 2013

Setting up ProFTPd + TLS on Ubuntu 12.10

Up
vote
Down

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. read more...
permapage | score:9764 | -falko, April 29, 2013

Virtual Users/Domains with Postfix, Courier, MySQL, SquirrelMail (CentOS 6.3)

Up
vote
Down

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. read more...
mail this link | permapage | score:9761 | -falko, March 27, 2013

Encrypt your data with EncFS (OpenSUSE 12.3)

Up
vote
Down

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 OpenSUSE 12.3 to encrypt your data. read more...
permapage | score:9760 | -falko, April 16, 2013

Tutorial: Automatically add a disclaimer to emails with alterMIME (Postfix on Debian 6)

Up
vote
Down

This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Squeeze. read more...
permapage | score:9760 | -falko, January 18, 2013

Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.4

Up
vote
Down

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.4 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. read more...
permapage | score:9751 | -falko, April 17, 2013

Tutorial: Install Piwigo Gallery on Nginx (Debian 7)

Up
vote
Down

This tutorial shows how you can install and run a Piwigo gallery site with nginx, configured for vhosts, on a Debian Wheezy system. Piwigo is a gallery-website with many plugins. In this sample we configure the vhost "gallery.domain.tld". read more...
permapage | score:9737 | -falko, April 20, 2013

Tutorial: Replace Windows with Ubuntu 13.04

Up
vote
Down

This tutorial shows how you can set up an Ubuntu 13.04 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. read more...
permapage | score:9735 | -falko, May 5, 2013
More admin articles...
Buy Large Wall Art Prints

admin headlines

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.3

Tutorial: PrestaShop 1.5.x on Nginx (Debian 7/Ubuntu 12.10

Tutorial: Run Joomla 1.7 on Nginx on Debian 6, Ubuntu 11.10

Tutorial: Multiple PHP Versions (Ubuntu 12.10)

tmux: terminal multiplexer

Virtual Hosting with PureFTPd, MySQL on CentOS 6.4

VPS: Xen vs. OpenVZ

Tutorial: Build a CentOS 6.4 x86_64 Server

Tutorial: Run ActiveCollab 3 on Nginx (LEMP) on Debian 7/Ubuntu 12.10

Tutorial: mod_spdy with Apache2 on CentOS 6.4

vsftpd: Local, Virtual users with bash script maintainance

VirtualBox 4.2.10 released and ubuntu installation instructions included

Tutorial: OpenSUSE 12.3 Samba Server with tdbsam

Linux Iptables Examples

Run Headless VirtualBox 4.2 on Fedora 18

Setting up NFS on Scientific Linux 6.3

Using Multiple PHP Versions (PHP-FPM FastCGI) with ISPConfig 3 (CentOS 6.3)

Tutorial: LinOTP on OpenSuSE 12.3 with PostgreSQL

Tutorial: Redaxo 4.4.x on Nginx (LEMP) on Debian, Ubuntu

Zap GPT data structures from a disk, while preserving existing MBR partitions

Tutorial: Serve CGI Scripts with Nginx on Fedora 18

Unix: Show Network Interface Card Statistics

Install Lighttpd, PHP5, MySQL on Scientific Linux 6.3

Tutorial: Build PHP 5.4 from Source on Debian 6

Tutorial: Replace Windows with Fedora 18 XFCE

Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.0

Upgrade OpenSUSE 12.2 to 12.3

Using mod_spdy with Apache2 on CentOS 6.3

Tutorial: Use multiple PHP versions (Debian 7)

Installing, Using OpenVZ on CentOS 6.4

Set up an NFS Server and Client on OpenSUSE 12.2

Virtual Hosting with PureFTPd and MySQL on Fedora 18

Tutorial: Build an Ubuntu 12.10 Server

Monitor Drupal with Opsview

Understanding SELinux

Tutorial: CentOS 6.4 Samba Standalone Server

Tutorial: Install Lighttpd, PHP5, MySQL on Fedora 18

Rate Limiting with nginx

Mass Enrolling of Yubikey with LinOTP

ZFS on Ubuntu

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin