Showing headlines posted by falko

« Previous ( 1 ... 25 26 27 28 29 30 31 32 33 34 35 ... 92 ) Next »

Debian Squeeze Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Jun 20, 2011 11:38 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial explains the installation of a Samba fileserver on Debian Squeeze 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 (Ubuntu 11.04)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 19, 2011 5:40 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.

Debian Squeeze, Squid, Kerberos/LDAP Authentication, Active Directory Integration And Cyfin Reporter

  • HowtoForge (Posted by falko on Jun 17, 2011 11:07 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This document covers setup of a Squid Proxy which will seamlessly integrate with Active Directory for authentication using Kerberos with LDAP as a backup for users not authenticated via Kerberos. Authorisation is managed by Groups in Active Directory. This is especially useful for Windows 7 clients which no longer support NTLMv2 without changing the local computer policy. It is capable of using white lists and black lists for site access and restrictions.

Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP)

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.6 server with PHP5 support (mod_php) and MySQL support.

How To Save Traffic With nginx's HttpGzipModule (Debian Squeeze)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 15, 2011 11:30 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this tutorial I will describe how to configure HttpGzipModule on an nginx web server (on Debian Squeeze). HttpGzipModule allows nginx to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With HttpGzipModule, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.

How To Set Up Software RAID1 On A Running LVM System (Debian Squeeze)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 15, 2011 8:22 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how to set up software RAID1 on an already running LVM system (Debian Squeeze). The GRUB2 bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).

How To Set Up Software RAID1 On A Running System (Incl. GRUB2 Configuration) (Debian Squeeze)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 9, 2011 5:39 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how to set up software RAID1 on an already running Debian Squeeze system. The GRUB2 bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).

ISPConfig 3 ProFTPd For Debian

  • HowtoForge; By Michael Holt (Posted by falko on Jun 9, 2011 9:05 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This is a simple tutorial to configure ISPConfig to work with ProFTPd instead of PureFTPd on Debian. Please note that this tutorial does not include quota support.

How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze

This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.

The Perfect Server - Fedora 15 x86_64 ISPConfig 2

  • HowtoForge; By Falko Timme (Posted by falko on Jun 5, 2011 4:15 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This is a detailed description about how to set up a Fedora 15 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP5/Ruby/Python, 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 64-bit version of Fedora 15, but should apply to the 32-bit version with very little modifications as well. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box).

VBoxHeadless - VirtualBox 4.0 On A Headless Debian Squeeze Server

  • HowtoForge; By Falko Timme (Posted by falko on Jun 2, 2011 1:07 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Debian Squeeze server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

The Perfect Desktop - Linux Mint 11 (Katya)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 1, 2011 10:25 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how you can set up a Linux Mint 11 (Katya) 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. Linux Mint 11 is a Linux distribution based on Ubuntu 11.04 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.

How To Use FreeRADIUS With LinOTP 2 To Do Two Factor Authentication With One Time Passwords

  • HowtoForge; By Cornelius Kölbel (Posted by falko on May 30, 2011 8:42 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This howto will guide you to set up RADIUS authentication with the LinOTP 2 Community Edition. LinOTP is a one time password backend that enables you to do two factor authentication with a broad variety of different hardware devices, software tokens and SMS. While the Enterprise Edition comes with a C module for the FreeRADIUS Server, the Community Edition, that is licensed under the AGPLv3 does not. Nevertheless, LinOTP provides very simple WEB APIs that makes it easy to talk to LinOTP in many different ways.

The Perfect Server - Fedora 15 x86_64 ISPConfig 3

  • HowtoForge; By Falko Timme (Posted by falko on May 29, 2011 3:40 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial shows how to prepare a Fedora 15 server (x86_64) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

Importing iptables Configurations Into Firewall Builder

  • HowtoForge; By Mike Horn (Posted by falko on May 27, 2011 11:57 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Firewall Builder is a firewall configuration and management GUI that supports configuring a wide range of firewalls from a single application. Supported firewalls include Linux iptables, BSD pf, Cisco ASA/PIX, Cisco router access lists and many more. Import of existing iptables configurations was greatly improved in the recently released Firewall Builder V4.2. Features like object de-duplication and expanded rules recognition make it even easier to get started using Firewall Builder to manage your iptables configurations.

Zentyal As A Gateway: The Perfect Setup

  • HowtoForge; By Carlos Pérez-Aradros Herce (Posted by falko on May 26, 2011 7:12 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Zentyal is a Linux Small Business Server, it lets you manage all your network services through one single platform. It's a Network Gateway, as well as an Infrastructure, UTM (Unified Threat Manager), Office and Communications Server. All these features are fully integrated and easy to configure, it truly helps to save system administrators time. In this tutorial you will see how to set up a Zentyal Server to act as a gateway in a very common scenario. Zentyal will provide basic network infrastructure, load balancing between two Internet providers, firewall and HTTP proxy caching and content filtering.

How To Upgrade From Fedora 14 To Fedora 15 (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on May 25, 2011 11:37 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This article describes how you can upgrade your Fedora 14 system to Fedora 15. The upgrade procedure works for both desktop and server installations.

Paravirtualization With Xen On CentOS 5.6 (x86_64)

  • HowtoForge; By Falko Timme (Posted by falko on May 24, 2011 2:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.6 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), 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, but still use the same hardware.

Fedora 14 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on May 23, 2011 4:26 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains the installation of a Samba fileserver on Fedora 14 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.

VBoxHeadless - VirtualBox 4.0 On A Headless Ubuntu 11.04 Server

  • HowtoForge; By Falko Timme (Posted by falko on May 22, 2011 2:26 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Ubuntu 11.04 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

« Previous ( 1 ... 25 26 27 28 29 30 31 32 33 34 35 ... 92 ) Next »