Showing headlines posted by falko

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

Virtual Hosting With vsftpd And MySQL On Debian Lenny

Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd 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.

Distributed Replicated Storage Across Four Nodes With GlusterFS On Fedora 12

  • HowtoForge; By Falko Timme (Posted by falko on Mar 9, 2010 3:46 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial shows how to combine four single storage servers (running Fedora 12) 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 (Fedora 12 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.

How To Set Up WebDAV With Lighttpd On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Mar 8, 2010 7:11 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how to set up WebDAV with lighttpd on an Ubuntu 9.10 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 lighttpd 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.

Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny)

  • HowtoForge; By Falko Timme (Posted by falko on Mar 7, 2010 9:40 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Debian Lenny. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.

How To Set Up WebDAV With Lighttpd On OpenSUSE 11.2

  • HowtoForge; By Falko Timme (Posted by falko on Mar 5, 2010 4:19 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This guide explains how to set up WebDAV with lighttpd on an OpenSUSE 11.2 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 lighttpd 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.

Distributed Storage Across Four Storage Nodes With GlusterFS On Fedora 12

  • HowtoForge; By Falko Timme (Posted by falko on Mar 4, 2010 1:49 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial shows how to combine four single storage servers (running Fedora 12) to one large storage server (distributed storage) with GlusterFS. The client system (Fedora 12 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.

Fully Utilizing Your X-Core CPU

  • HowtoForge; By Gerd Bitzer (Posted by falko on Mar 3, 2010 9:50 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Almost all systems sold nowadays have at least a dual-core CPU, even triple- or quad-cores are getting cheaper and getting standard in the near future. But how to utilize your shiny x-core to it's full potential, with applications that are only utilizing one core? With Linux, which has strong multitasking capabilities as all unixoid operating systems, there is an easy possibility to parallelize tasks which are normally only using one core of an x-core CPU.

High-Availability Storage With GlusterFS On Fedora 12

  • HowtoForge; By Falko Timme (Posted by falko on Mar 2, 2010 10:09 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial shows how to set up a high-availability storage with two storage servers (Fedora 12) 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 (Fedora 12 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.

Server Monitoring With munin And monit On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Feb 28, 2010 3:54 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article I will describe how you can monitor your Debian Lenny server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems (like "We need a bigger server soon, our load average is increasing rapidly."), and a watchdog that ensures the availability of the monitored services.

Creating An NFS-Like Standalone Storage Server With GlusterFS On Fedora 12

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

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

  • HowtoForge; By Falko Timme (Posted by falko on Feb 24, 2010 4:15 PM 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.

Virtualization With VirtualBox 3.1.x On A Headless Debian Lenny Server

  • HowtoForge; By Falko Timme (Posted by falko on Feb 23, 2010 8:43 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how you can run virtual machines with Sun xVM VirtualBox 3.1.x on a headless Debian Lenny 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.

Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.2

  • HowtoForge; By Falko Timme (Posted by falko on Feb 22, 2010 1:50 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.2 server with PHP5 support (through FastCGI) and MySQL support.

Network Analysis With Wireshark On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Feb 21, 2010 4:14 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Wireshark is a network protocol analyzer (or "packet sniffer") that can be used for network analysis, troubleshooting, software development, education, etc. This guide shows how to install and use it on an Ubuntu 9.10 desktop to analyze the traffic on the local network card.

Creating MySQL Backups With AutoMySQLBackup On Ubuntu 9.10

AutoMySQLBackup is a shell script that lets you take daily, weekly and monthly backups of your MySQL databases using mysqldump. It can back up multiple databases, compress the backups, back up remote databases, and email the logs. This tutorial explains how to install and use it on an Ubuntu 9.10 server.

How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4

  • HowtoForge; By Falko Timme (Posted by falko on Feb 18, 2010 9:48 PM EDT)
  • Story Type: Tutorial; Groups: MySQL
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.

How To Switch Permalink Structure In WordPress Under Ubuntu

  • HowtoForge (Posted by falko on Feb 17, 2010 11:44 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
There are certain things you need to tweak in Apache running under any Debian platform (including Ubuntu) in order to have it properly redirect webpages (301) after you change your permalink structure in WordPress.

Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Feb 16, 2010 10:49 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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 an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.

How To Set Up WebDAV With Apache2 On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Feb 15, 2010 2:31 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.10 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 Kernel Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10

Ksplice Uptrack is a subscription service that lets you apply 100% of the important kernel security updates released by your Linux vendor without rebooting. Ksplice Uptrack is freely available for the desktop versions of Ubuntu 9.10 Karmic and Ubuntu 9.04 Jaunty. This tutorial shows how to install and use it on an Ubuntu 9.10 desktop.

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