Showing headlines posted by falko

« Previous ( 1 ... 2 3 4 5 6 7 8 9 10 11 12 ... 92 ) Next »

Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 18

  • HowtoForge; By Falko Timme (Posted by falko on Jan 25, 2013 1:18 AM 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 18 server with PHP5 support (through PHP-FPM) and MySQL support.

How To Upgrade From Fedora 17 To Fedora 18 With FedUp (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 24, 2013 8:51 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This article describes how you can upgrade your Fedora 17 system to Fedora 18 with the help of the Fedora Updater (FedUp). The upgrade procedure works for both desktop and server installations.

Automatic File Replication Across Two Storage Servers (GlusterFS + Ubuntu 12.10)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 22, 2013 4:36 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 12.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 12.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.

Striping Across Four Storage Nodes With GlusterFS 3.2.x On CentOS 6.3

  • HowtoForge; By Falko Timme (Posted by falko on Jan 21, 2013 5:04 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to do data striping across four single storage servers (running CentOS 6.3) with GlusterFS. The client system (CentOS 6.3 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.

Debian Wheezy Local Git Server With Git Lite Workflow

  • HowtoForge; By Bertil Kronlund (Posted by falko on Jan 20, 2013 3:22 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This howto describes a shared local git server setup for a small team. This is a repository layout that is familiar to anyone used to working with a traditional version control system. One of the tutorial objectives is to show detailed steps to prepare the server and publish the code on a public service like Github, Gitorius et. al. A second objective is to introduce the Git Lite Workflow in team development. This serves as an introduction to gits powerful branch and merge features. Your personal favorite workflow may be different compared to this model.

Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On CentOS 6.3

  • HowtoForge; By Falko Timme (Posted by falko on Jan 18, 2013 9:42 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to combine four single storage servers (running CentOS 6.3) to one large storage server (distributed storage) with GlusterFS. The client system (CentOS 6.3 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 Debian Wheezy (testing) With debootstrap From A Grml Live Linux

  • HowtoForge; By Falko Timme (Posted by falko on Jan 17, 2013 8:21 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial explains how to install Debian Wheezy (testing) with the help of debootstrap from a Grml Live Linux system (like it is used as a rescue system at Webtropia). This should work - with minor changes - for other Debian and Ubuntu versions as well. By following this guide, it is possible to configure the system to your needs (OS version, partitioning, RAID, LVM, etc.) instead of depending on the few pre-configured images that your server provider offers.

How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Squeeze)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 16, 2013 2:19 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Squeeze.

How To Back Up MySQL Databases With mylvmbackup On Ubuntu 12.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 15, 2013 9:08 AM EDT)
  • Groups: MySQL, Ubuntu
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 12.10 server.

How To Install A Streaming Audio Server With Icecast 2.3.3 On CentOS 6.3 x86_64 Linux

This tutorial explains creating your own streaming audio server with Icecast (OGG/MP3). Icecast was designed to stream any audio file if a appropiate streaming client is available. For OGG/Vorbis you can use ices and for MP3 icegenerator. Here is a small tutorial how to set up Icecast for streaming OGG/Vorbis and MP3.

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

  • HowtoForge; By Falko Timme (Posted by falko on Jan 13, 2013 6:35 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up a standalone storage server on Ubuntu 12.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.

Set Up Rsnapshot, Archiving Of Snapshots And Backup Of MySQL Databases On Debian

  • HowtoForge; By Nedim Hadzimahmutovic (Posted by falko on Jan 11, 2013 12:36 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This howto will show you how to install and set up Rsnapshot, enable archiving of snapshots and how to back up MySQL databases on Debian. Rsnapshot is a filesystem snapshot utility for making backups of local and remote systems. Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.

How To Install Percona Server 5.5 On Ubuntu 12.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 10, 2013 11:47 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Percona Server is a drop-in replacement for MySQL. It offers more performance and scalability than the default MySQL server coming with your Linux distribution, while it uses the same init scripts and command line tools which makes it easy to use. This tutorial explains how to install Percona Server 5.5 on Ubuntu 12.10.

Installing Adito/OpenVPN-ALS On CentOS

  • HowtoForge; By Chris Cowley (Posted by falko on Jan 9, 2013 7:00 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
OpenVPN-ALS, formerly known as Adito, is not to be confused with OpenVPN. They both brilliant tools that work in completely different things, but in a similar way. Confused? Excellent... OpenVPN-ALS (from now on known as Adito, because I find it less confusing) is a browser based SSL VPN that enables you to acess resources on your own network, even if you are behind a restrictive proxy and/or firewall.

GlusterFS: Distributed Replicated Storage Across 4 Storage Nodes On CentOS 6.3

  • HowtoForge; By Falko Timme (Posted by falko on Jan 8, 2013 1:50 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to combine four single storage servers (running CentOS 6.3) 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 (CentOS 6.3 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.

Using The btrfs Filesystem (With RAID1) With Ubuntu 12.10 On A Hetzner Server

  • HowtoForge; By Falko Timme (Posted by falko on Jan 6, 2013 11:01 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to install Ubuntu 12.10 on the btrfs filesystem (with RAID1) on a Hetzner server with two hard drives. While Hetzner's installimage tool doesn't list btrfs as a supported filesystem and only supports software RAID with /dev/md devices, it is still possible to achieve this setup and use the built-in RAID support in btrfs instead of using /dev/md devices.

Install Openldap From Source And Configure Multi-Master Replication

  • HowtoForge; By Nitin Bhadauria (Posted by falko on Jan 4, 2013 5:54 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
Going forward to my previous document on setting up a Qmail Server with Openldap, I am now sharing a doc on how we can set up Openldap in multi-master replication mode. So If you want more than one ldap-server for redundancy here we go.

Options For User Auditing On Linux Platforms

  • HowtoForge (Posted by falko on Jan 2, 2013 9:50 AM EDT)
  • Story Type: Tutorial; Groups: Linux
A variety of methods exist for auditing user activity in UNIX and Linux environments. Some of them come preinstalled within common distributions, some can be downloaded as freeware, and some are commercially available products. Here are some of the most popular methods for auditing. Each method is described, along with tips for how to make the best use of each method. In addition, guidance is provided to show what type of auditing each method is best suited for.

Automatic File Replication Across 2 Storage Servers With GlusterFS On CentOS 6.3

  • HowtoForge; By Falko Timme (Posted by falko on Dec 23, 2012 4:18 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to set up a high-availability storage with two storage servers (CentOS 6.3) 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 (CentOS 6.3 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.

The Perfect SpamSnake - Ubuntu Jeos 12.04 LTS Precise Pangolin

  • HowtoForge (Posted by falko on Dec 20, 2012 9:33 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up an Ubuntu Jeos based server as a spamfilter in gateway mode. In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA. You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via Baruwa.

« Previous ( 1 ... 2 3 4 5 6 7 8 9 10 11 12 ... 92 ) Next »