Linux Tutorials on the topic “security”

  • Entering A Safe Mirror When Logging In With Unionfs And Chroot

    Author: stefbonTags: , , Comments: 1

    Entering A Safe Mirror When Logging In With Unionfs And Chroot When reading a 'hint' on the website of LinuxFromScratch I discovered the special capabilities of unionfs, specially in combination with chroot. Later I read a HowTo on a wikiwebsite of Gentoo, about entering a chrooted homedirectory when using a special script as shell. Combining these two brings me to using a chrooted environment, which you enter when logging in as a special user. This environment is a exact copy (mirror) of the system you're working on. Because you're in safe copy of the real system, you can do whatever you like, it will never change the system, everything stays inside the cache (the readwrite branch).

  • BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)

    Author: mainanoahTags: , , , , Comments: 2

    BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS) I am pretty sure most of you guys have hard about the Vulnerability in BIND. Dan Kaminsky earlier this month announced a massive, multi-vendor issue with DNS that could allow attackers to compromise any name server - clients, too. I thought I would share with you all one of the quickest solutions systems administrators running BIND 9 can use to help solve this vulnerability in case their systems are vulnerable.

  • How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch

    Author: Falko TimmeTags: , , , Comments: 5

    How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch This article explains how you can fix a BIND9 nameserver on a Debian Etch system so that it is not vulnerable anymore to DNS cache poisoning.

  • Creating A Fully Encrypted Para-Virtualised Xen Guest System Using Debian Lenny

    xen Author: andreashTags: , , , Comments: 4

    Creating A Fully Encrypted Para-Virtualised Xen Guest System Using Debian Lenny This document explains how to set up a fully encrypted para-virtualized XEN instance. In this howto, the host system is running Debian Etch, while the guest system to be installed will be using Debian Lenny. If you are concerned about your privacy, you might want to consider using hard disk encryption to protect your valuable private data from spying eyes. Usually, the easiest way would be to use your distribution's installer to set up a fully encrypted system; I think most recent Linux distributions support this. However, when you are using XEN to provide virtualization, there are situations where you might not want to encrypt your whole computer with all guest instances, but instead only encrypt one OS instance. This howto will deal with exactly this situation. It assumes that the XEN host system is already up and running.

  • New Features In Firewall Builder 4.0

    tux Author: vkfwbTags: , Comments: 0

    New Features In Firewall Builder 4.0 Firewall Builder 4.0 is a major upgrade, it adds many improvements across all components of the program. To name a few, it adds support for the high availability firewall configurations; improves the way generated script manages IP addresses and adds ability to manage VLAN, bridge and bonding interfaces; the GUI now has undo/redo facility of unlimited depth and can compile a single rule and immediately show the result. There are many other improvements and changes, all listed in the Firewall Builder 4.0 Release Notes.

  • Syslog Better Logging Tutorial

    Author: RogueCoderTags: , Comments: 1

    Syslog Better Logging Tutorial Syslog is a powerful tool, but only if you can actually use it. This guide will go over the basics of syslog and provide you with a much more powerful default configuration.

  • How To Integrate ClamAV Into PureFTPd For Virus Scanning On OpenSUSE 11.2

    opensuse Author: Falko TimmeTags: , , Comments: 0

    How To Integrate ClamAV Into PureFTPd For Virus Scanning On OpenSUSE 11.2 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an OpenSUSE 11.2 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

  • How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 12

    fedora Author: Falko TimmeTags: , , Comments: 0

    How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 12 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 12 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

  • How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Lenny

    debian Author: Falko TimmeTags: , , Comments: 2

    How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Lenny This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Lenny system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

  • Chrooting Apache2 With mod_chroot On Debian Lenny

    apache Author: Falko TimmeTags: , , Comments: 2

    Chrooting Apache2 With mod_chroot On Debian Lenny This guide explains how to set up mod_chroot with Apache2 on a Debian Lenny system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.