Showing headlines posted by falko

« Previous ( 1 ... 44 45 46 47 48 49 50 51 52 53 54 ... 92 ) Next »

Setting Up ProFTPd + TLS On Ubuntu 9.10 (Karmic Koala)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 20, 2010 5:15 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 9.10 server.

Distributed Replicated Storage Across Four Nodes With GlusterFS On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 19, 2010 12:06 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (Ubuntu 9.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

Fedora 12 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Jan 18, 2010 1:20 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains the installation of a Samba fileserver on Fedora 12 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.

Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 17, 2010 11:37 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 12 server with PHP5 support (mod_php) and MySQL support.

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

  • HowtoForge; By Falko Timme (Posted by falko on Jan 15, 2010 2:03 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.10. 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.

Distributed Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 14, 2010 3:49 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 9.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

Setting Up Freeswitch On Debian 5 (Lenny)

  • HowtoForge (Posted by falko on Jan 14, 2010 1:31 AM EDT)
  • Story Type: Tutorial; Groups: Debian
FreeSWITCH is an open-source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow.

How To Set Up Database Replication In MySQL On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 12, 2010 10:20 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial describes how to set up database replication in MySQL. 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.

OpenSUSE 11.2 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Jan 11, 2010 6:51 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This tutorial explains the installation of a Samba fileserver on OpenSUSE 11.2 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.

High-Availability Storage With GlusterFS On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 10, 2010 1:26 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 9.10) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Ubuntu 9.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

Installing Cherokee With PHP5 And MySQL Support On Fedora 12

  • HowtoForge; By Falko Timme (Posted by falko on Jan 8, 2010 8:10 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
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 Fedora 12 server with PHP5 support (through FastCGI) and MySQL support.

How To Modify Your Gnu/Linux Box To Serve As A USB Over IP Server

  • HowtoForge; By AliRezaTaleghani (Posted by falko on Jan 7, 2010 2:41 PM EDT)
  • Story Type: Tutorial; Groups: Linux
There was a long time that I was looking for a way to put away my old CRM server! But why? Because I had installed a virtualization environment with Xen and all my servers are turned to small VPS on a nice pretty infrastructure. The base point was that the CRM had a USB/Lock and there was no way to take the lock under a virtualized VPS. This tutorial shows how you can set up a USB-over-IP server.

Ubuntu 9.10 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Jan 6, 2010 2:50 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial explains the installation of a Samba fileserver on Ubuntu 9.10 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.

Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 5, 2010 10:34 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.

Creating An NFS-Like Standalone Storage Server With GlusterFS On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 4, 2010 2:54 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a standalone storage server on Ubuntu 9.10. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

How To Install VMware Server 2 On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Dec 23, 2009 6:05 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial provides step-by-step instructions on how to install VMware Server 2 on an Ubuntu 9.10 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).

Virtual Users/Domains With Postfix, Courier, MySQL, SquirrelMail (Fedora 12)

  • HowtoForge; By Falko Timme (Posted by falko on Dec 22, 2009 8:57 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
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.

Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.0 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Dec 21, 2009 8:51 AM EDT)
  • Story Type: Tutorial; Groups: Mandriva
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2010.0 server with PHP5 support (mod_php) and MySQL support.

Virtualization With KVM On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Dec 20, 2009 3:51 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explans how you can install and use KVM for creating and running virtual machines on an Ubuntu 9.10 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.

Installing VirtualBox 3.1 On An Ubuntu 9.10 Desktop

  • HowtoForge; By Falko Timme (Posted by falko on Dec 18, 2009 3:50 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can install Sun xVM VirtualBox 3.1 on an Ubuntu 9.10 desktop. With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system.

« Previous ( 1 ... 44 45 46 47 48 49 50 51 52 53 54 ... 92 ) Next »