Linux Tutorials on the topic “debian”
-
Scheduled Backups With Rsyncbackup On Debian Etch
Author: o.meyer • Tags: backup, debian • Comments: 1
Scheduled Backups With Rsyncbackup On Debian Etch This document describes how to set up and configure rsyncbackup on Debian Etch. Rsyncbackup is a Perl script that cooperates with rsync. It's easy to configure and able to create scheduled backups (partial and incremental backups).
-
MySQL Backups Using ZRM For MySQL 2.0
Author: paddy • Tags: backup, debian, mysql • Comments: 0MySQL Backups Using ZRM For MySQL 2.0 Zmanda Recovery Manager (ZRM) for MySQL simplifies life of a database administrator who needs an easy to use yet flexible and robust backup and recovery solution for MySQL server.
-
Integrating XCache Into PHP5 (Debian Etch & Apache2)
Author: Falko Timme • Tags: apache, debian, php • Comments: 5Integrating XCache Into PHP5 (Debian Etch & Apache2) 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.
-
-
How To Install The Openbravo ERP On Debian Etch
Author: o.meyer • Tags: debian • Comments: 6How To Install The Openbravo ERP On Debian Etch 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."
-
How To Install ImpressCMS 1.0 Final On Debian Etch
Author: o.meyer • Tags: debian • Comments: 0How To Install ImpressCMS 1.0 Final On Debian Etch This document describes how to set up ImpressCMS 1.0 Final On Debian Etch. Taken from the ImpressCMS page: "ImpressCMS is a community developed Content Management System for easily building and maintaining a dynamic web site. Keep your web site up to date with this easy to use, secure and flexible system."
-
How To Set Up SSH With Public-Key Authentication On Debian Etch
Author: Daneey • Tags: security, debian • Comments: 8How To Set Up SSH With Public-Key Authentication On Debian Etch This mini-howto 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's safe and secure.
-
Installing mod_geoip for Apache2 On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 2Installing mod_geoip for Apache2 On Debian Etch This guide explains how to set up mod_geoip with Apache2 on a Debian Etch system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
-
Enabling MSSQL for PHP5 On Debian Lenny (testing)
Author: thedoc • Tags: debian, php • Comments: 9Enabling MSSQL for PHP5 On Debian Lenny (testing) Recently I did an install of Debian Etch 4.0 to prepare it for ispconfig. Knowing I had a website that needed MSSQL support I had to figure out how to accomplish this. There may be an easier way I don't know, but this daunting task worked this way.
-
Monitoring Multiple Systems With munin (Debian Etch)
Author: Falko Timme • Tags: debian, monitoring • Comments: 4Monitoring Multiple Systems With munin (Debian Etch) 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.
-
Chrooting Apache2 With mod_chroot On Debian Etch
Author: Falko Timme • Tags: apache, debian, security • Comments: 5
Chrooting Apache2 With mod_chroot On Debian Etch This guide explains how to set up mod_chroot with Apache2 on a Debian Etch system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.