- Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10
This guide explains how you can configure DNSSEC on BIND9 on Debian Squeeze and Ubuntu 11.10. It covers how to enable DNSSEC on authoritative nameservers (master and slave) and on resolving nameservers, creation of keys (KSKs and ZSKs), signing of zones, key rolling with rollerd, zone file checking with donuts, creation of trust anchors, using DLV (DNSSEC look-aside validation), and getting your DS records into the parent's zone.
in Public bookmarks with bind debian dlv dnssec donutsd ds ksk rollerd squeeze ubuntu zonesigner zsk
- Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze
When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and duply to create encrypted backups on the provider's remote backup server over FTP. duply is a duplicity wrapper script that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
in Public bookmarks with backup debian duplicity duply encryption ftp squeeze
- Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Squeeze)
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Squeeze. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you'd have to configure them in the global section of lighttpd.conf, which means they'd be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
in Public bookmarks with debian lighttpd mod_mysql_vhost mysql squeeze
- Enabling Compiz Fusion On A Debian Squeeze Desktop (Nvidia GeForce 8200)
This tutorial shows how you can enable Compiz Fusion on a Debian Squeeze desktop (the system must have a 3D-capable graphics card - I'm using an Nvidia GeForce 8200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
in Public bookmarks with compiz cube debian desktop fusion gnome nvidia squeeze
- How To Encrypt Directories/Partitions With eCryptfs On Debian Squeeze
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. You can use it to encrypt partitions and also directories that don't use a partition of their own, no matter the underlying filesystem, partition type, etc. This tutorial shows how to use eCryptfs to encrypt a directory on Debian Squeeze.
in Public bookmarks with cryptographic debian ecryptfs encryption filesystem squeeze by 2 users
- How To Install And Configure Mailman (With Postfix) On Debian Squeeze
Mailman is an open-source mailing list manager, i.e., it can be used to manage email discussions and newsletter lists. It is probably the most popular and widely used mailing list manager on the Internet. This tutorial explains how to install and configure Mailman on a Debian Squeeze server with a Postfix mail server.
in Public bookmarks with debian list mailing mailman postfix squeeze
- How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze)
This guide explains how to password-protect web directories (with users from a MySQL database) with mod_auth_mysql on Apache2 on a Debian Squeeze server. It is an alternative to the plain-text password files provided by mod_auth and allows you to use normal SQL syntax to create/modify delete users. You can also configure mod_auth_mysql to authenticate against an existing MySQL user table.
in Public bookmarks with apache auth debian http mod_auth_mysql password protection squeeze
- How To Run Your Own DNS Servers (Primary And Secondary) With ISPConfig 3 (Debian Squeeze)
This tutorial shows how you can run your own DNS servers (primary and secondary) with ISPConfig 3. To do this, you need two servers with two different public IP addresses and with ISPConfig 3 installed. I will use Debian Squeeze for both DNS servers here to demonstrate the base system setup process and ISPConfig 3 installation, but once you have ISPConfig 3 installed on your servers, the configuration inside ISPConfig 3 is identical, no matter what distribution you use.
in Public bookmarks with bind debian dns ispconfig master nameserver primary secondary slave squeeze
- How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)
In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.
in Public bookmarks with compression debian gzip http lighttpd mod_compress squeeze
- 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).
in Public bookmarks with debian grub lvm raid squeeze
- Installing And Using OpenVZ On Debian Squeeze (AMD64)
In this HowTo I will describe how to prepare a Debian Squeeze server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
in Public bookmarks with debian machine openvz squeeze virtual virtualization virtuozzo vps
- Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Squeeze server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache debian lamp mod_php mysql php squeeze
- Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
in Public bookmarks with cherokee debian fastcgi mysql php squeeze
- Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
in Public bookmarks with debian fastcgi lighttpd mysql php squeeze webserver
- Installing MyDNS-NG & MyDNSConfig On Debian Squeeze
This tutorial will describe how to install and configure MyDNS-NG and MyDNSConfig 3 on Debian Squeeze. MyDNS-NG is a DNS server that uses a MySQL database as backend instead of configuration files. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver.
in Public bookmarks with debian dns mydns mydns-ng mydnsconfig nameserver squeeze
- Installing Nginx With PHP5 And MySQL Support On Debian Squeeze
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
in Public bookmarks with debian fastcgi mysql nginx php squeeze webserver
- Installing OpenVZ + Management Of VMs Through ISPConfig 3 (Debian 6.0)
This tutorial describes the installation of an OpenVZ host server to manage virtual machines from within the ISPConfig 3 hosting control panel. OpenVZ is a lightweight virtualization technology for Linux servers, similar to jails on *BSD systems. ISPConfig 3 contains a module to manage OpenVZ virtual machines on the local server and on remote servers that run ISPConfig.
in Public bookmarks with debian ispconfig machine openvz squeeze virtual virtualization
- Installing Subversion And Configuring Access Through Different Protocols On Debian Squeeze
Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Debian Squeeze and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.
in Public bookmarks with debian file http https protocols squeeze ssh subversion svn vcs
- Maintaining Remote Web Sites With sitecopy (Debian Squeeze/Ubuntu 11.10)
sitecopy is a tool for copying locally stored web sites to a remote web server (using FTP or WebDAV). It helps you to keep the remote site synchronized with your local copy by uploading modified local files and deleting remote files that have been deleted on the local computer. This tutorial shows how you can manage your remote web site from your local Debian Squeeze/Ubuntu 11.10 desktop with sitecopy.
in Public bookmarks with dav debian ftp sitecopy squeeze ubuntu webdav
- Make Browsers Cache Static Files With mod_expires On Apache2 (Debian Squeeze)
This tutorial explains how you can configure Apache2 to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files (such as images, CSS and Javascript files) to a date in the future so that these files will be cached by your visitors' browsers. This saves bandwidth and makes your web site appear faster (if a user visits your site for a second time, static files will be fetched from the browser cache). This tutorial was written for Debian Squeeze.
in Public bookmarks with apache browser cache cache-control debian expires mod_expires squeeze
Next »
squeeze from all users