Linux Tutorials on the topic “debian”
-
Installing And Working With eyeOS Under Debian 4.0
Author: jfheins • Tags: debian, other, php • Comments: 2Installing And Working With eyeOS Under Debian 4.0 This tutorial shows how you can install eyeOS on a standard Linux system. When you have finished this tutorial, you will have a full, working eyeOS on your server. eyeOS is a kind of operating system which works online, i.e. it manages files on the server and enables the user to upload, download and edit files.
-
Virtual Users And Domains With Postfix, Courier And MySQL (Debian Etch)
Author: Falko Timme • Tags: antivirus, debian, postfix • Comments: 21
Virtual Users And Domains With Postfix, Courier And MySQL (Debian Etch)This document describes how to install a mail server based on Postfix 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.
-
Using Ruby On Rails With Apache2 On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 7Using Ruby On Rails With Apache2 On Debian Etch This article shows how you can install Ruby on Rails (RoR) and integrate it in Apache2 on a Debian Etch system (including a short section at the end showing how to use RoR in a web site created with ISPConfig). Ruby on Rails is a web application framework which is rapidly gaining popularity among web programmers. It aims to increase the speed and ease with which database-driven web sites can be created and offers skeleton code frameworks (scaffolding) from the outset. Applications using the RoR framework are developed using the Model-View-Controller design pattern.
-
-
Server Monitoring With munin And monit On Debian Etch
Author: Falko Timme • Tags: debian, monitoring • Comments: 5
Server Monitoring With munin And monit On Debian Etch In this article I will describe how you can monitor your Debian Etch 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 let 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.
-
Setting up Subversion and websvn on Debian
Author: bertheymans • Tags: debian, other • Comments: 53Setting up Subversion and websvn on Debian This howto will illustrate a way to install and configure Subversion and websvn on a Debian server. I will not specifically configure inetd with svnserve in this howto. Rest assured that Subversion will be totally functional without it. You can copy/paste most of the howto to get it working.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Etch
Author: Falko Timme • Tags: debian, ftp • Comments: 3Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Etch 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.
-
Preventing Brute Force Attacks With Fail2ban On Debian Etch
Author: Falko Timme • Tags: security, debian • Comments: 17Preventing Brute Force Attacks With Fail2ban On Debian Etch In this article I will show how to install and configure fail2ban on a Debian Etch system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.
-
The Perfect Desktop - Debian Etch (Debian 4.0)
Author: Falko Timme • Tags: debian, desktop • Comments: 11
The Perfect Desktop - Debian Etch (Debian 4.0) With the release of Microsoft's new Windows operating system (Vista), more and more people are looking for alternatives to Windows for various reasons. In this tutorial I will show people who are willing to switch to Linux how they can set up a Linux desktop (Debian Etch in this article) that fully replaces their Windows desktop, i.e. that has all 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 runs also on older hardware, and the best thing is: all software comes free of charge.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Debian Etch
Author: Falko Timme • Tags: debian, ftp • Comments: 4
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Debian Etch 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.
-
ColdFusion 7.x Installation on Debian Sarge (3.1r1) Linux
Author: demirkapi • Tags: debian • Comments: 12I will try to explain here a clean Debian Sarge 3.1r1 and ColdFusion MX 7.0.1 installation. Why This Tutorial? Because there is no documentation about ColdFusion installation on Debian on the internet. As you know Debian Linux is not supported officially by Adobe. But Debian is one of the mosts used and well known Linux distributions especially for server usage and I think there would be some other people who want to use Debian and ColdFusion together.