Showing headlines posted by falko
« Previous ( 1 ... 87 88 89 90 91 92 )Optimizing DSPAM + MySQL 4.1
The Perfect Setup - Fedora Core 5
Network Monitoring With Zabbix
Removing A User From A Linux System
Employee turnover in most organizations runs high. So unless you run a small shop with a stable user base, you need to learn how to clean up after an employee leaves. Too many so-called system administrators do not understand the stakes involved when they manage users.
The Perfect Xen 3.0 Setup For Debian
This tutorial provides step-by-step instructions on how to install Xen (version 3.0.1) on a Debian Sarge (3.1) system.
Xen lets you create guest operating systems, so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware.
Windows Linux DualBoot Tutorial
This tutorial was written to help set up a dual boot on a SATA drive but it will also work for PATA. In order to have a fully functional Windows/Linux dual boot system it is preferred that Windows is loaded first. After that you can load Linux and easily dump the boot configuration on Windows NTLDR file (comparable to Linux boot file).
Setting Up A High-Availability NFS Server
I will describe how to set up a high-availability NFS server that can be used as storage solution for other high-availability services like, for example, a cluster of web servers that are being loadbalanced.
In fact, I will create two NFS servers that mirror their data to each other in realtime using DRBD and that monitor each other using heartbeat, and if one NFS server fails, the other takes over silently. To the outside (e.g. the web server nodes) these two NFS servers will appear as a single NFS server.
Two-In-One DNS Server With BIND9
Building A Virtual Private Server (VPS) With Debian Sarge And OpenVZ
Configuring Apache for Maximum Performance
Apache server performance can be improved by adding additional hardware resources such as RAM, faster CPU etc. But, most of the time, the same result can be achieved by custom configuration of the server. This article looks into getting maximum performance out of Apache with the existing hardware resources, specifically on the Linux systems.
http://www.howtoforge.com/configuring_apache_for_maximum_performance
[ED: Nice guide - HC]