Showing headlines posted by falko

« Previous ( 1 ... 85 86 87 88 89 90 91 ... 92 ) Next »

Easy RSS Syndication with MagpieRSS

  • HowtoForge (Posted by falko on Oct 4, 2006 10:39 AM EDT)
  • Story Type: Tutorial; Groups: PHP
MagpieRSS, affectionately known as Magpie, is an RSS and Atom parser for PHP. It allows you to display the newest articles from websites with RSS or Atom feeds on your own site. This is a great way to add new, fresh, and relevant information to your site. It parses RSS 0.9, RSS 1.0, and has some support for RSS 2.0 as well as Atom 0.3.

Installing Zenoss Network Monitor on a Ubuntu Server

  • HowtoForge; By Michael Shillingford (Posted by falko on Oct 1, 2006 12:06 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to install and configure the Zenoss network monitoring tool on a Ubuntu 6.06 system. Zenoss is a free open-source tool that allows you to monitor servers, applications, networks, power, etc. regarding their configuration, availability, and performance. It can also alert you by email if it finds inappropriate actions.

MySQL Backup And Recovery With mysql-zrm On Debian Sarge

This guide describes how to back up and recover your MySQL databases with mysql-zrm on a Debian Sarge system. mysql-zrm is short for Zmanda Recovery Manager for MySQL, it is a new tool that lets you create full logical or raw backups of your databases (regardless of your storage engine and MySQL configuration), generate reports about the backups, verify the integrity of the backups, and recover your databases. It can also send email notifcations about the backup status, and you can implement multiple backup policies (based on your applications and based on time (e.g. daily, weekly, etc.)).

Securing NFS - Tunneling NFS over SSH

  • HowtoForge (Posted by falko on Sep 27, 2006 10:57 AM EDT)
  • Story Type: News Story
The goal of this howto is building an NFS server that works on an SSH tunnel. This way all traffic between your hosts and the file server is encrypted and thus more secure. Normally you should enter a password every time you try to establish an SSH connection but since we could be mounting at bootup we will use ssh-keygen to create a keypair so we can login without entering a password. We will, however, limit that login session to executing just one command.

How To Set Up A DHCP Server For Your LAN

  • HowtoForge; By Falko Timme (Posted by falko on Sep 24, 2006 3:47 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial describes how to set up a DHCP server (ISC-DHCP) for your local network. DHCP is short for "Dynamic Host Configuration Protocol", it's a protocol that handles the assignment of IP addresses, subnet masks, default routers, and other IP parameters to client PCs that don't have a static IP address. Such computers try to find a DHCP server in their local network which in turn assigns them an IP address, gateway, etc. so that they can connect to the internet or other computers from the local network.

Securing Your Server With A Host-based Intrusion Detection System

  • HowtoForge; By Falko Timme (Posted by falko on Sep 20, 2006 12:36 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article shows how to install and run OSSEC HIDS, an Open Source Host-based Intrusion Detection System. It performs log analysis, integrity checking, rootkit detection, time-based alerting and active response. It helps you detect attacks, software misuse, policy violations and other forms of inappropriate activities.

How To Combat Viruses Using Your Postfix Configuration

  • HowtoForge (Posted by falko on Sep 17, 2006 5:14 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this guide you will learn how to tweak your Postfix/Amavisd setup to give better virus protection. If you want to achieve business grade virus protection you need to do a few small things so that there is less chance of the latest greatest script kiddie invention getting through. Therefore this tutorial shows how to install and use ClamAV, F-Prot, and McAfee UVScan.

How to set up a VoIP service with Xorcom Rapid, Asterisk PBX and *starShop-OSS

  • HowtoForge; By Abdoulaye Ba (Posted by falko on Sep 12, 2006 8:38 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this howto I will show you step-by-step how to successfully set up a long distance calls service in your Cybercafé, using open source software. The main element is *starShop-OSS, an open source application designed to monitor and bill, in real time, calls made via Asterisk PBX. This service is commonly called callshop or taxiphone.

Setting up Subversion and websvn on Debian

  • HowtoForge; By Bert Heymans (Posted by falko on Sep 12, 2006 8:02 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This howto will illustrate a way to install and configure Subversion and websvn on a Debian server. With Subversion you have a powerful version control system for your software development, and websvn is an easy-to-use webinterface to your SVN repositories written in PHP.

Virtual Users And Domains With Postfix, Courier And MySQL (Fedora Core 5)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 10, 2006 5:30 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to install a mail server with Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I will also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

How To Fight Spam Using Your Postfix Configuration

  • HowtoForge (Posted by falko on Sep 7, 2006 5:03 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this guide you will learn how to tweak your virtual Postfix setup to better combat SPAM by stopping the mail before it hits SpamAssassin, using RBL (Realtime Blacklists) and RHBL (slightly different), greylistings and Helo Checks.

Linux GPRS/EDGE via Bluetooth HOWTO

This guide shows how to configure internet access through GPRS/EDGE, using bluetooth connection with your GSM phone. The article is using gentoo and Nokia 6310i phone, but this will work with any distribution and any bluetooth capable phone.

Installing A Bind9 Master/Slave DNS System

  • HowtoForge (Posted by falko on Aug 27, 2006 10:29 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this tutorial two Bind DNS servers will be installed, one as the master and the other as a slave server. For security reasons Bind9 will be chrooted in its own jail. Using two servers for a domain is a commonly used setup and in order to host your own domain you are required to have at least two domain servers. If one breaks, the other can continue to serve your domain.

How To Secure Your CentOS Server Against Attackers

This article shows how to secure a CentOS server using psad, Bastille, and some other tweaks. psad is a tool that helps detect port scans and other suspicious traffic, and the Bastille hardening program locks down an operating system, proactively configuring the system for increased security and decreasing its susceptibility to compromise.

How To Monitor A System With Sysstat On Centos 4.3

  • HowtoForge; By Tim Quantact (Posted by falko on Aug 20, 2006 5:06 PM EDT)
  • Story Type: Tutorial; Groups: Linux
A common task for system administrators is to monitor and care for a server. That's fairly easy to do at a moment's notice, but how to keep a record of this information over time? One way to monitor your server is to use the Sysstat package. Sysstat is actually a collection of utilities designed to collect information about the performance of a linux installation, and record them over time. This article shows how to use Sysstat.

Security Testing your Apache Configuration with Nikto

  • HowtoForge; By Eric Marden (Posted by falko on Aug 13, 2006 9:53 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial will show you how to set up the free web server security scanner tool, Nikto. This tool will probe your Apache set-up for vulnerabilities, so you can get an idea of what holes may exist in your configuration. This tutorial will get you so far as installing the tool, and running your first scan.

Ubuntu LAMP Server With Torrentflux In VMware

  • HowtoForge; By Gerben Wieringa (Posted by falko on Aug 10, 2006 6:59 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial is meant for Linux newbies who want to try and build a Ubuntu server box as a webserver and torrent client. It is a step by step instruction on how to do this in VMware on Windows XP to get the feel of it.

[VMware is free/gratis only, not free/libre. This HOWTO may help users of MS Windows XP by providing a stepping stone toward more freedom. -- grouch]

Network Management With OpenNMS

  • HowtoForge; By Saad Khan (Posted by falko on Aug 3, 2006 12:35 AM EDT)
  • Story Type: Tutorial
OpenNMS is an opensource enterprise network management tool. It helps network administrators to monitor critical services on remote machines and collects the information of remote nodes by using SNMP. Normally openNMS installation and configuration takes time, but this guide tries to cover the installation and configuration part in a few steps.

LAMP Installation On Ubuntu 6.06 For Linux Newbies

This article shows how to install a LAMP system with Ubuntu 6.06 LTS (Dapper Drake) from the perspective of an absolute newbie. It was written with hopes of aiding other Linux newbies on the steps necessary to create such a basic Linux, Apache2, MySQL5 and PHP5 system with http://FTP.

Enlightenment 17 QuickStart Guide

Enlightenment 17 or E17 as it is generally called, is a cool Window Manager for X. The latest stable version of Enlightenment is E16 (0.16.8.1). In this article we will talk about the latest CVS build available (0.16.999.023).

« Previous ( 1 ... 85 86 87 88 89 90 91 ... 92 ) Next »