Search Site

Feed Section

Thursday, April 1, 2010

[HowtoForge] Newsletter 04/01/2010

HowtoForge Newsletter 04/01/2010
================================

New HOWTOs:
===========

* Virtualization With KVM On A Fedora 12 Server
* VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless CentOS 5.4 Server
* Distributed Storage Across Four Storage Nodes With GlusterFS On CentOS 5.4
* Installing Lighttpd With PHP5 And MySQL On CentOS 5.2
* Virtual Mail And Jabber Server (xmpp) With iRedMail And Ejabberd On Ubuntu 9.10
* Mandriva 2010.0 Samba Standalone Server With tdbsam Backend
* Learning Spam With SpamAssassin And All Of Your ISPConfig Clients [ISPConfig 3]
* How To Easily Migrate A PostgreSQL Server With Minimal Downtime

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Virtualization With KVM On A Fedora 12 Server
==============================================

This guide explains how you can install and use KVM for creating and running virtual machines on a Fedora 12 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.

You can find the document here:
-------------------------------
http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-12-server


VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless CentOS 5.4 Server
=============================================================================================

This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless CentOS 5.4 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.

You can find the document here:
-------------------------------
http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-3.1.x-on-a-headless-centos-5.4-server


Distributed Storage Across Four Storage Nodes With GlusterFS On CentOS 5.4
==========================================================================

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

You can find the document here:
-------------------------------
http://www.howtoforge.com/distributed-storage-across-four-storage-nodes-with-glusterfs-on-centos-5.4


Installing Lighttpd With PHP5 And MySQL On CentOS 5.2
=====================================================

Lighttpd is a webserver designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments. This post shows how to install it with PHP5 and MySQL support on Centos 5.2.

You can find the document here:
-------------------------------
http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-on-centos-5.2


Virtual Mail And Jabber Server (xmpp) With iRedMail And Ejabberd On Ubuntu 9.10
===============================================================================

iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since iRedMail 0.5, it supports CentOS 5.x, Debian 5.x, Ubuntu 8.04, 9.04 and 9.10 (both i386 and x86_64). iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users. This tutorial shows you how to integrate Ejabberd into iredmail's ldap backend on Ubuntu 9.10, passwords will be stored in ldap and you can change the password through webmail.

You can find the document here:
-------------------------------
http://www.howtoforge.com/virtual-mail-jabber-server-xmpp-with-iredmail-and-ejabberd-on-ubuntu-9.10


Mandriva 2010.0 Samba Standalone Server With tdbsam Backend
===========================================================

This tutorial explains the installation of a Samba fileserver on Mandriva 2010.0 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.

You can find the document here:
-------------------------------
http://www.howtoforge.com/mandriva-2010.0-samba-standalone-server-with-tdbsam-backend


Learning Spam With SpamAssassin And All Of Your ISPConfig Clients [ISPConfig 3]
===============================================================================

This is a quick way of learning spam from all of your ISPConfig clients by running a quick and simple command. Please note that this is for ISPConfig 3, not 2.

You can find the document here:
-------------------------------
http://www.howtoforge.com/learning-spam-with-spamassassin-and-all-of-your-ispconfig-clients-ispconfig-3


How To Easily Migrate A PostgreSQL Server With Minimal Downtime
===============================================================

PostgreSQL is a great database server, but when your dataset is rather large, migrating a server by using pg_dump can be a rather long process. In this tutorial we will discuss a way to migrate a entire server with as little downtime as possible. To achieve this, we will be using the PostgreSQL built in features for PITR (Point in time recovery).

You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-easily-migrate-a-postgresql-server-with-minimal-downtime


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

You can now support HowtoForge by becoming a subscriber:

HowtoForge Subscription
=======================

For a monthly fee of 5 EUR or 25 EUR for half a year, you can become a HowtoForge supporter and help us cover our costs (servers, bandwidth, etc.) and support ISPConfig development. In return, you receive the following benefits:

1. Access the whole HowtoForge web site without any ads.
2. Download the results of our tutorials as VMware images (where available) (a list of downloadable VMware images is available here: http://www.howtoforge.com/list-of-downloadable-vmware-images).
3. Download our tutorials as PDF files.
4. View our tutorials as printer-friendly pages.
5. You will be marked as a "HowtoForge Supporter" in your forum posts.

If you have the free VMware Server or Player installed, you can import our VMware images and start playing around with the results of our tutorials immediately. It's a great way to track down problems with your own setup or simply to save time. ;-)

More details can be found on http://www.howtoforge.com/subscription.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Best Regards,

Your HowtoForge Team
Email: info@howtoforge.com
URL: http://www.howtoforge.com

To unsubscribe or update your records, click here: http://newsletter.howtoforge.com/howtoforge/user/update.php?email=matrixunix.ubuntu@blogger.com&code=d8531959c7da2982ec3a7f8f82a13961

No comments:

Post a Comment