Showing headlines posted by falko

« Previous ( 1 ... 47 48 49 50 51 52 53 54 55 56 57 ... 92 ) Next »

How To Set Up WebDAV With Apache2 On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on Oct 22, 2009 12:20 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.04 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.

Installing Cherokee With PHP5 And MySQL Support On Mandriva 2009.1

  • HowtoForge; By Falko Timme (Posted by falko on Oct 21, 2009 10:59 PM EDT)
  • Story Type: Tutorial; Groups: Mandriva
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on a Mandriva 2009.1 server with PHP5 support (through FastCGI) and MySQL support.

Linux Security Notes - AIDE File Integrity

  • HowtoForge (Posted by falko on Oct 19, 2009 8:38 AM EDT)
  • Story Type: Tutorial; Groups: Linux
AIDE (Advanced Intrusion Detection Enviornment) is a tool to check the file integrity. It is an opensource substitute for TRIPWIRE. It allows to take snapshots of all the major configuration files, binaries as well as libraries stats. It helps to find which binaries have been changed in case of compromisation of the system.

Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.1 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Oct 18, 2009 3:34 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.1 server with PHP5 support (mod_php) and MySQL support.

Mandriva 2009.1 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Oct 16, 2009 3:04 PM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This tutorial explains the installation of a Samba fileserver on Mandriva 2009.1 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

Virtual Users/Domains With Postfix, Courier, MySQL, SquirrelMail (Mandriva 2009.1 x86_64)

  • HowtoForge; By Falko Timme (Posted by falko on Oct 15, 2009 8:24 AM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.

How To Set Up WebDAV With Apache2 On Fedora 11

  • HowtoForge; By Falko Timme (Posted by falko on Oct 14, 2009 2:52 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This guide explains how to set up WebDAV with Apache2 on a Fedora 11 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.

How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 11

  • HowtoForge; By Falko Timme (Posted by falko on Oct 13, 2009 12:31 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 11. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

Installing Apache And ColdFusion 9 On Ubuntu 9.04

  • HowtoForge; By Paul Kukiel (Posted by falko on Oct 12, 2009 2:43 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This is a guide on installing Apache and ColdFusion 9 on a clean install of Ubuntu 9.04. This starts with a clean install on Ubuntu 9.04 with no additional options selected during the install. If you are planning on running PHP side by side with ColdFusion my recommendation is to set up PHP first then ColdFusion.

How To Set Up Apache2 With mod_fcgid And PHP5 On Mandriva 2009.1

  • HowtoForge; By Falko Timme (Posted by falko on Oct 11, 2009 11:54 AM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Mandriva 2009.1. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

iRedMail:Full-Featured Mail Server With LDAP, Postfix, RoundCube/SquirrelMail On Ubuntu 8.04

iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since version 0.5, iRedMail supports Ubuntu 8.04, 9.04 (it supports both i386 and x86_64). Its object is to make a Linux mail server installation and configuration simple and easy to use. iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users. This tutorial shows how to use the OpenLDAP backend.

Virtual Users & Domains With Postfix, Courier, MySQL & SquirrelMail (CentOS 4.8 i386)

  • HowtoForge; By Falko Timme (Posted by falko on Oct 8, 2009 5:29 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database used by Postfix.

Installing Lighttpd With PHP5 And MySQL Support On Fedora 11

  • HowtoForge; By Falko Timme (Posted by falko on Oct 7, 2009 3:14 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 11 server with PHP5 support (through FastCGI) and MySQL support.

How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on Oct 6, 2009 8:34 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.04. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

Virtual Hosting With PureFTPd And MySQL On CentOS 5.3

  • HowtoForge; By Falko Timme (Posted by falko on Oct 5, 2009 8:32 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This document describes how to install a PureFTPd 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 and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

How To Install Internet Explorer 6/7 On Fedora 10/11

This document describes how to install the Internet Explorer (IE) 6 or 7 or both on Fedora 10 or 11 using IEs4Linux package. Some Web developers and designers (and rarely users) need to view their pages on IE for testing purpose (and see how CSS / JavaScript behaves).

Boot Linux Over HTTP With netboot.me

  • HowtoForge; By Falko Timme (Posted by falko on Oct 1, 2009 1:41 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how you can boot Linux over HTTP with netboot.me. All that users need is Internet connectivity and a small program (gpxe) to boot the machine. This gpxe program provides network booting facility. netboot.me allows you to boot into the following distributions: Debian, Fedora, OpenSUSE, and Ubuntu. netboot.me provides gpxe images for USB sticks, CDs, and also for floppies, i.e., you can boot from a USB sticks, a CD, or a floppy.

Network Monitoring Appliance

  • HowtoForge (Posted by falko on Sep 30, 2009 12:14 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
My ambition was to implement a small (better tiny) appliance for monitoring network health and network resources, short and longtime trends, running under VMware Server or VMware ESX. So I had an eye upon all components which are implemented on the system, to be as leightweight as possible. This was also the reason why no SQL DBMS based software was used. The appliance is based on Ubuntu Jeos LTS (8.04.3 at the time of this writing). Almost all used components are from the related repositories. This tutorial shows how the appliance was implemented.

Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2009.1 server with PHP5 support (through FastCGI) and MySQL support.

Installing NVIDIA Drivers On Debian Lenny Manually

  • HowtoForge; By Koosha Khajeh Moogahi (Posted by falko on Sep 28, 2009 4:30 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Installing NVIDIA drivers on Debian Lenny requires a little extra work compared to doing so in other distributions like Ubuntu, due to the lack of some required packages in the default installation.

« Previous ( 1 ... 47 48 49 50 51 52 53 54 55 56 57 ... 92 ) Next »