Linux Tutorials on the topic “debian”

  • How To Set Up A Ubuntu/Debian LAMP Server

    Author: olddocksTags: , , , , Comments: 43

    How To Set Up A Ubuntu/Debian  LAMP ServerThis tutorial shows a quick way to set up your own LAMP server (Linux + Apache + MySQL + PHP/Perl)  on a Ubuntu or Debian system.

  • How To Create A Local Debian/Ubuntu Mirror With apt-mirror

    VMWare Image Download Author: Falko TimmeTags: , Comments: 27

    How To Create A Local Debian/Ubuntu Mirror With apt-mirror This tutorial shows how to create a Debian/Ubuntu mirror for your local network with the tool apt-mirror. Having a local Debian/Ubuntu mirror is good if you have to install multiple systems in your local network because then all needed packages can be downloaded over the fast LAN connection, thus saving your internet bandwidth.

  • Linux-Vserver on Debian Testing (Etch), the easy way

    Author: Daniel15Tags: , Comments: 2

    Linux-Vserver on Debian Testing (Etch), the easy way In this tutorial, I'll show you how to install Linux-Vserver on Debian Testing (Etch). Basically, Linux-Vserver is an open-source system used to separate a single physical server into multiple virtual servers. From the Linux-Vserver website: "Linux-VServer allows you to create virtual private servers and security contexts which operate like a normal Linux server, but allow many independent servers to be run simultaneously in one box at full speed."

  • Virtual Users And Domains With Postfix, Courier And MySQL (+ SMTP-AUTH, Quota, SpamAssassin, ClamAV)

    apache VMWare Image Download Author: Falko TimmeTags: , , Comments: 71

    Virtual Users And Domains With Postfix, Courier And MySQL (+ SMTP-AUTH, Quota, SpamAssassin, ClamAV) 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.

  • Creating .deb-Packages With Checkinstall

    Author: Falko TimmeTags: , , Comments: 3

    Creating .deb-Packages With Checkinstall Checkinstall is a nice tool to create simple .deb-packages that you can use in your local network (e.g. if you have to install the same piece of software on multiple computers running Debian). It lets you compile and install software from the sources like before, but with the difference that you end up with a simple Debian package which also means that you can easily uninstall the software you just compiled by running dpkg -r!

  • Converting .rpm Packages To Debian/Ubuntu .deb Format With Alien

    Author: Falko TimmeTags: , Comments: 5

    Converting .rpm Packages To Debian/Ubuntu .deb Format With Alien This article shows how you can convert .rpm packages to .deb packages with a tool called alien so that you can easily install them on Debian and Ubuntu systems. Sometimes this is quite convenient as not all software projects release their software as Debian/Ubuntu packages.

  • MySQL Backup And Recovery With mysql-zrm On Debian Sarge

    Author: Falko TimmeTags: , , Comments: 5

    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.)).

  • How To Set Up A DHCP Server For Your LAN

    Author: Falko TimmeTags: , Comments: 3

    How To Set Up A DHCP Server For Your LAN 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

    Author: Falko TimmeTags: , , Comments: 5

    Securing Your Server With A Host-based Intrusion Detection System 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.

  • Install Steps VHCS 2.4.6.2 in Debian 3.1 base install

    Author: sachiTags: Comments: 1

    Install Steps VHCS 2.4.6.2 in Debian 3.1 base install On install of Debian, select no packages to be installed, allow it to connect to the internet and let it download anything it needs, usually its libs etc. Exim is most likely installed at this point so dont worry it will be removed shortly.1).vi /etc/apt/sources.list (add the following sources)Code: deb ftp://ftp.uk.debian.org/debian/ stable main deb-src ftp://ftp.uk.debian.org/debian/ stable main