Showing headlines posted by falko

« Previous ( 1 ... 65 66 67 68 69 70 71 72 73 74 75 ... 92 ) Next »

Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)

This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.

Installing And Using OpenVZ On Fedora 9

  • HowtoForge; By Falko Timme (Posted by falko on Jul 20, 2008 8:36 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
In this HowTo I will describe how to prepare a Fedora 9 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.

Encrypt The System Manually Upon Installation (Ubuntu 8.04)

  • HowtoForge; By Stephan Jau (Posted by falko on Jul 18, 2008 4:51 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial describes how you can encrypt an Ubuntu 8.04 (Hardy Heron) system right during the initial installation.

Installing Dansguardian With Multi-Group Filtering & Squid With NTLM Auth (Debian Etch)

  • HowtoForge (Posted by falko on Jul 17, 2008 6:13 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This how-to describes how to install and configure Dansguardian with multi-group filtering, Squid with NTLM auth, ipmasq, and dnsmasq to provide a full internet gateway solution for small to medium sized networks. This how-to requires two NICs in order to perform firewalling and transparent proxying.

How To Configure ISP Mail Server With Virtual Users/Domains On Centos 5.0

  • HowtoForge; By Eliufoo Mahinda (Posted by falko on Jul 16, 2008 8:17 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This howto will explain how to go about setting up an email server on Centos 5 using Postfix, Dovecot, RoundCube, virtual users/domains and phpAdmin. I have also done a similar setup on Fedora Core 6. My best advice is to set this up first on a workstation and test it thoroughly before setting up on a server and going live with it!

Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9

  • HowtoForge; By Falko Timme (Posted by falko on Jul 15, 2008 10:02 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup.

Perfect DjbDNS Setup On Ubuntu Server 8.04 (amd64) Hardy

  • HowtoForge; By Sidhartha Mandal (Posted by falko on Jul 14, 2008 2:10 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
DjbDNS is a collection of Domain Name System tools. It includes software for all the fundamental DNS operations. This tutorial shows how to set it up on an Ubuntu 8.04 AMD64 server.

The Perfect Server - CentOS 5.2

  • HowtoForge; By Falko Timme (Posted by falko on Jul 13, 2008 8:25 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to set up a CentOS 5.2 server that offers all services needed by ISPs and web 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. This tutorial is written for the 32-bit version of CentOS 5.2, but should apply to the 64-bit version with very little modifications as well.

Wifi Authentication/Accounting With FreeRadius On CentOS 5

  • HowtoForge; By Osman Aftab (Posted by falko on Jul 11, 2008 11:25 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial explains how you can set up a FreeRadius server with Wifi authentication and accounting on CentOS 5. This howto should work for a newbie. Production deployment is also possible with minor tweaking. But as usual I do not guarantee anything & take no responsibilities if something goes wrong.

The Perfect Server - OpenSUSE 11

  • HowtoForge; By Till Brehm (Posted by falko on Jul 10, 2008 4:42 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This is a detailed description about how to set up an OpenSUSE 11 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. This tutorial is written for the 32-bit version of OpenSUSE 11, but should apply to the 64-bit version with very little modifications as well.

Automatically Unlock LUKS Encrypted Drives With A Keyfile

  • HowtoForge; By Stephan Jau (Posted by falko on Jul 9, 2008 12:30 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This howto shows how to unlock multiple devices in the intial ramdisk remotely. I suggest to use a keyfile for automatic unlocking. The keyfile should be stored in the normally encrypted root partition - so you still have to unlock that one. During boot process it will then be used to unlock all the other devices.

How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 8, 2008 8:16 AM EDT)
  • Story Type: Tutorial; Groups: Debian
mod_defensible is an Apache 2.x module intended to block spammers/hackers/script kiddies using DNSBL servers. It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client. This guide shows how to install and use it with Apache 2 on a Debian Etch server.

Exim Authenticated Smarthost

Today's ISP environment requires authenticated SMTP to be able to send emails. As a policy, authenticated SMTP helps cut down on folks sending SPAM and allows the ISP to track which account is sending what type of email content for further demographic study. While authenticated SMTP is good for the ISP, it is not a configuration supported out of the box by most Linux distributions. This means that all those system emails and log reports emailed by root never make it anywhere anymore.

Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 6, 2008 4:09 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide shows how you can write the Apache2 access log to a MySQL database instead of a file. To achieve this, I use the Apache2 module mod_log_sql. I am using a Debian Etch server in this tutorial.

How To Set Up Shorewall (Shoreline) 4.0 Firewall On CentOS 5.1

  • HowtoForge; By Sayyed Mehdi Poustchi Amin (Posted by falko on Jul 4, 2008 8:30 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial will walk you through setting up Shorewall (Shoreline) 4.0 firewall on CentOS 5.1, this can easily be adapted to any other Linux distribution out there.

Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 8.04 LTS

  • HowtoForge; By Falko Timme (Posted by falko on Jul 3, 2008 11:19 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup.

Create Your Own Web Server With BIND And Apache On CentOS 5

This tutorial explains how you can run your own web server on CentOS 5 with the help of Apache and the BIND name server.

How To Install VMware Server (Version 1.0.6) On An Ubuntu 8.04 Desktop

  • HowtoForge; By Falko Timme (Posted by falko on Jul 1, 2008 2:22 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial provides step-by-step instructions on how to install VMware Server (version 1.0.6) on an Ubuntu 8.04 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).

Zimbra Integration With Samba - Ubuntu Based

  • HowtoForge; By Mohamad Ghaleb (Posted by falko on Jun 30, 2008 10:12 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to configure Zimbra Collaboration Server (ZCS) and Samba to act as a primary domain controller (PDC) that uses LDAP as a centralized database for authenticating users on Linux and Windows desktops.

The Perfect Desktop - OpenSUSE 11 (GNOME)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 29, 2008 4:24 AM EDT)
  • Story Type: Tutorial; Groups: SUSE
This tutorial shows how you can set up an OpenSUSE 11 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.

« Previous ( 1 ... 65 66 67 68 69 70 71 72 73 74 75 ... 92 ) Next »