HowtoForge Newsletter 09/09/2010
================================
New HOWTOs:
===========
* Installing And Using OpenVZ On Ubuntu 10.04
* Caching With Apache's mod_cache On Ubuntu 10.04
* VMware Server 2.0.2-x On Ubuntu Server 10.04 With VMware Remote Console Plug-in
* Using ATA Over Ethernet (AoE) On Ubuntu 10.04 (Initiator And Target)
* Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2)
* How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04
* Mandriva 2010.1 Spring Samba Standalone Server With tdbsam Backend
* How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny
* Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2)
* Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 13
* Installing Liferay 6.0.5 Community Edition Bundled With Tomcat On Ubuntu 10.04
* How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3
* ISPConfig3 - DNS Templates
* How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04
* vtiger Installation On CentOS 5.x
* Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.1 Spring (LAMP)
* Qmail OpenLdap On Ubuntu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installing And Using OpenVZ On Ubuntu 10.04
===========================================
In this HowTo I will describe how to prepare an Ubuntu 10.04 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.
You can find the document here:
-------------------------------
http://www.howtoforge.com/installing-and-using-openvz-on-ubuntu-10.04
Caching With Apache's mod_cache On Ubuntu 10.04
===============================================
This article explains how you can cache your web site contents with Apache's mod_cache on Ubuntu 10.04. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
You can find the document here:
-------------------------------
http://www.howtoforge.com/caching-with-apaches-mod_cache-on-ubuntu-10.04
VMware Server 2.0.2-x On Ubuntu Server 10.04 With VMware Remote Console Plug-in
===============================================================================
Today I will tell you how to set up a new Ubuntu 10.04 server which runs VMware server 2.0.2-x and the VMware Remote Console Plug-in.
You can find the document here:
-------------------------------
http://www.howtoforge.com/vmware-server-2.0.2-x-on-ubuntu-server-10.04-with-vmware-remote-console-plug-in
Using ATA Over Ethernet (AoE) On Ubuntu 10.04 (Initiator And Target)
====================================================================
This guide explains how you can set up an AoE target and an AoE initiator (client), both running Ubuntu 10.04. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.
You can find the document here:
-------------------------------
http://www.howtoforge.com/using-ata-over-ethernet-aoe-on-ubuntu-10.04-initiator-and-target
Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2)
=======================================================================
This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Fedora 13 system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.
You can find the document here:
-------------------------------
http://www.howtoforge.com/integrating-apc-alternative-php-cache-into-php5-fedora-13-and-apache2
How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04
===============================================================
This tutorial shows how to set up a USB-over-IP server with Ubuntu 10.04 as well as a USB-over-IP client (also running Ubuntu 10.04). The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and transmits them between computers. USB-over-IP can be useful for virtual machines, for example, that don't have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices.
You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-set-up-a-usb-over-ip-server-and-client-with-ubuntu-10.04
Mandriva 2010.1 Spring Samba Standalone Server With tdbsam Backend
==================================================================
This tutorial explains the installation of a Samba fileserver on Mandriva 2010.1 Spring 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.1-spring-samba-standalone-server-with-tdbsam-backend
How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny
============================================================================
This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.
You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-debian-lenny
Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2)
=============================================================
This guide explains how to integrate XCache into PHP5 on a Fedora 13 or CentOS 5.5 system (with Apache2). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
You can find the document here:
-------------------------------
http://www.howtoforge.com/integrating-xcache-into-php5-fedora-13-centos-5.5-and-apache2
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 13
===========================================================================================
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.
You can find the document here:
-------------------------------
http://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-13
Installing Liferay 6.0.5 Community Edition Bundled With Tomcat On Ubuntu 10.04
==============================================================================
Liferay Portal is an enterprise web platform for building business solutions that deliver immediate results and long-term value. Get the benefits of packaged applications and an enterprise application framework in a single solution.
You can find the document here:
-------------------------------
http://www.howtoforge.com/installing-liferay-6.0.5-community-edition-bundled-with-tomcat-on-ubuntu-10.04
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3
==============================================================
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 11.3. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-opensuse-11.3
ISPConfig3 - DNS Templates
==========================
This article explains how you can use the DNS Templates in ISPConfig3 to allow layman to enter domain data without any previous knowledge on the subject.
You can find the document here:
-------------------------------
http://www.howtoforge.com/ispconfig-3-dns-templates
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04
=============================================================
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.04. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-10.04
vtiger Installation On CentOS 5.x
=================================
vtiger is the CRM / complete tracking solution I have looked for and needed for 10 years!!! An all-in-one tracking everything organic package that ties everything together - because every task has many things associated with it, and vtiger works the way people think.
You can find the document here:
-------------------------------
http://www.howtoforge.com/vtiger-installation-on-centos-5.x
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.1 Spring (LAMP)
===============================================================================
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2010.1 Spring server with PHP5 support (mod_php) and MySQL support.
You can find the document here:
-------------------------------
http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-mandriva-2010.1-spring-lamp
Qmail OpenLdap On Ubuntu
========================
This guide will help you easily set up a email server On Ubuntu using Qmail as MTA, OpenLDAP as a back-end for users, and Courier IMAP for IMAP server.
You can find the document here:
-------------------------------
http://www.howtoforge.com/qmail-openldap-on-ubuntu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.
6. Plus, you support the ISPConfig development.
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