Showing headlines posted by falko

« Previous ( 1 ... 58 59 60 61 62 63 64 65 66 67 68 ... 92 ) Next »

How To Set Up WebDAV With Apache2 On Fedora 10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 23, 2009 4:46 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This guide explains how to set up WebDAV with Apache2 on a Fedora 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 http://FTP. Of course, WebDAV can also be used to upload and download files.

Splitting Resources Evenly Between OpenVZ VMs With vzsplit

  • HowtoForge; By Falko Timme (Posted by falko on Jan 21, 2009 9:28 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This short guide shows how you can split your OpenVZ host resources evenly between multiple virtual machines with the help of vzsplit. vzsplit generates a sample container configuration file with a certain set of system resource control parameters that you can then apply to your virtual machines.

Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Jan 20, 2009 6:57 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Debian Etch system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.

Setting, Changing And Resetting MySQL Root Passwords

  • HowtoForge (Posted by falko on Jan 19, 2009 10:21 AM EDT)
  • Story Type: Tutorial; Groups: MySQL
This tutorial explains how you can set, change and reset (if you've forgotten the password) MySQL root passwords. Time and again I see problems like mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)'. So I thought it's time to remind you how to solve MySQL related password problems. If you are just looking for a quick fix how to reset a MySQL root password you can find that at the bottom of this tutorial.

How To Install Openbravo ERP On Ubuntu 8.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 18, 2009 1:22 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This document describes how to set up Openbravo ERP (enterprise management system) on Ubuntu 8.10. Openbravo is an open source ERP solution designed specifically for the SME (small to midsize firm). Developed in a web based environment, it includes many robust functionalities which are considered part of the extended ERP: procurement and warehouse management, project and service management, production management, and financial management.

How To Convert Physical Systems And Xen VMs Into OpenVZ Containers (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 16, 2009 2:55 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how you can convert physical systems (running Debian Etch) or Xen domUs (also running Debian Etch) into an OpenVZ container. This procedure should also work for converting VMware VMs, VirtualBox VMs, or KVM VMs into OpenVZ containers, but I haven't tried this. It should work for other Linux distributions as well, with minor modifications (for example, the network configuration is not located in /etc/network/interfaces if you're not on Debian/Ubuntu).

Installing SugarCRM Community Edition On Ubuntu 8.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 15, 2009 6:10 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). In this tutorial I will describe the installation of the free Community Edition on Ubuntu 8.10. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.

Using Xen With LVM-Based VMs Instead Of Image-Based VMs (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 14, 2009 10:11 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how you can set up LVM-based virtual machines on a Xen host running on Debian Etch instead of virtual machines that use disk images. Virtual machines that use disk images are very slow and heavy on disk IO.

Set Up A High-Availability Load Balancer With Perlbal/Heartbeat On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Jan 13, 2009 6:07 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how to set up a two-node load balancer in an active/passive configuration with Perlbal and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache 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. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. Perlbal is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

Installing And Configuring OpenLDAP On Ubuntu Intrepid Ibex

With Ubuntu 8.10 Intrepid Ibex, the way OpenLDAP is used and configured has changed. In Intrepid, OpenLDAP is no longer configured via the slapd.conf file, but via the slapd.d directory that contains ldif files to configure OpenLDAP.

Installing Nginx With PHP5 And MySQL Support On Ubuntu 8.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 11, 2009 3:52 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 8.10 server with PHP5 support (through FastCGI) and MySQL support.

How To Resize LVM Software RAID1 Partitions (Shrink & Grow)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 9, 2009 4:01 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This article describes how you can shrink and grow existing software RAID1 partitions with LVM on top. I have tested this with logical volumes that use ext3 as the file system. I will describe this procedure for an intact RAID array and also a degraded RAID array.

Learning C/C++ Step-By-Step

  • HowtoForge; By Ganesh Kumar Butcha (Posted by falko on Jan 8, 2009 7:50 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Many people are really interested in learning and implementing C/C++ programs on their favorite platforms like DOS/Windows or Linux. If you are the one looking for a step-by-step guide to get started, this tutorial is for you.

Quick And Easy Setup For DomainKeys Using Ubuntu, Postfix And Dkim-Filter

  • HowtoForge; By John Wilson (Posted by falko on Jan 8, 2009 1:42 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This is a quick tutorial for setting up DomainKeys on Ubuntu (I used 6.06 LTS - but should work the same on others) using dkim-filter with Postfix so emails from your domain will not constantly end up in Yahoo's spam filter.

High-Availability Load Balancer With HAProxy/Wackamole/Spread On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Jan 6, 2009 4:23 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy, Wackamole, and Spread on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache 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. In addition to that, the two load balancer nodes monitor each other using Wackamole and Spread, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

How To Set Up A Caching Reverse Proxy With Squid 2.6 On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Dec 28, 2008 12:41 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how you can set up a caching reverse proxy with Squid 2.6 in front of your web server on Debian Etch. 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).

How To Back Up MySQL Databases With mylvmbackup On Ubuntu 8.10

mylvmbackup is a Perl script for quickly creating MySQL backups. It uses LVM's snapshot feature to do so. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, creates a snapshot of the volume containing the MySQL data directory, and unlocks the tables again. This article shows how to use it on an Ubuntu 8.10 server.

Installing Nginx With PHP5 And MySQL Support On Fedora 10

  • HowtoForge; By Falko Timme (Posted by falko on Dec 23, 2008 7:39 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 10 server with PHP5 support (through FastCGI) and MySQL support.

The Perfect Desktop - OpenSUSE 11.1 (GNOME)

  • HowtoForge; By Falko Timme (Posted by falko on Dec 22, 2008 11:32 AM EDT)
  • Story Type: Tutorial; Groups: SUSE
This tutorial shows how you can set up an OpenSUSE 11.1 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

The Perfect Server - OpenSUSE 11.1

  • HowtoForge; By Falko Timme (Posted by falko on Dec 21, 2008 1:28 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This is a detailed description about how to set up an OpenSUSE 11.1 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc.

« Previous ( 1 ... 58 59 60 61 62 63 64 65 66 67 68 ... 92 ) Next »