Showing headlines posted by falko

« Previous ( 1 ... 48 49 50 51 52 53 54 55 56 57 58 ... 92 ) Next »

Boot Linux Over HTTP With boot.kernel.org (BKO)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 27, 2009 12:46 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how you can boot Linux over HTTP with boot.kernel.org (BKO). All that users need is Internet connectivity and a small program (gpxe) to boot the machine. This gpxe program provides network booting facility. BKO allows you to boot into the following distributions: Debian, Ubuntu, Damn Small Linux, Knoppix, Fedora. BKO provides gpxe images for USB sticks, CDs, and also for floppies, i.e., you can boot from a USB sticks, a CD, or a floppy.

How To Prevent Brute Force Attacks With Brutelock

  • HowtoForge (Posted by falko on Sep 25, 2009 2:53 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Brutelock is an open source program that actively monitors various system logs and immediately blocks malicious IPs trying to attack your server. Brutelock not only protects against ssh attacks but also other common systems such as ftp, pop and imap. It has an extendible rules format that allows you to monitor an unlimited number of other services by simply supplying the log file and a simple regex search pattern.

How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (CentOS 5.3)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 24, 2009 8:43 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This guide explains how to set up software RAID1 on an already running CentOS 5.3 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).

Intrusion Detection With Snort, ACIDBASE, MySQL, And Apache2 On Ubuntu 9.04

  • HowtoForge (Posted by falko on Sep 23, 2009 9:01 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial describes how to install and configure Snort intrusion detection system (IDS), ACIDBASE (Basic Analysis and Security Engine), MySQL, and Apache2 on Ubuntu 9.04 using packages from Ubuntu’s Synaptic Package Manager. Snort will assist you in monitoring your network and alert you about possible threats. Snort will output its log files to a MySQL database which ACIDBASE will use to display in a graphical interface in web browser.

Installing Cherokee With PHP5 And MySQL Support On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Sep 22, 2009 3:12 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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.

Set Up A Simple High-Availability Web Server For A Small Company Using Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Sep 21, 2009 2:16 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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].

Installing Cherokee With PHP5 And MySQL Support On Fedora 11

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 Fedora 11 server with PHP5 support (through FastCGI) and MySQL support.

How To Install And Configure Advanced Policy Firewall (APF) On CentOS 5.3

  • HowtoForge; By Leszek Taczkowski (Posted by falko on Sep 18, 2009 10:36 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial explains how you can install and configure APF - an interface to IPTables which lets you easily configure a full featured firewall to secure servers and workstations connected to a network. This guide describes an example installation on a server with cPanel but it's only a matter of port numbers which must be open for everything to work. APF can be used on any system.

Virtual Hosting With PureFTPd And MySQL On Fedora 11

  • HowtoForge; By Falko Timme (Posted by falko on Sep 15, 2009 10:37 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
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.

Installing Apache2 With PHP5 And MySQL Support On Debian Lenny (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 14, 2009 2:03 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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 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.

How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Sep 11, 2009 1:48 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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.

The Perfect Server - CentOS 4.8 Server i386 [ISPConfig 2]

  • HowtoForge; By Falko Timme (Posted by falko on Sep 10, 2009 1:44 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to set up a CentOS 4.8 server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot 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 (i.e., ISPConfig runs on it out of the box).

How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Lenny)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 9, 2009 12:13 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how to set up software RAID1 on an already running LVM system (Debian Lenny). 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).

How To Install Django On Debian Lenny (Apache2/mod_python)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 7, 2009 9:02 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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.

Set Up DKIM For Multiple Domains On Postfix With dkim-milter 2.8.x (CentOS 5.3)

  • HowtoForge; By Sayyed Mehdi Poustchi Amin (Posted by falko on Sep 7, 2009 7:12 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how you can sign your email messages by using DKIM (DomainKeys Identified Mail) for multiple domains. Signing email allows the recipient of a message to confirm a message originated with the sender's domain and that the message content has not been altered.

Installing Nginx With PHP5 And MySQL Support On Fedora 11

  • HowtoForge; By Falko Timme (Posted by falko on Sep 4, 2009 8:54 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
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 Fedora 11 server with PHP5 support (through FastCGI) and MySQL support.

How To Add A Splash Image To GRUB 2 On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on Sep 3, 2009 12:04 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can add a splash image to your GRUB 2 boot loader on Ubuntu 9.04. Please note that you should use this tutorial only if you have upgraded your bootloader to GRUB 2 previously.

Finding Files On The Command Line

  • HowtoForge (Posted by falko on Sep 2, 2009 8:12 AM EDT)
  • Story Type: Tutorial; Groups: Linux
One of the things I like about Linux is the command line. I have used nautilus, gnome-commander, konqueror, kommander, dolphin and thunar to manage files in Linux and these file managers are great for what they do. But there are times when one simply wants to find a file when working on the command line without having to open a GUI application.

How To Install GRUB 2 On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on Sep 1, 2009 4:14 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can upgrade your GRUB bootloader to GRUB 2 on Ubuntu 9.04. GRUB 2 has been rewritten from scratch to clean up everything for modularity and portability.

« Previous ( 1 ... 48 49 50 51 52 53 54 55 56 57 58 ... 92 ) Next »