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

Setting up NFS on Scientific Linux 6.3

Up
vote
Down

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...
permapage | score:9660 | -falko, February 28, 2013

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:9658 | -falko, May 16, 2013

Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.0

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.0 server with PHP5 support (through FastCGI) and MySQL support. read more...
permapage | score:9653 | -falko, December 15, 2011

vsftpd: Local, Virtual users with bash script maintainance

Up
vote
Down

vsftpd is the most popular FTP server in the Linux world and is secure and fast. Recently I had to configure a FTP server quickly onto a CentOS server setup built using the minimal ISO and the server was up and running in a snap. read more...
permapage | score:9648 | -falko, December 13, 2011

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:9635 | -falko, April 24, 2013

Virtual Hosting with PureFTPd, MySQL on CentOS 6.4

Up
vote
Down

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

Tutorial: Build an Ubuntu 8.04 Spam Filter

Up
vote
Down

This tutorial shows how to set up an Ubuntu Hardy Heron (8.04 LTS) based server as a spamfilter in gateway mode. In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA. You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via MailWatch. read more...
permapage | score:9589 | -falko, May 4, 2008

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:9588 | -falko, April 17, 2013

Run Headless VirtualBox 4.2 on Fedora 18

Up
vote
Down

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. 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. read more...
permapage | score:9573 | -falko, February 26, 2013

Installing, Using OpenVZ on CentOS 6.4

Up
vote
Down

In this HowTo I will describe how to prepare a CentOS 6.4 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. read more...
permapage | score:9565 | -falko, April 7, 2013

Tutorial: Install Apache2, PHP5, MySQL on Fedora 17

Up
vote
Down

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. read more...
permapage | score:9565 | -falko, June 22, 2012

Tutorial: mod_spdy with Apache2 on CentOS 6.4

Up
vote
Down

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 CentOS 6.4. read more...
mail this link | permapage | score:9550 | -falko, March 26, 2013

Virtual users with Postfix/Courier/MySQL/SquirrelMail (Ubuntu 12.10)

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:9540 | -falko, November 8, 2012

Tutorial: Build an Ubuntu 12.10 Server

Up
vote
Down

This tutorial shows how to prepare an Ubuntu 12.10 (Quantal Quetzal) 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:9528 | -falko, October 24, 2012

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

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 18 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9527 | -falko, January 28, 2013

Tutorial: OpenSUSE 12.3 Samba Server with tdbsam

Up
vote
Down

This tutorial explains the installation of a Samba fileserver on OpenSUSE 12.3 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:9522 | -falko, April 9, 2013

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

Up
vote
Down

This tutorial shows how you can install and run a PrestaShop 1.5.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...
permapage | score:9513 | -falko, April 8, 2013

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

Up
vote
Down

This tutorial shows how you can install and run activeCollab 3 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...
permapage | score:9510 | -falko, April 14, 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:9509 | -falko, April 29, 2013

Quckly Install Scrollout F1 Anti-Spam Firewall on Ubuntu

Up
vote
Down

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. read more...
permapage | score:9502 | -falko, June 10, 2012
More admin articles...
Buy Large Wall Art Prints

admin headlines

tutorial: Build a Debian 7 server

Tutorial: Multiple PHP Versions (Ubuntu 12.10)

Tutorial: PHP5-FPM with Apache2 on OpenSUSE 12.3

Ubuntu 12.04 LAMP Server Setup

VirtualBox 4.2.10 released and ubuntu installation instructions included

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.3

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

Install Lighttpd, PHP5, MySQL on Scientific Linux 6.3

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

Tutorial: Replace Windows with Fedora 18 XFCE

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

tmux: terminal multiplexer

Tutorial: Install Piwigo Gallery on Nginx (Debian 7)

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

Tutorial: Build a CentOS 6.4 x86_64 Server

Tutorial: CentOS 6.4 Samba Standalone Server

Tutorial: Install Apache2, PHP5, MySQL on Ubuntu 12.10

Set up RAID1 on running Ubuntu 10.04

Tutorial: Set up a PostgreSQL 9.0 hot standby server with Repmgr on OpenSUSE 11.4

Tutorial: Replace Windows with Ubuntu 13.04

Apple DIY Repair

Install Cherokee, PHP5, MySQL (Debian 6)

Tutorial: GlusterFS HA storage on CentOS 5.4

Tutorial: Ubuntu 13.04 Samba Server with tdbsam

Tutorial: Headless VirtualBox with phpvirtualbox (OpenSUSE 12.2)

Tutorial: Install Nginx, PHP5 and MySQL on Fedora 18

Best Nmap Command Examples For Network Auditing

Debian 6, Squid, Kerberos/LDAP authentication, Active Directory integration, Cyfin Reporter

Tutorial: mod_spdy, Apache2 on Scientific Linux 6.3

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

Postfix Active Directory authentication on CentOS 5.x

Set up an NFS Server and Client on OpenSUSE 12.2

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.2

Scripting: A parallel Linux backup script

Tutorial: Build a Debian 6 server with BIND, Apache, MySQL, PureFTPd

Tutorial: Build an Ubuntu 13.04 server

Tutorial: Install Nagios 3.4.4 on CentOS 6.3

GlusterFS Tutorial: Four node striping on Ubuntu 12.10

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

HowTo: Connect two Wireless Routers

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

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