links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
falko, member since Apr 16, 2006
.
Search Everyone: debian,

Top Debian experts: falko, moo, bartman, oupsemma, oroborus, anarcat,

Groups about Debian: Debian, Debianizzati.Org Community,

1 - 100 of 149 next »   Watch falko
 
This tutorial shows how you can enable networking in Xen guests (domU) on Hetzner's new EQ servers. With the new EQ servers, you can get up to three additional IPs that are in the same subnet as the server's main IP. The problem is that these additional IPs are bound to the MAC address of the host system (dom0) - Hetzner's routers will dump IP packets if they come from an unknown MAC address. This means we cannot use Xen's bridged mode, but must switch to Xen's routed mode where the host system (dom0) acts as the gateway for the guests.
by falko 2009-10-27 19:56 xen · network · domu · hetzner · debian
http://www.howtoforge.com/how-to-enable-networking-in-xen-guests-on-hetzners-new-eq-servers-debian-lenny - cached - mail it - history
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 Debian Lenny server with PHP5 support (through FastCGI) and MySQL support.
by falko 2009-09-22 07:40 cherokee · php · mysql · fastcgi · debian · lenny
http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-debian-lenny - cached - mail it - history
This tutorial shows how you can limit the CPU usage of a process with the tool cpulimit on Debian/Ubuntu. cpulimit is a simple program that attempts to limit the CPU usage of a process (expressed in percentage, not in cpu time). This is useful to control batch jobs, when you don't want them to eat too much CPU. It does not act on the nice value or other scheduling priority stuff, but on the real CPU usage. Also, it is able to adapt itself to the overall system load, dynamically and quickly.
by falko 2009-09-14 05:52 cpulimit · debian · ubuntu · cpu usage
http://www.howtoforge.com/how-to-limit-cpu-usage-of-a-process-with-cpulimit-debian-ubuntu - cached - mail it - history
This guide explains how to set up software RAID1 on an already running Debian Lenny system. The GRUB 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).
by falko 2009-08-30 13:08 debian · grub · raid · bootloader
http://www.howtoforge.com/how-to-set-up-software-raid1-on-a-running-system-incl-grub-configuration-debian-lenny - cached - mail it - history
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.
by falko 2009-08-11 07:30 pureftpd · mysql · ftp · virtual hosting · debian · lenny · quota · bandwidth
http://www.howtoforge.com/virtual-hosting-with-pureftpd-mysql-on-debian-lenny - cached - mail it - history
This tutorial will explain you how to boot from a BTRFS filesystem with kernel 2.6.31-RC4 and BTRFS 0.19. BTRFS is a new filesystem with some really interesting features like online defragmenting and snapshots. BTRFS is an experimental filesystem, use at your own risk. The kernel used is also experimental.
by falko 2009-08-02 07:52 btrfs · boot · filesystem · debian
http://www.howtoforge.com/boot-on-btrfs-with-debian - cached - mail it - history
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 a Debian Lenny server.
by falko 2009-07-30 11:24 proftpd · tls · debian · ftp
http://www.howtoforge.com/setting-up-proftpd-tls-on-debian-lenny - cached - mail it - history
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Debian Lenny. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
by falko 2009-07-14 05:59 haproxy · heartbeat · high-availability · ha · debian · load balancer
http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-heartbeat-on-debian-lenny - cached - mail it - history
This tutorial shows how to do data striping (segmentation of logically sequential data, such as a single file, so that segments can be assigned to multiple physical devices in a round-robin fashion and thus written concurrently) across four single storage servers (running Debian Lenny) with GlusterFS. The client system (Debian Lenny 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.
by falko 2009-07-12 06:47 glusterfs · striping · debian · storage
http://www.howtoforge.com/striping-across-four-storage-nodes-with-glusterfs-on-debian-lenny - cached - mail it - history
This tutorial shows how to combine four single storage servers (running Debian Lenny) 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 (Debian Lenny 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.
by falko 2009-06-30 07:29 glusterfs · storage · san · high-availability · debian · raid
http://www.howtoforge.com/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny - cached - mail it - history
This tutorial shows how to combine four single storage servers (running Debian Lenny) to one large storage server (distributed storage) with GlusterFS. The client system (Debian Lenny 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.
by falko 2009-06-25 07:33 glusterfs · storage · san · filesystem · debian
http://www.howtoforge.com/distributed-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny - cached - mail it - history
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and keepalived on Debian Lenny. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
by falko 2009-06-16 06:32 keepalived · haproxy · loadbalancer · high availability · failover · debian · lenny
http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-on-debian-lenny - cached - mail it - history
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Lenny) 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 (Debian Lenny 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.
by falko 2009-06-09 07:57 glusterfs · replication · mirror · high-availability · debian · ha · storage
http://www.howtoforge.com/high-availability-storage-with-glusterfs-on-debian-lenny-automatic-file-replication-across-two... - cached - mail it - history
This tutorial shows how to set up a standalone storage server on Debian Lenny. 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.
by falko 2009-06-04 07:18 glusterfs · filesystem · debian · lenny · storage
http://www.howtoforge.com/creating-an-nfs-like-standalone-storage-server-with-glusterfs-on-debian-lenny - cached - mail it - history
This tutorial shows how to set up a PXE (short for preboot execution environment) install server on Debian Lenny. A PXE install server allows your client computers to boot and install a Linux distribution over the network, without the need of burning Linux iso images onto a CD/DVD, boot floppy images, etc. This is handy if your client computers don't have CD or floppy drives, or if you want to set up multiple computers at the same time (e.g. in a large enterprise), or simply because you want to save the money for the CDs/DVDs. In this article I show how to configure a PXE server that allows you to boot multiple distributions (i386 and x86_64): Debian Lenny, Ubuntu 9.04, Fedora 10, CentOS 5.3, OpenSuSE 11.1, and Mandriva 2009.1.
by falko 2009-05-26 06:48 pxe · debian · lenny
http://www.howtoforge.com/setting-up-a-pxe-install-server-for-multiple-linux-distributions-on-debian-lenny - cached - mail it - history
This guide explains how you can do a live migration of an LVM-based virtual machine (domU) from one Xen host to the other. I will use iSCSI to provide shared storage for the virtual machines in this tutorial. Both Xen hosts and the iSCSI target are running on Debian Lenny in this article.
by falko 2009-04-30 07:47 xen · live migration · iscsi · virtualization · virtual machine · lvm · debian
http://www.howtoforge.com/xen-live-migration-of-an-lvm-based-virtual-machine-with-iscsi-on-debian-lenny - cached - mail it - history
In this tutorial I will describe how to install and configure MyDNS-NG and MyDNSConfig 3 on Debian Lenny. MyDNS-NG is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. MyDNSConfig is an easy to use web-based interface to MyDNS-NG. MyDNSConfig can create all types of DNS records that are available in MyDNS and adds features like user management and access privileges.
by falko 2009-04-09 07:12 mydns · mydnsconfig · nameserver · dns · debian · mysql
http://www.howtoforge.com/installing-mydns-ng-and-mydnsconfig-3-on-debian-lenny - cached - mail it - history
This article is a short overview of how to use apt-pinning on Debian and Debian-based distributions (like Ubuntu). Apt-Pinning allows you to use multiple releases (e.g. stable, testing, and unstable) on your system and to specify when to install a package from which release. That way you can run a system based mostly on the stable release, but also install some newer packages from testing or unstable (or third-party repositories).
by falko 2009-03-24 08:26 apt-pinning · apt · debian
http://www.howtoforge.com/a-short-introduction-to-apt-pinning - cached - mail it - history
This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Lenny 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.
by falko 2009-03-17 08:04 kvm · debian · lenny · virtualization · virtual machine · lvm · hvm
http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-lenny-server - cached - mail it - history
This guide explains how you can set up an AoE target and an AoE initiator (client), both running Debian Lenny. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.
by falko 2009-03-15 08:58 ata over ethernet · aoe · debian · lenny · san · iscsi
http://www.howtoforge.com/using-ata-over-ethernet-aoe-on-debian-lenny-initiator-and-target - cached - mail it - history
This guide explains how you can set up fully-virtualized guests (HVM) with Xen 3.2 on a Debian Lenny x86_64 host system. HVM stands for HardwareVirtualMachine; to set up such guests, you need a CPU that supports hardware virtualization (Intel VT or AMD-V). Hardware virtualization allows you to install unmodified guest systems (in contrast to paravirtualization where the guest kernel needs to be modified); that way you cannot only virtualize OpenSource operating systems like Linux and BSD, but also closed-source operating systems like Windows where you cannot modify the kernel.
by falko 2009-03-08 09:37 xen · hvm · debian · lenny · intel vt · amd-v · hardware virtualization · virtualization · virtual machine
http://www.howtoforge.com/how-to-run-fully-virtualized-guests-hvm-with-xen-3.2-on-debian-lenny-x86_64 - cached - mail it - history
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. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.
by falko 2009-03-05 07:44 postfix · mysql · courier · squirrelmail · debian · lenny · spamassassin · clamav · amavisd
http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-debian-lenny - cached - mail it - history
Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an instance) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.
by falko 2009-03-03 07:57 ganeti · xen · cluster · debian · lenny · virtualization · virtual machine · high-availability
http://www.howtoforge.com/xen-cluster-management-with-ganeti-on-debian-lenny - cached - mail it - history
In this HowTo I will describe how to prepare a Debian Lenny server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
by falko 2009-03-01 08:07 openvz · debian · lenny · virtualization · virtual machine
http://www.howtoforge.com/installing-and-using-openvz-on-debian-lenny-amd64 - cached - mail it - history
In this howto I will explain how you can set up a groupware server using the Debian Linux operating system, Group-Office for managing the mailboxes and groupware functions like e-mail, shared calendars, file sharing etc., Postfix with virtual accounts in MySQL, Dovecot IMAP, SpamAssassin spam filter, and a vacation perl script that will handle out-of-office replies.
by falko 2009-02-26 08:10 groupware · group-office · postfix · dovecot · spamassassin · autoresponder · debian · lenny · mysql
http://www.howtoforge.com/groupware-server-with-group-office-postfix-dovecot-spamassassin-on-debian-lenny - cached - mail it - history
This tutorial shows how you can set up a Debian Lenny 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.
by falko 2009-02-22 07:52 debian · lenny · desktop · gnome · skype · googleearth · vmware · adobe · codecs · flash
http://www.howtoforge.com/the-perfect-desktop-debian-lenny - cached - mail it - history
This tutorial shows how to set up a Debian Lenny (Debian 5.0) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
by falko 2009-02-19 07:26 debian · lenny · server · lamp · apache · php · mysql · postfix · courier · bind · ispconfig · python · ruby · webalizer · proftpd
http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig2 - cached - mail it - history
This tutorial provides step-by-step instructions on how to install Xen 3.3.1 on a Debian Etch (4.0) 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 (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware.
by falko 2009-02-12 07:45 xen · debian · etch · virtualization · virtual machine · dom0 · domu · paravirtualization
http://www.howtoforge.com/virtualization-with-xen-3.3.1-on-debian-etch - cached - mail it - history
This tutorial provides step-by-step instructions on how to install Xen on a Debian Lenny (5.0) system (AMD64). 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 (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.
by falko 2009-02-08 08:24 xen · debian · lenny · virtualization · virtual machine · dom0 · domu · paravirtualization
http://www.howtoforge.com/virtualization-with-xen-on-debian-lenny-amd64 - cached - mail it - history
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Etch. 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.
by falko 2009-02-03 04:53 apache · mod_fcgid · fastcgi · cgi · php · php5 · debian
http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-etch - cached - mail it - history
This article explains how you can cache your web site contents with Apache's mod_cache on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
by falko 2009-01-27 07:44 apache · mod_cache · caching · debian
http://www.howtoforge.com/caching-with-apache-mod_cache-on-debian-etch - cached - mail it - history
This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Debian Etch system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.
by falko 2009-01-20 07:01 powerdns · dns · nameserver · mysql · poweradmin · debian
http://www.howtoforge.com/installing-powerdns-with-mysql-backend-and-poweradmin-on-debian-etch - cached - mail it - history
This article explains how to set up a two-node load balancer in an active/passive configuration with Perlbal and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. Perlbal is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
by falko 2009-01-13 07:21 perlbal · heartbeat · high-availability · ha · failover · debian · load balancer
http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-perlbal-heartbeat-on-debian-etch - cached - mail it - history
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy, Wackamole, and Spread on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using Wackamole and Spread, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
by falko 2009-01-06 07:48 haproxy · wackamole · spread · debian · load balancer · high-availability · ha · ip failover
http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-wackamole-spread-on-debian-etch - cached - mail it - history
This article explains how you can set up a caching reverse proxy with Squid 2.6 in front of your web server on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
by falko 2008-12-28 05:58 squid · cache · reverse proxy · debian · web server
http://www.howtoforge.com/how-to-set-up-a-caching-reverse-proxy-with-squid-2.6-on-debian-etch - cached - mail it - history
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 Debian Etch server with PHP5 support (through FastCGI) and MySQL support.
by falko 2008-12-07 08:28 nginx · php5 · php · mysql · debian · webserver · fastcgi
http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-debian-etch - cached - mail it - history
This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch). The difference to a two node master-master replication is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1.
by falko 2008-11-20 07:47 mysql · replication · master-master replication · debian
http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch - cached - mail it - history
This document describes how you can configure a Debian Etch system for IPv6 so that a) it can connect to other IPv6 hosts and b) other IPv6 hosts can connect to it. IPv6 should become more important in the future as recent estimates assume that there will be no more IPv4 addresses left by 2010 or 2011. Therefore it's time time to learn IPv6.
by falko 2008-11-06 07:04 ipv6 · debian · etch
http://www.howtoforge.com/using-ipv6-on-debian-etch - cached - mail it - history
GreenSQL (or greensql-fw) is a firewall for MySQL databases that filters SQL injection attacks. It works as a reverse proxy, i.e., it takes the SQL queries, checks them, passes them on to the MySQL database and delivers back the result from the MySQL database. It comes with a web interface (called greensql-console) so that you can manage GreenSQL through a web browser. This guide shows how you can install GreenSQL and its web interface on a Debian Etch server.
by falko 2008-10-28 09:13 greensql · mysql · injection · sql · debian
http://www.howtoforge.com/preventing-mysql-injection-attacks-with-greensql-on-debian-etch - cached - mail it - history
This guide explains how you can install Joomla 1.5.6 on a lighttpd web server on Debian Etch. Joomla comes with an .htaccess file with mod_rewrite rules (for Apache) (to enable search-engine friendly URLs) that do not work on lighttpd. Fortunately Joomla has a built-in method to make search-engine friendly URLs work on lighttpd as well.
by falko 2008-09-16 07:10 joomla · lighttpd · debian
http://www.howtoforge.com/installing-joomla-1.5.6-on-a-lighttpd-webserver-debian-etch - cached - mail it - history
This guide explains how you can install Drupal 6.4 on a lighttpd web server on Debian Etch. Drupal comes with an .htaccess file with mod_rewrite rules (for Apache) that do not work on lighttpd. Without this .htaccess file it is not possible to have clean URLs in your Drupal installation. Fortunately there is a way to make lighttpd behave as if it could read the .htaccess file.
by falko 2008-09-14 11:21 drupal · lighttpd · debian · .htaccess
http://www.howtoforge.com/installing-drupal-6.4-on-a-lighttpd-webserver-debian-etch - cached - mail it - history
This guide explains how to install memcached and the PHP5 memcache module on a Debian Etch system with Apache2. memcached is a daemon that can store objects in the system's memory (e.g. results of database queries) which can speed up your web site tremendously. You can use memcached over a network (i.e., install your web application on one server and memcached on another server), but usually you install both on one server to avoid the networking overhead.
by falko 2008-09-11 07:08 memcached · memcache · php · debian · apache · cache · memory
http://www.howtoforge.com/installing-memcached-and-the-php5-memcache-module-on-debian-etch-apache2 - cached - mail it - history
This guide shows how you can install and use incron on a Debian Etch system. Incron is similar to cron, but instead of running commands based on time, it can trigger commands when file or directory events occur (e.g. a file modification, changes of permissions, etc.).
by falko 2008-09-02 05:45 incron · cron · debian
http://www.howtoforge.com/triggering-commands-on-file-or-directory-changes-with-incron - cached - mail it - history
This article explains how you can install and configure apache2-mpm-peruser on a Debian Etch server. apache2-mpm-peruser is an MPM (Multi-Processing Module) for the Apache 2 web server, very similar to apache2-mpm-itk, but faster (almost as fast as apache2-mpm-prefork). mpm-peruser allows you to run each of your vhosts under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. It is based on metuxmpm, a working implementation of the perchild MPM. The result is a sane and secure web server environment for your users, without kludges like PHP's safe_mode.
by falko 2008-08-24 07:34 apache2-mpm-peruser · mpm-peruser · apache · apache2 · debian · metuxmpm
http://www.howtoforge.com/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch - cached - mail it - history
This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Etch that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.
by falko 2008-08-19 06:48 lighttpd · vhosts · mysql · debian
http://www.howtoforge.com/creating-advanced-mysql-based-vhosts-on-lighttpd-debian-etch - cached - mail it - history
This guide explains how to set up WebDAV with lighttpd on a Debian Etch 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 FTP. Of course, WebDAV can also be used to upload and download files.
by falko 2008-08-10 05:17 webdav · lighttpd · debian · etch
http://www.howtoforge.com/setting-up-webdav-with-lighttpd-debian-etch - cached - mail it - history
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Etch. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you would have to configure them in the global section of lighttpd.conf, which means they would be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
by falko 2008-08-07 05:12 mod_mysql_vhost · lighttpd · mysql · debian
http://www.howtoforge.com/creating-simple-vhosts-with-mod_mysql_vhost-on-lighttpd-debian-etch - cached - mail it - history
Dan Kaminsky earlier this month announced a massive, multi-vendor issue with DNS that could allow attackers to compromise any name server - clients, too. These two articles explain how you can fix a BIND9 nameserver on Debian Etch and Fedora/CentOS so that it is not vulnerable anymore to DNS cache poisoning.
by falko 2008-07-29 05:53 bind · dns · cache · cache poisoning · vulnerability · patch · debian · centos · fedora
http://www.howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch - cached - mail it - history
This tutorial explains how to install Django on a Debian Etch server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
by falko 2008-07-24 06:18 django · python · mod_python · apache · debian
http://www.howtoforge.com/installing-django-on-debian-etch-apache2-mod_python - cached - mail it - history
This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
by falko 2008-07-22 05:44 python · mod_python · apache · fedora · debian · ubuntu · centos · opensuse · mandriva
http://www.howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse - cached - mail it - history
This how-to describes how to install and configure Dansguardian with multi-group filtering, Squid with NTLM auth, ipmasq, and dnsmasq to provide a full internet gateway solution for small to medium sized networks. This how-to requires two NICs in order to perform firewalling and transparent proxying.
by falko 2008-07-17 07:05 dansguardian · squid · ntlm · ipmasq · dnsmasq · firewall · proxy · gateway · debian
http://www.howtoforge.com/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch - cached - mail it - history
mod_defensible is an Apache 2.x module intended to block spammers/hackers/script kiddies using DNSBL servers. It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client. This guide shows how to install and use it with Apache 2 on a Debian Etch server.
by falko 2008-07-08 05:14 mod_defensible · apache · debian · dnsbl · spam
http://www.howtoforge.com/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch - cached - mail it - history
This tutorial explains how to set up PHPIDS on a web server with Apache2 and PHP5. PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes nor filters any malicious input, it simply recognizes when an attacker tries to break your site and reacts in exactly the way you want it to. Based on a set of approved and heavily tested filter rules any attack is given a numerical impact rating which makes it easy to decide what kind of action should follow the hacking attempt. This could range from simple logging to sending out an emergency mail to the development team, displaying a warning message for the attacker or even ending the user’s session.
by falko 2008-06-24 10:20 phpids · php · intrusion detection · apache · debian
http://www.howtoforge.com/intrusion-detection-for-php-applications-with-phpids - cached - mail it - history
This tutorial shows how to install and use mod_python on a Debian Etch server with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
by falko 2008-06-22 06:29 python · mod_python · apache · debian
http://www.howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-etch - cached - mail it - history
This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Etch 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 FTP. Of course, WebDAV can also be used to upload and download files.
by falko 2008-06-19 05:38 webdav · apache · mysql · authentication · mod_auth_mysql · debian
http://www.howtoforge.com/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch - cached - mail it - history
This tutorial shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).
by falko 2008-06-17 05:50 mysql · cluster · ha · high-availability · ultramonkey · loadbalancer · debian
http://www.howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1 - cached - mail it - history
This guide explains how to set up WebDAV with Apache2 on a Debian Etch 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 FTP. Of course, WebDAV can also be used to upload and download files.
by falko 2008-06-03 02:17 webdav · apache · debian · etch · debian etch · server
http://www.howtoforge.com/setting-up-webdav-with-apache2-on-debian-etch - cached - mail it - history
Unbound is a validating, recursive, and caching DNS resolver, released under a BSD license. Version 1.0.0 was released on May 20, 2008. This tutorial explains how to install and use it on Debian Etch, including the creation of zones for your own domains.
by falko 2008-05-29 08:30 unbound · dns · name server · debian · etch · debian etch
http://www.howtoforge.com/installing-using-unbound-nameserver-on-debian-etch - cached - mail it - history
This document describes how to set up PHPlist on Fedora, CentOS, Ubuntu and Debian. This howto should also work for other distributions with little modifications. Taken from the phplist page: "phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times per month and is listed in the top open source projects for vitality score on Freshmeat."
by falko 2008-05-27 06:41 phplist · debian · ubuntu · fedora · centos · newsletter
http://www.howtoforge.com/setting-up-phplist-newsletter-manager - cached - mail it - history
In this HowTo I will describe how to prepare a Debian Etch server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
by falko 2008-05-25 06:03 openvz · debian · virtualization · vm · vps · virtual machine · virtuozzo
http://www.howtoforge.com/installing-and-using-openvz-on-debian-etch - cached - mail it - history
This document describes how to set up TrueCrypt 5.1a on Debian Etch (GNOME). Taken from the TrueCrypt page: "TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data are automatically encrypted or decrypted right before they are loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, free space, meta data, etc)."
by falko 2008-05-13 06:56 truecrypt · encryption · debian · gnome
http://www.howtoforge.com/setting-up-truecrypt-5.1a-on-debian-etch-gnome - cached - mail it - history
This document describes how to set up and configure rsyncbackup on Debian Etch. Rsyncbackup is a Perl script that cooperates with rsync. It is easy to configure and able to create scheduled backups (partial and incremental backups).
by falko 2008-04-13 08:20 rsyncbackup · rsync · backup · restore · debian · linux
http://www.howtoforge.com/scheduled-backups-with-rsyncbackup-debian-etch - cached - mail it - history
This guide explains how to integrate XCache into PHP5 on a Debian Etch system (with Apache2). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
by falko 2008-04-03 08:21 xcache · php5 · debian · apache · opcode cacher · php
http://www.howtoforge.com/xcache-php5-apache2-debian-etch - cached - mail it - history
This document describes how to set up Openbravo ERP (enterprise management system) on Debian Etch. Taken from the Openbravo page: "Openbravo is an open source ERP solution designed specifically for the SME (small to midsize firm). Developed in a web based environment, it includes many robust functionalities which are considered part of the extended ERP: procurement and warehouse management, project and service management, production management, and financial management."
by falko 2008-04-01 07:34 openbravo · erp · debian · etch · debian etch
http://www.howtoforge.com/installing-openbravo-erp-on-debian-etch - cached - mail it - history
This guide explains how to set up an SSH server on Debian Etch with public-key authorization (and optionally with disabled password logins). SSH is a great tool to control Linux-based computers remotely. It is safe and secure.
by falko 2008-03-30 09:22 ssh · public-key authentication · debian · openssh · etch · debian etch
http://www.howtoforge.com/set-up-ssh-with-public-key-authentication-debian-etch - cached - mail it - history
This guide explains how to set up software RAID1 on an already running LVM system (Debian Etch). The GRUB 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).
by falko 2008-03-25 06:32 raid1 · grub · lvm · debian · etch · debian etch · linux
http://www.howtoforge.com/set-up-raid1-on-a-running-lvm-system-debian-etch - cached - mail it - history
In this article I will describe how you can monitor multiple systems with munin. 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. I will install the munin client on all systems that are to be monitored (including the munin server itself); the munin clients will then report to the munin server.
by falko 2008-03-06 08:21 munin · monitoring · debian · etch · linux · server
http://www.howtoforge.com/monitoring-multiple-systems-with-munin-debian-etch - cached - mail it - history
Starting with version 2.2.20, ISPConfig has built-in support for Ruby. Instead of using CGI/FastCGI, ISPConfig depends on mod_ruby being available in the server's Apache. This article explains how to install mod_ruby on various Linux distributions supported by ISPConfig.
by falko 2008-02-17 07:45 ruby · mod_ruby · apache · linux · ispconfig · debian · ubuntu · suse · mandriva · fedora · centos
http://www.howtoforge.com/apache2-mod_ruby-with-ispconfig-2.2.20-and-above - cached - mail it - history
This document describes how to set up the Zimbra Collaboration Suite (ZCS) Open Source Edition v5.0 on Debian Etch. The resulting system provides a full featured collaboration-suite with many features that I cannot list all here - please have a look at the feature list. It also comes with a nice (themeable) AJAX web interface for administration and user access.
by falko 2008-02-12 05:48 zimbra · zcs · debian · etch · mail · collaboration
http://www.howtoforge.com/zimbra-collaboration-suite-5.0-on-debian-etch - cached - mail it - history
This document describes how to set up the Mandriva Directory Server (MDS) on Debian Etch. The resulting system provides a full-featured office server for small and medium companies - easy to administer via the web-based Mandriva Management Console (MMC).
by falko 2008-02-07 07:30 debian · domaincontroller · directory server · mandriva · mds · samba · ldap
http://www.howtoforge.com/mandriva-directory-server-on-debian-etch - cached - mail it - history
Vlogger is a little tool with which you can write lighttpd logs broken down by virtual hosts and days. With vlogger, we need to put just one accesslog.filename directive into our global lighttpd configuration, and it will write access logs for each virtual host and day. Therefore, you do not have to split lighttpd's overall access log into access logs for each virtual host each day, and you do not have to configure lighttpd to write one access log per virtual host (which could make you run out of file descriptors very fast). At the end of this tutorial I will show you how to use webalizer to create statistics from the lighttpd access logs.
by falko 2008-01-31 08:47 vlogger · webalizer · lighttpd · statistics · logs · debian
http://www.howtoforge.com/splitting-lighttpd-logs-with-vlogger-creating-statistics-with-webalizer - cached - mail it - history
djbdns is a very secure suite of DNS tools that consists out of multiple parts: dnscache, a DNS cache that can be used in /etc/resolv.conf instead of your ISP's name servers and that tries to sort out wrong (malicious) DNS answers; axfrdns, a service that runs on the master DNS server and to which the slaves connect for zone transfers; and tinydns, the actual DNS server, a very secure replacement for BIND.
by falko 2008-01-24 07:11 djbdns · tinydns · dnscache · axfrdns · dns · debian · etch
http://www.howtoforge.com/install-djbdns-nameserver-on-debian-etch - cached - mail it - history
Bazaar is a distributed version control system (VCS) available under the GPL; it is similar to Subversion (svn). Bazaar is sponsored by Canonical, Ltd., the company that develops the Ubuntu Linux distribution, and therefore the Ubuntu project is the most prominent user of Bazaar. This article explains how to set up and use Bazaar on a Debian Etch system, and how to configure an SFTP-/HTTP server to host your Bazaar repository.
by falko 2008-01-22 06:24 bazaar · vcs · svn · cvs · subversion · ubuntu · debian
http://www.howtoforge.com/using-the-bazaar-vcs-on-debian-etch - cached - mail it - history
This howto outlines the process by which one can set up the Subversion version control system, and have it work in tandem with Trac, the project manager for software development projects, on a server running Ubuntu (or possibly Debian).
by falko 2008-01-09 12:28 subversion · svn · trac · project management · ubuntu · debian
http://www.howtoforge.com/subversion-trac-virtual-hosts-on-ubuntu-server - cached - mail it - history
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 Etch.
by falko 2008-01-08 06:48 altermime · disclaimer · postfix · debian · etch · linux · server · filter · email
http://www.howtoforge.com/add-disclaimers-to-outgoing-emails-with-altermime-postfix-debian-etch - cached - mail it - history
When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and ftplicity to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. ftplicity is a duplicity wrapper script (provided by the German computer magazine c't) that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
by falko 2007-12-18 07:44 duplicity · ftplicity · backup · ftp · encrypted · encryption · debian · etch · linux · server
http://www.howtoforge.com/ftp-backups-with-duplicity-ftplicity-debian-etch - cached - mail it - history
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 a Debian Etch server.
by falko 2007-12-14 06:28 proftpd · tls · debian · security · ftp · linux · server
http://www.howtoforge.com/proftpd-tls-debian-etch - cached - mail it - history
This guide explains how to set up software RAID1 on an already running Debian Etch system. The GRUB 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).
by falko 2007-11-29 07:04 raid · software raid · grub · debian · etch · linux · mdadm
http://www.howtoforge.com/software-raid1-grub-boot-debian-etch - cached - mail it - history
This guide is Debian specific but could be ported to other distributions since the concept is the same. In order to use TLS Extensions we have to patch and recompile Apache2 and recompile OpenSSL with the enable-tlsext directive. Since TLS extensions are relatively new, some Internet browsers will not work so the Apache2 server will deliver just the default site as http 1.0 does on an http 1.1 server.
by falko 2007-11-19 06:15 debian · tls · ssl · https · tls extensions · linux · server · openssl
http://www.howtoforge.com/enable-multiple-https-sites-on-one-ip-using-tls-extensions-on-debian-etch - cached - mail it - history
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
by falko 2007-11-07 07:00 haproxy · heartbeat · load balancer · virtual ip · shared ip · debian · etch · debian etch · linux
http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch - cached - mail it - history
This guide describes how to set up a full email solution in Debian Linux (all code is from Debian Etch). I was asked to design a secure, scalable, portable solution for a small company. While the guide references many servers, the company only had 4 physical machines, Xen was used to virtualize the entire solution. That particular aspect of the system is not discussed in this guide, although I will try to get it into the next revision.
by falko 2007-10-31 05:53 postfix · mail · server · mysql · dovecot · dspam · clamav · postgrey · rbl · debian · linux
http://www.howtoforge.com/postfix_mysql_dovecot_dspam_clamav_postgrey_rbl_debian_etch - cached - mail it - history
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and keepalived on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
by falko 2007-10-29 06:04 haproxy · keepalived · load balancer · virtual ip · shared ip · debian · etch · debian etch · linux
http://www.howtoforge.com/haproxy_loadbalancer_debian_etch - cached - mail it - history
Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you do not have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master.
by falko 2007-10-25 07:34 mysql · replication · database · linux · debian · server
http://www.howtoforge.com/mysql5_master_master_replication_debian_etch - cached - mail it - history
This HowTo will describe the setup of an efficient http server and mail server for small or medium configurations (as low as 96 mb). Why LEMP instead of LAMP? NGINX is a great replacement for Apache with very low memory footprint and great stability.
by falko 2007-10-19 05:37 lemp · nginx · mysql · php · ubuntu · debian · linux · server
http://www.howtoforge.com/lemp_nginx_mysql_php_ubuntu_debian - cached - mail it - history
Imagine you have a machine with all of its disk full and another with unused gigabytes, and you do not want to move the data from one to the other. Why not use the second's disk on the first, you could do it with iSCSI, but you can do it with ATA over Ethernet (AoE) as well. It is the second method I will explain in this article. All of this was made with two computers running Debian Etch.
by falko 2007-10-17 07:28 ata over ethernet · aoe · debian · etch · debian etch · linux
http://www.howtoforge.com/ata_over_ethernet_debian_etch - cached - mail it - history
LedgerSMB is a free (licensed under the GPL), web based double entry accounting system written in Perl which uses PostgreSQL for data storage. It is intended for small and medium businesses (SMB), and it can be used easily through a regular web browser like Firefox. This tutorial explains how to install LedgerSMB on a Debian Etch system.
by falko 2007-10-14 06:27 ledgersmb · accounting · billing · invoice · debian · etch · debian etch · linux · smb
http://www.howtoforge.com/ledgersmb_debian_etch - cached - mail it - history
This document explains how to set up the VMware Tools in the following guest operating systems: Ubuntu 7.04, Fedora 7, PCLinuxOS 2007 and Debian Etch. Installing VMware Tools in your guest operating systems will help maximize performance, provide mouse synchronization and copy & paste functionality. This article also shows a way of making VMware Tools start automatically when you start a guest operating system.
by falko 2007-09-30 13:22 vmware tools · vmware · vm · virtual machine · vps · virtualization · linux · ubuntu · fedora · pclinuxos · debian
http://www.howtoforge.com/vmware_tools_on_linux - cached - mail it - history
In this article I will show how to install and configure BlockHosts on a Debian Etch system. BlockHosts is a Python tool that observes login attempts to various services, e.g. SSH, FTP, etc., and if it finds failed login attempts again and again from the same IP address or host, it stops further login attempts from that IP address/host. By default, BlockHosts supports services that use TCP_WRAPPERS, such as SSH, i.e. services, that use /etc/hosts.allow or /etc/hosts.deny, but it can also block other services using iproute or iptables.
by falko 2007-09-30 06:11 blockhosts · brute force · ssh · denyhosts · fail2ban · debian · etch · debian etch · linux · server · security
http://www.howtoforge.com/blockhosts_debian_etch - cached - mail it - history
Debian-Installer Loader is a Debian Etch installer for Windows which adds an entry to the boot menu that allows you to start the Debian installation. Unlike the Ubuntu installation with Wubi, real Debian partitions are created during the installation. In the end, you have a dual-boot system (Windows/Debian).
by falko 2007-09-25 12:25 debian-installer loader · linux · windows · debian · etch · debian etch
http://www.howtoforge.com/debian_windows_installer - cached - mail it - history
This document describes how to set up Amanda (The Advanced Maryland Automatic Network Disk Archiver) on Debian Etch. For this tutorial I chose Ubuntu v7.04 as a backup-client. The resulting system provides a flexible backup system with many features. It will be able to back up multiple hosts via network to various devices. I chose the disk based backup for this howto.
by falko 2007-09-23 06:23 amanda · backup · linux · debian · etch · debian etch · restore
http://www.howtoforge.com/disk_based_backups_amanda_debian_etch - cached - mail it - history
This tutorial shows how to install MySecureShell on a Debian Etch system. MySecureShell is an SFTP server that is based on OpenSSH and can be configured in many ways, e.g. it has support for chrooting users into their homedirs or for limiting upload-/download bandwidths. MySecureShell makes SFTP available for users that do not have shell access so that these users do not have to use the insecure FTP protocol anymore.
by falko 2007-09-21 04:55 mysecureshell · sftp · openssh · chroot · jail · security · debian · etch · debian etch · linux · server
http://www.howtoforge.com/mysecureshell_sftp_debian_etch - cached - mail it - history
Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an instance) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.
by falko 2007-09-16 14:24 ganeti · xen · vserver · vm · virtualization · cluster · ha · high-availability · debian · etch · debian etch · drbd · lvm · linux · server
http://www.howtoforge.com/ganeti_xen_cluster_management_debian_etch - cached - mail it - history
This guide shows how to install and configure Smokeping on Debian Etch to monitor network latency. From the Smokeping web site: "SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection."
by falko 2007-09-16 07:01 smokeping · monitoring · network · latency · mrtg · debian · etch · debian etch · linux · server
http://www.howtoforge.com/monitoring_network_latency_smokeping_debian_etch - cached - mail it - history
This tutorial shows how to install and use SpeedyCGI (also known as PersistentPerl) on a Debian Etch system. SpeedyCGI is a way to run Perl scripts persistently, which can make them run much more quickly. It keeps the Perl interpreter running, and during subsequent runs, this interpreter is used to handle new executions instead of starting a new Perl interpreter each time.
by falko 2007-09-14 04:52 speedycgi · persistentperl · perl · cgi · debian · etch · debian etch · linux · server
http://www.howtoforge.com/speedycgi_debian_etch - cached - mail it - history
This tutorial describes two ways how to give users chrooted SSH access. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. The users will also be able to use SFTP in their chroot jails.
by falko 2007-09-09 05:58 ssh · sftp · chroot · jail · security · debian · etch · debian etch · linux · server · openssh
http://www.howtoforge.com/chroot_ssh_sftp_debian_etch - cached - mail it - history
This document describes how to integrate ASSP (Anti-Spam SMTP Proxy) with embedded ClamAV into a mail server based on Postfix featuring virtual users and domains, i.e. users and domains that are in a MySQL database.
by falko 2007-09-06 07:55 assp · clamav · spam · virus · debian · etch · debian etch · linux · server · postfix
http://www.howtoforge.com/assp_clamav_postfix_debian_etch - cached - mail it - history
Nowadays, the iSCSI technology is quite popular in the storage world. This article shows an iSCSI demo environment which consists of one Debian Linux host and one Netapp Filer. We try to show the most important features of this protocol.
by falko 2007-08-31 05:01 iscsi · storage · linux · server · debian
http://www.howtoforge.com/iscsi_on_linux - cached - mail it - history
This tutorial describes how to install Simple Invoices on a Debian Etch server. Simple Invoices is a web-based, basic invoicing system that lets you create and manage your invoices, export them as PDF or Excel files, email them to your customers, etc. It is intended for small businesses/organizations and home users.
by falko 2007-08-23 06:02 simple invoices · invoices · billing · debian · etch · debian etch · server · linux
http://www.howtoforge.com/simple_invoices_debian_etch - cached - mail it - history
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). 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.
by falko 2007-08-19 14:21 lighttpd · lighty · video · flash · flv · flowplayer · youtube · debian · etch · debian etch · linux · server
http://www.howtoforge.com/video_streaming_lighttpd_flowplayer - cached - mail it - history
This tutorial provides step-by-step instructions about how to create a highly available VMware Server environment on a Debian Etch system. With this tutorial, you will be able to create Virtual Machines that will be available on multiple systems with failover/failback capabilities.
by falko 2007-08-19 06:28 vmware · replication · failover · failback · debian · linux · server · virtualization · vm
http://www.howtoforge.com/vm_replication_failover_vmware_debian_etch - cached - mail it - history
1 - 100 of 149 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates