Linux Tutorials on the topic “debian”
-
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
Author: colan • Tags: apache, debian, programming, ubuntu • Comments: 8Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server 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).
-
Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch & Apache2)
Author: Falko Timme • Tags: apache, debian, php • Comments: 8Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Debian Etch system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.
-
Checking Hard Disk Sanity With Smartmontools (Debian & Ubuntu)
Author: Falko Timme • Tags: debian, ubuntu • Comments: 2Checking Hard Disk Sanity With Smartmontools (Debian & Ubuntu) This guide shows how to install and use the smartmontools package on Debian Etch and Ubuntu 7.10. The smartmontools package provides utilities to check hard disks for disk degradation and failure, using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks.
-
-
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.