Search Site

Feed Section

Thursday, February 18, 2010

[HowtoForge] Newsletter 02/18/2010

HowtoForge Newsletter 02/18/2010
================================

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

* How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4
* How To Set Up WebDAV With Apache2 On Ubuntu 9.10
* Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10
* Installing Kernel Security Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10 Desktop
* How To Switch Permalink Structure In WordPress Under Ubuntu
* Efficient High-Available LoadBalanced Cluster On CentOS 5.3 (Direct Routing Method)
* Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0
* iRedMail 0.6: Full-Featured Mail Server With OpenLDAP/Postfix/Dovecot/Amavisd/ClamAV/SpamAssassin/iRedAdmin On FreeBSD

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

How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4
==========================================================================

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-centos-5.4


How To Set Up WebDAV With Apache2 On Ubuntu 9.10
================================================

This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.10 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-ubuntu-9.10


Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10
==============================================================

Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.

You can find the document here:
-------------------------------
http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10


Installing Kernel Security Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10 Desktop
=============================================================================================

Ksplice Uptrack is a subscription service that lets you apply 100% of the important kernel security updates released by your Linux vendor without rebooting. Ksplice Uptrack is freely available for the desktop versions of Ubuntu 9.10 Karmic and Ubuntu 9.04 Jaunty. This tutorial shows how to install and use it on an Ubuntu 9.10 desktop.

You can find the document here:
-------------------------------
http://www.howtoforge.com/installing-kernel-security-updates-without-reboot-with-ksplice-uptrack-on-ubuntu-9.10-desktop


How To Switch Permalink Structure In WordPress Under Ubuntu
===========================================================

There are certain things you need to tweak in Apache running under any Debian platform (including Ubuntu) in order to have it properly redirect webpages (301) after you change your permalink structure in WordPress.

You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-switch-permalink-structure-in-wordpress-under-ubuntu


Efficient High-Available LoadBalanced Cluster On CentOS 5.3 (Direct Routing Method)
===================================================================================

This article explains how to set up an LVS cluster of load balanced virtual servers with Heartbeat and Ldirectord On CentOS 5.3.The load balancer sits between the user and two (or more) backend Apache/IIS web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache/IIS servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server.

You can find the document here:
-------------------------------
http://www.howtoforge.com/efficient-high-available-loadbalanced-cluster-on-centos-5.3-direct-routing-method


Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0
==================================================================

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2010.0 server with PHP5 support (through FastCGI) and MySQL support.

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


iRedMail 0.6: Full-Featured Mail Server With OpenLDAP/Postfix/Dovecot/Amavisd/ClamAV/SpamAssassin/iRedAdmin On FreeBSD
======================================================================================================================

iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since version 0.6, it supports FreeBSD 7.2 and 8.0 (it supports both i386 and x86_64). Its object is to make a Linux mail server installation and configuration simple and easy to use. iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users. This tutorial shows how to use the OpenLDAP backend; it uses FreeBSD 7.2, but the steps for 8.0 are the same.

You can find the document here:
-------------------------------
http://www.howtoforge.com/iredmail-0.6-full-featured-mail-server-with-openldap-postfix-dovecot-amavisd-clamav-spamassassin-roundcube-iredadmin-on-freebsd


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

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