Archive

Archive for January, 2009

Customizing the Read More in Wordpress

January 31st, 2009

 
Source: http://codex.wordpress.org/Customizing_the_Read_More
 
If you have set your WordPress site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? WordPress makes this technique easy, and customizable.
Contents
[hide]

1 The Excerpt Basics
2 Read More [...]

CMS, Miscellaneous

How to Install the Apache Web Server

January 29th, 2009

 
Source: http://webdesign.about.com/cs/apache/a/aainstallapache.htm
 
Before You Begin
Apache is one of the most popular Web servers on the Web right now, and part of its charm is that it’s free. It also has a lot of features that make it very extensible and useful for many different types of Web sites. It is a server that is used for [...]

How To, Linux, Web Server

Red Hat Linux Customization Guide

January 29th, 2009

 
Source: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/index.html
 
 

Red Hat Docs > Manuals > Red Hat Linux Manuals > Red Hat Linux 9 >
 
Red Hat Linux 9
Red Hat Linux Customization Guide
Copyright © 2003 by Red Hat, Inc.
ISBN: N/A

Table of Contents
Introduction

1. Changes to This Manual
2. Document Conventions
3. More to Come

3.1. Send in Your Feedback

4. Sign Up for Support

I. File [...]

Linux

Apache HTTP Server Configuration (Red Hat Linux)

January 29th, 2009

 
Source: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-httpdconfig.html 
 

In Red Hat Linux 8.0, the Apache HTTP Server was updated to version 2.0, which uses different configuration options. Also starting with Red Hat Linux 8.0, the RPM package was renamed httpd. If you want to migrate an existing configuration file by hand, refer to the migration guide at /usr/share/doc/httpd-<ver>/migration.html or the Red [...]

Linux, Web Server

SQM Client Causing Crashing in Windows 7

January 28th, 2009

 
Source: http://chris123nt.com/2009/01/18/sqm-client-causing-crashing-in-windows-7
 
Many users have started experiencing random crashing of explorer and msiexec.exe when trying to start Windows Update or install anything that uses an MSI based installer.  This issue is bad enough that some people have even formatted because of it, only to have it come back again.
Rafael has discovered that the fault lies [...]

Windows 7

[Windows 7] Windows Installer has stopped working

January 28th, 2009

 
Source: http://www.broadbandreports.com/forum/r21766633-Windows-7-Windows-Installer-has-stopped-working 
 
I’ve been banging my head against the wall for a day or so because of this. Apparently there’s a bug in Microsoft’s Customer Experience Improvement Program that’s causing msiexec to crash. It can be fixed by turning off Customer Experience Improvement Program or by editing the registry. [...]

Windows 7

How to Install RHEL 4 or CentOS 4 Linux

January 26th, 2009

 
Source: http://www.linuxmail.info/how-to-install-centos-4-linux
 
After getting a copy of the CentOS 4 Linux or Red Hat Enterprise Linux 4, the steps below describes how to install it from scratch.

1. Boot your computer from the CentOS 4 CD 1 and press Enter on the CentOS boot up screen. This will install CentOS in graphical mode.

2. Choose Skip [...]

How To, Linux

Creating a Linux Mail Server

January 26th, 2009

 
Source: http://www.hypexr.org/linux_mail_server.php 
 
Creating a Linux Mail Server

(Postfix, Procmail, Fetchmail, SpamBayes, Courier-imap, Mutt, SquirrelMail)

What this Document is About
Software Used
Installing the Software

Installing Postfix
Installing Fetchmail
Installing Procmail
Installing SpamBayes
Installing Mutt
Installing courier-imap courier-authlib
Installing SquirrelMail
Installing pop-before-smtp

Postfix Configuration

main.cf

Fetchmail Configuration
Spambayes and Procmail Configuration

Spam System Initial Setup
Procmail Configuration for Spambayes

Mutt Configuration

.muttrc Configuration
New Mutt Commands

SquirrelMail Configuration
Courier Authentication
Pop-before-smtp Configuration
Additional Simple Procmail Recipes and Mailbox Config
Conclusion
Resources

Example [...]

Mail server

mysqlcheck — A Table Maintenance and Repair Program

January 21st, 2009

 
Source:http://dev.mysql.com/doc/refman/4.1/en/mysqlcheck.html
 
The mysqlcheck client checks, repairs, optimizes, and analyzes tables. mysqlcheck is available as of MySQL 3.23.38.
mysqlcheck is similar in function to myisamchk, but works differently. The main operational difference is that mysqlcheck must be used when the mysqld server is running, whereas myisamchk should be used when it is not. The benefit of using [...]

MYSQL

Forcing InnoDB Recovery

January 21st, 2009

 
Source: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html 
 
If there is database page corruption, you may want to dump your tables from the database with SELECT INTO … OUTFILE. Usually, most of the data obtained in this way is intact. However, it is possible that the corruption might cause SELECT * FROM tbl_name statements or InnoDB background operations to crash or assert, [...]

MYSQL