HowtoForge provides user-friendly Linux tutorials.

  • Chrooted SSH HowTo

    VMWare Image Download Author: Falko TimmeTags: Comments: 17

    Chrooted SSH HowTo This tutorial describes how to install and configure OpenSSH so that it will allow chrooted sessions for users. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of.

  • Telaen Howto - Easy php webmail interface

    Author: mariuzTags: Comments: 9

    Today i found a really good wembail interface and i want to share how easy is to install it compared with other webmail packages. Telaen is a webmail interface written in PHP. It does not require any database and is compatible with POP3 or IMAP so it runs under any Server supporting PHP with Sendmail or QMAIL. Additional skins and languages can be easily integrated.

  • Preventing SSH Dictionary Attacks With DenyHosts

    Author: Falko TimmeTags: Comments: 43

    Preventing SSH Dictionary Attacks With DenyHosts In this HowTo I will show how to install and configure DenyHosts. DenyHosts is a tool that observes login attempts to SSH, and if it finds failed login attempts again and again from the same IP address, DenyHosts blocks further login attempts from that IP address by putting it into /etc/hosts.deny. DenyHosts can be run by cron or as a daemon. In this tutorial I will run DenyHosts as a daemon.

  • The Ultimate Media Server - Apache+SSL , PHP, MySQL and Jinzora

    Author: bsdguyTags: Comments: 1

    The Ultimate Media Server Apache+SSL , PHP, MySQL and Jinzora General Information This guide will lead you through creating a secure ssl based webserver to be able to stream your multimedia across the World Wide Web. Before embarking on this journey I would highly recommend reading this documentation in it's fullest before executing any of it. You may find some pointers in the tips and tweaks section that you can make during installation that would make this install even easier and make it a one time install.

  • MySQL 5 In Debian Sarge (Stable ) HowTo

    Author: mariuzTags: Comments: 0

    Configuring mysql 5 in debian sarge (stable ) I needed to run mysql5 on another port on my server with already 2 mysql servers (3.x and 4.x) on itand for this i had to do following steps

  • Configuring Apache for Maximum Performance

    Author: bobcaresTags: Comments: 8

    Apache server performance can be improved by adding additional hardware resources such as RAM, faster CPU etc. But, most of the time, the same result can be achieved by custom configuration of the server. This article looks into getting maximum performance out of Apache with the existing hardware resources, specifically on the Linux systems.

  • Windows Linux DualBoot Tutorial

    Author: latcarfTags: Comments: 4

    This tutorial was written to help set up a dual boot on a SATA drive but it will also work for PATA so continue forward and I will let you know if you need to skip something. In order to have a fully functional dual boot system it is preferred that Windows be loaded first. After that you can load Linux and easily dump the boot configuration on Windows NTLDR file (comparable to Linux boot file).

  • Network Monitoring with Zabbix

    Author: ovisTags: Comments: 12

    Network Monitoring With Zabbix Zabbix has the capability to monitor just a about any event on your network from network traffic to how many papers are left in your printer. It produces really cool grahps. In this howto we install software that has an agent and a server side. The goal is to end up with a setup that has a nice web interface that you can show off to your boss ;) It's a great open source tool that lets you know what's out there. This howto will not go into setting up the network but I might rewrite it one day so I really like your input on this. Much of what is covered here is in the online documentation however if you are like me new to this all this might be of some help to you.

  • Upgrading FreeBSD

    Author: bsdguyTags: Comments: 1

    Upgrading FreeBSD Concept This document started as a follow up to The Ultimate Multimedia Server Guide and how to go about keeping your server up to date and patched with the latest O/S patches and security patches. The other reason for this document was to try and create an easy to follow update guide for the not so Unix savvy users that visit my website from time to time. My first time trying to upgrade FreeBSD from sources went well but trying to understand and piece together all the other documentation was more of a daunting task than actually upgrading.

  • How To Install A Custom Iptables Firewall

    Author: sbovisjb1Tags: Comments: 2

    How To Install A Custom Iptables Firewall This guide is to show you how to edit your iptables if you're running on a server. This guide info came from iptables rocks, but I edited a bunch of data to make it suitable for what I want it to do