Jan 31 2005

Load-Balancing Switches: Balancing Act

Tag:markmaldony @ 17:21

Load-balancing devices are becoming more common to support high-traffic Web sites that can’t process all requests on a single server.

Rather than move to more powerful hardware, it makes sense to create clusters, or farms, of servers. In fact, with new functionality that can send traffic to a given server or farm based on the URL, it’s possible to have a single Web site that is spread across several different clusters of servers.
Continua”Load-Balancing Switches: Balancing Act”


Jan 31 2005

Linux tip Speed up your hard drive

Tag:markmaldony @ 17:00

Speed up your hard drive
Many Linux distributions are installed in such a way that the 32-bit input/output (I/O) and DMA capabilities of today’s UltraATA/66 hard drives are not fully exploited.
Continua”Linux tip Speed up your hard drive”


Jan 31 2005

DHCP Server Setup tutorial

Tag:markmaldony @ 15:58

The Dynamic Host Configuration Protocol (DHCP) allows you to specify network parameters on a server and have client computers query the server for their information such as IP, netmask, gateway, DNS, etc. In addition to not having to statically assign network information to numerous clients, you also do not need to specify the IP of the DHCP server as this discovery is done via broadcast packets; the caveat to this is that you must have one DHCP server per broadcast domain. In case it’s not blatantly obvious, the power of DHCP is that if anything changes on your network such as the IP of a DNS server, you only need to edit one configuration file even if you have hundreds of clients.
Continua”DHCP Server Setup tutorial”


Jan 31 2005

Guide to NdisWrapper for MN-720 MN-730 Microsoft Wireless Cards in SusE 9.x

Tag:markmaldony @ 15:55

Note: I have not only the Microsoft MN-730 Wireless G Card on an Athlon Desktop machine, but I also have the matching MN-700 “Base Station”/router.

Note 2: Microsoft networking cards use the broadcom chipset. So THEY WILL work in linux and work very well with strong signal.
Continua”Guide to NdisWrapper for MN-720 MN-730 Microsoft Wireless Cards in SusE 9.x”


Jan 31 2005

Linux file permissions guide

Tag:markmaldony @ 15:27

One of the most confusing issues for Windows defector is that of file permissions. Home-user Windows systems have no concept of file ownership, which depending on your situation, can be a good or bad thing. You need to keep in mind that Linux is at heart a Unix system, and Unix is built to support multiple users. Even on a home computer permissions are a useful feature which allow you to block sensitive files from being edited, or even read by non-authorized people.
Continua”Linux file permissions guide”


Jan 31 2005

MySQL root password recovey

Tag:markmaldony @ 15:25

This tutorial is written in two ways. One way is for the compiled MySQL and one for the installed MySQL by RPM [tested only in Fedora]. It’s not big deal, but I hope it is accessible also to newbies because the directory’s change in both examples.
Continua”MySQL root password recovey”


Jan 31 2005

Cron Help Guide by Joey.

Tag:markmaldony @ 15:15

Cron comes from the word chronos, the Greek word for time. Cron is a utility that can help with automating certain tasks in Linux. For example if you would like to create backups of certain files or directories each night while you are sleeping, you can use Cron to automate this.
Continua”Cron Help Guide by Joey.”


Jan 31 2005

How to Use the Cron and Crontab commands

Tag:markmaldony @ 15:11

How to Use the Cron and Crontab commands
The ‘Cron’ Command

The cron command starts a process that executes commands at specified dates and times. Regularly scheduled commands can be specified according to instructions found in the crontab files in the directory /var/spool/cron/crontabs. Users can submit their own crontab files via the crontab command.

The ‘Crontab’ Command
Continua”How to Use the Cron and Crontab commands”


Jan 31 2005

Mysql Cluster: Two webserver setup (three servers required)

Tag:markmaldony @ 12:56

Notes
You MUST have a third server as a managment node but this can be shut down after the cluster starts. Also note that I do not recommend shutting down the managment server (see the extra notes at the bottom of this document for more information). You can not run a mysql cluster with just two servers.
Continua”Mysql Cluster: Two webserver setup (three servers required)”


Jan 28 2005

Apache 2.0.44 / Tomcat 4.1.18 / mod_jk for RH Linux 7.3

Tag:markmaldony @ 22:38

First, you need a sane build environment. In the open source world, that means GNU tools. Make sure you have the following tools installed. If not, get them from your nearest RPM repository, or from the GNU site.

autoconf
automake
binutils
gcc (I used version 2.95.3)
glib
gzip
libtool
make
wget
zlib
Install all of the packages listed above.
Continua”Apache 2.0.44 / Tomcat 4.1.18 / mod_jk for RH Linux 7.3″


Next Page »