Showing headlines posted by falko

« Previous ( 1 ... 76 77 78 79 80 81 82 83 84 85 86 ... 92 ) Next »

Working With The GRUB Menu

  • HowtoForge (Posted by falko on Jul 30, 2007 5:17 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial describes how to edit the GRUB menu. It will also show how to add operating systems and how to add splash screens.

How To Manage An iPod From A Linux Desktop With Amarok

This article shows how you can use an iPod on a Linux desktop with Amarok. It covers how you can upload MP3 files from your desktop to your iPod, download MP3 files from your iPod to your desktop, and how you can delete files on the iPod. Normally, Apple's iTunes software is needed to manage an iPod, but iTunes is not available for Linux. Fortunately, there are Linux alternatives such as Amarok that can handle the task.

How To Harden PHP5 With Suhosin On Fedora 7

  • HowtoForge; By Falko Timme (Posted by falko on Jul 27, 2007 1:21 PM EDT)
  • Story Type: Tutorial; Groups: Fedora, PHP
This tutorial shows how to harden PHP5 with Suhosin on a Fedora 7 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."

Virtual Hosting With PureFTPd And MySQL On CentOS 5.0

  • HowtoForge; By Falko Timme (Posted by falko on Jul 26, 2007 6:14 PM EDT)
  • Story Type: Tutorial; Groups: Linux
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.

Filtering PDF-/XLS-/Image-Spam With ClamAV (And ISPConfig) On Debian/Ubuntu

There is currently a lot of spam where the spam information is attached as .pdf or .xls files, sometime also hidden inside a .zip file. While these spam mails are not easy to catch with e.g. SpamAssassin or a Bayes filter, the ClamAV virus scanner can catch them easily when it is fed with the correct signatures as ClamAV is built to scan mail attachments.

Dual-Booting Windows XP/Vista And Ubuntu 7.04

  • HowtoForge (Posted by falko on Jul 22, 2007 10:34 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this tutorial I will teach you how to dual-boot between Windows XP/Vista and Ubuntu. This tutorial will be split up into two parts: Part one for people who have no operating system installed. Part two for people who have Windows XP/Vista installed and do not want to re-install Windows.

Set Up OpenLDAP On Fedora 7

  • HowtoForge (Posted by falko on Jul 20, 2007 9:51 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to set up OpenLDAP on Fedora 7. OpenLDAP is a directory server based on the LDAP protocol, that same protocol MS Active Directory is based on. OpenLDAP is an open-source implementation of the Lightweight Directory Access Protocol.

Virtual Hosting With PureFTPd And MySQL On Mandriva 2007 Spring

  • HowtoForge; By Falko Timme (Posted by falko on Jul 19, 2007 11:57 AM EDT)
  • Story Type: Tutorial; Groups: Mandriva
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 The PHP-MemCache Module On CentOS 5.0

  • HowtoForge; By Tim Haselaars (Posted by falko on Jul 18, 2007 12:00 PM EDT)
  • Story Type: Tutorial; Groups: PHP, Red Hat
MemCached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. In this article I explain how you can very easily install it and make it avaible in PHP.

Enabling Beryl On A PCLinuxOS 2007 Desktop

  • HowtoForge; By Falko Timme (Posted by falko on Jul 17, 2007 2:15 PM EDT)
  • Story Type: Tutorial; Groups: KDE
This tutorial shows how you can enable Beryl on a PCLinuxOS 2007 desktop (the system must have a 3D-capable graphics card). With Beryl you can make your desktop use beautiful 3D effects like wobbly windows or a desktop cube. I have tried this on my 3-year old HP Pavilion zt3000 notebook which has an ATI Mobility Radeon 9200 graphic card, and it works really good there.

Installing LAMP On Ubuntu For Newbies

  • HowtoForge (Posted by falko on Jul 16, 2007 7:54 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this guide I will show you how to install a LAMP system on Ubuntu. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux.

Installing SugarCRM OpenSource Edition On Debian 4.0 (Etch)

  • HowtoForge; By Till Brehm (Posted by falko on Jul 15, 2007 9:27 AM EDT)
  • Story Type: Tutorial; Groups: Debian, PHP
SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available as an OpenSource edition and a ClosedSource version. In this tutorial I will describe the installation of the OpenSource edition on Debian 4.0. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM OpenSource Edition offers everything that can be expected from a CRM solution.

Installing Zabbix (Server And Agent) On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Jul 13, 2007 2:24 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Zabbix is a solution for monitoring applications, networks, and servers. With Zabbix, you can monitor multiple servers at a time, using a Zabbix server that comes with a web interface (that is used to configure Zabbix and holds the graphs of your systems) and Zabbix agents that are installed on the systems to be monitored. The Zabbix agents deliver the desired data to the Zabbix server. This tutorial shows how you can install the Zabbix server and agent on a Debian Etch system.

Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 7

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. This tutorial is based on Fedora 7. You should already have set up a basic Fedora 7 system.

Using Compiz, Beryl, And Metisse On A Mandriva 2007 Spring Desktop

  • HowtoForge; By Falko Timme (Posted by falko on Jul 10, 2007 3:47 PM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This tutorial shows how you can use Compiz, Beryl, and Metisse on a Mandriva 2007 Spring (Mandriva 2007.1) desktop (the system must have a 3D-capable graphics card). With Compiz, Beryl, and Metisse, you can make your desktop use beautiful 3D effects like wobbly windows or a desktop cube (although the desktop cube is not available on Metisse).

Installing ModSecurity2 On Debian Etch

This article shows how to install and configure ModSecurity (version 2) for use with Apache2 on a Debian Etch system. ModSecurity is an Apache module that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc.

Network Card Bonding On CentOS

  • HowtoForge; By De Zordo Patrick (Posted by falko on Jul 6, 2007 6:54 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
Bonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one. Bonding allows you to aggregate multiple ports into a single group, effectively combining the bandwidth into a single connection. Bonding also allows you to create multi-gigabit pipes to transport traffic through the highest traffic areas of your network. For example, you can aggregate three megabits ports into a three-megabits trunk port. That is equivalent with having one interface with three megabytes speed.

Installing Google Desktop On PCLinuxOS 2007 And Ubuntu Feisty Fawn

  • HowtoForge; By Falko Timme (Posted by falko on Jul 5, 2007 10:31 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This article shows how you can install the Linux version of Google Desktop on a PCLinuxOS 2007 desktop and an Ubuntu Feisty Fawn (Ubuntu 7.04) desktop. Although the program is still marked as beta, Linux users can already search for text inside documents, local email messages, their Web history, and their Gmail accounts.

TrueCrypt Tutorial: Truly Portable Data Encryption

  • HowtoForge (Posted by falko on Jul 4, 2007 1:00 PM EDT)
  • Story Type: Tutorial; Groups: Linux
TrueCrypt is a free software that encrypts data on-the-fly. Right now the newest version released is version 4.3. You can create an encrypted hard drive, a separate partition or a directory with TrueCrypt. It does not simply encrypt the content of files, but their names and the names of the directories they are in as well. Moreover there is no way to check the size of the encrypted directory/HDD/partition. TrueCrypt is available for Windows and Linux.

Installing Beryl Or Compiz Fusion On A Fedora 7 Desktop

This tutorial shows how you can install and use Beryl or Compiz Fusion on a Fedora 7 desktop (the system must have a 3D-capable graphics card). With both Beryl and Compiz Fusion, you can make your desktop use beautiful 3D effects like wobbly windows or a desktop cube.

« Previous ( 1 ... 76 77 78 79 80 81 82 83 84 85 86 ... 92 ) Next »