Linux Tutorials on the topic “debian”
-
How To Log Emails Sent With PHP's mail() Function To Detect Form Spam
Author: till • Tags: apache, php, security, debian, email • Comments: 56
How To Log Emails Sent With PHP's mail() Function To Detect Form Spam If you are running a webserver you might have faced the problem already: somewhere on your server is a vulnerable contact form or CMS system written in PHP that gets abused by spammers to send emails trough your server. If you have more than a few websites, it is a pain to detect which of the sites is vulnerable and sends the spam emails. This tutorial explains the installation of a small wrapper script which logs email messages sent trough the PHP mail() function.
-
Installing NVIDIA Drivers On Debian Lenny Manually
Author: koosha • Tags: debian • Comments: 15
Installing NVIDIA Drivers On Debian Lenny Manually Installing NVIDIA drivers on Debian Lenny requires a little extra work compared to doing so in other distributions like Ubuntu, due to the lack of some required packages in the default installation.
-
Set Up A Simple High-Availability Web Server For A Small Company Using Debian Lenny
Author: rax • Tags: debian • Comments: 1
Set Up A Simple High-Availability Web Server For A Small Company Using Debian Lenny This tutorial was written for the Debian Lenny distribution and supposes that the user has knowledge about what load balancing is and some basic skills of Linux, our two load balancers consist out of 2 machines that monitor each other [heartbeat], if the master stops responding the secondary one [Backup] will take the master role [Backup -> Master].
-
-
Install PHP 5.3.0/Lighttpd On Debian (Lenny) With Imap, MySQL, Sqlite3 And ImageMagick Support
Author: zabouth • Tags: debian, lighttpd, php • Comments: 7
Install PHP 5.3.0/Lighttpd On Debian (Lenny) With Imap, MySQL, Sqlite3 And ImageMagick Support This tutorial covers the setup of PHP 5.3.0/Lighttpd on Debian (lenny) with imap, mysql, mysqli, sqlite3, ImageMagick and mycrypt support.
-
How To Limit CPU Usage Of A Process With cpulimit (Debian/Ubuntu)
Author: Falko Timme • Tags: debian, ubuntu • Comments: 3How To Limit CPU Usage Of A Process With cpulimit (Debian/Ubuntu) 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.
-
Installing Apache2 With PHP5 And MySQL Support On Debian Lenny (LAMP)
Author: Falko Timme • Tags: apache, debian, mysql, php • Comments: 11
Installing Apache2 With PHP5 And MySQL Support On Debian Lenny (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Lenny server with PHP5 support (mod_php) and MySQL support.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Lenny
Author: Falko Timme • Tags: apache, debian, php • Comments: 18
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Lenny This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Lenny. 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.
-
How To Install Django On Debian Lenny (Apache2/mod_python)
Author: Falko Timme • Tags: apache, debian • Comments: 2
How To Install Django On Debian Lenny (Apache2/mod_python) This tutorial explains how to install Django on a Debian Lenny 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.
-
Boot On BTRFS With Debian
Author: bad_crow • Tags: debian • Comments: 11
Boot On BTRFS With Debian 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.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Debian Lenny
Author: Falko Timme • Tags: debian, ftp • Comments: 12
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Debian Lenny 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.