Linux Tutorials on the topic “debian”
-
Using Version Control For Your /etc Directory With etckeeper And Bazaar On Debian Squeeze
Author: Falko Timme • Tags: debian • Comments: 2
Using Version Control For Your /etc Directory With etckeeper And Bazaar On Debian Squeeze This tutorial explains how you can store the contents of your /etc directory in a version control system (VCS) with the help of etckeeper on Debian Squeeze. etckeeper hooks into Debian's package manager apt so that whenever you install/remove a package with apt, etckeeper will commit all changes to the /etc directory to your VCS; it also tracks file metadata such as permissions which is important for files such as /etc/shadow. Using etckeeper, you can go back to a previous version of /etc if an update has overwritten valuable configuration files. Not only will etckeeper track apt's changes to /etc, it will also do a daily auto-commit so that your manual changes go to VCS as well; in addition to that, you can do commits at any time manually.
-
Installing ASSP (Anti-Spam SMTP Proxy) On Ubuntu Server 10.04 / Debian 5.0
Author: AbeyMarquez • Tags: antivirus, debian, ubuntu, email • Comments: 17
Installing ASSP (Anti-Spam SMTP Proxy) On Ubuntu Server 10.04 / Debian 5.0 This How-To document guides you through installing ASSP (Anti-Spam SMTP Proxy) on an Ubuntu 10.04 (LTS) Server or Debian 5.0 in the simplest way possible. It *may* work on later versions but I have no way of knowing how these instructions will work for you. Installing Ubuntu/Debian is beyond the scope of this document and it is assumed you already have the core Ubuntu/Debian OS with no predefined software collections installed.
-
How To Migrate From Trac To Redmine
Author: letic • Tags: debian, linux, other • Comments: 0
How To Migrate From Trac To Redmine This tutorial describes how to migrate from trac to redmine. Originally written to perform an upgrade from trac 0.10.3 (old etch server) to Redmine 1.0.1 (squeeze) but was successfully tested with trac 0.11 and 0.12, as well as Redmine 1.0.5 and 1.1.2 (1.2 is also working. This version was also tested to produce the upstream patch but not intensively).
-
-
Debian Squeeze Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: debian, samba, storage • Comments: 1
Debian Squeeze Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Debian Squeeze and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Debian Squeeze, Squid, Kerberos/LDAP Authentication, Active Directory Integration And Cyfin Reporter
Author: Jelloir • Tags: debian • Comments: 22
Debian Squeeze, Squid, Kerberos/LDAP Authentication, Active Directory Integration And Cyfin Reporter This document covers setup of a Squid Proxy which will seamlessly integrate with Active Directory for authentication using Kerberos with LDAP as a backup for users not authenticated via Kerberos. Authorisation is managed by Groups in Active Directory. This is especially useful for Windows 7 clients which no longer support NTLMv2 without changing the local computer policy. It is capable of using white lists and black lists for site access and restrictions.
-
How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB2 Configuration) (Debian Squeeze)
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 6
How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB2 Configuration) (Debian Squeeze) This guide explains how to set up software RAID1 on an already running LVM system (Debian Squeeze). The GRUB2 bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).
-
How To Set Up Software RAID1 On A Running System (Incl. GRUB2 Configuration) (Debian Squeeze)
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 18
How To Set Up Software RAID1 On A Running System (Incl. GRUB2 Configuration) (Debian Squeeze) This guide explains how to set up software RAID1 on an already running Debian Squeeze system. The GRUB2 bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).
-
ISPConfig 3 ProFTPd For Debian
Author: holtmichael09 • Tags: ftp, debian, control panels, ispconfig • Comments: 3
ISPConfig 3 ProFTPd For Debian This is a simple tutorial to configure ISPConfig to work with ProFTPd instead of PureFTPd on Debian. Please note that this tutorial does not include quota support.
-
How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze
Author: Falko Timme • Tags: debian, high-availability, mysql • Comments: 1
How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless Debian Squeeze Server
Author: Falko Timme • Tags: virtualization, debian, virtualbox • Comments: 2
VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless Debian Squeeze Server This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Debian Squeeze server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.