Your Account

Community

Topics (Sources)

More

Stories tagged with: debian

How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB2 Configuration) (Debian Squeeze)
26 / 3
http://www.howtoforge.com/how-to-set-up-software-raid1-on-a-...
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). Join discussion...
Submitted by falko 8 months, 3 days, 20 hours ago
Tags: , , , ,
Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze
25 / 4
http://www.howtoforge.com/installing-cherokee-with-php5-and-...
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. Join discussion...
Submitted by falko 10 months, 18 hours ago
Tags: , , , , ,
How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)
22 / 7
http://www.howtoforge.com/how-to-save-traffic-with-lighttpds...
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. Join discussion...
Submitted by falko 10 months, 1 week, 5 days, 19 hours ago
Tags: , , , ,
Paravirtualization With Xen 4.0 On Debian Squeeze (AMD64)
25 / 4
http://www.howtoforge.com/paravirtualization-with-xen-4.0-on...
This tutorial provides step-by-step instructions on how to install Xen 4.0 on a Debian Squeeze (6.0) system (AMD64) and create paravirtualized guests. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one. Join discussion...
Submitted by falko 10 months, 2 weeks, 5 days, 20 hours ago
Tags: , , , ,
Enabling Compiz Fusion On A Debian Squeeze Desktop (Nvidia GeForce 8200)
27 / 3
http://www.howtoforge.com/enabling-compiz-fusion-on-a-debian...
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. Join discussion...
Submitted by falko 10 months, 3 weeks, 20 hours ago
Tags: , , , , ,
Installing ASSP (Anti-Spam SMTP Proxy) On Ubuntu Server 10.04 / Debian 5.0
26 / 3
http://www.howtoforge.com/installing-assp-anti-spam-smtp-pro...
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. Join discussion...
Submitted by falko 11 months, 5 days, 17 hours ago
Tags: , , , ,
Virtualization With KVM On A Debian Squeeze Server
27 / 3
http://www.howtoforge.com/virtualization-with-kvm-on-a-debia...
This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Squeeze server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V. Join discussion...
Submitted by falko 11 months, 1 week, 11 hours ago
Tags: , , , ,
Make Browsers Cache Static Files With mod_expires On Apache2 (Debian Squeeze)
28 / 2
http://www.howtoforge.com/make-browsers-cache-static-files-w...
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. Join discussion...
Submitted by falko 11 months, 1 week, 3 days, 18 hours ago
Tags: , , , , ,
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Debian Squeeze)
23 / 8
http://www.howtoforge.com/setting-up-an-android-app-build-en...
This tutorial describes how you can set up an development environment for building Android apps on a Debian Squeeze desktop using Eclipse, the Android SDK, and PhoneGap. I will describe how to build Android apps from the command line with PhoneGap and from the GUI with Eclipse and PhoneGap and how to test them in an Android emulator and on a real Android device. PhoneGap allows you to develop your Android applications using web technologies such as HTML, CSS, and JavaScript (e.g. with JavaScript libraries such as jQuery/jQTouch), and it will turn these web apps into native Android apps (in fact, PhoneGap supports multiple platforms such as Android, iPhone, Palm, Windows Mobile, Symbian, so you can use the same sources to create apps for multiple platforms). Join discussion...
Submitted by falko 11 months, 2 weeks, 5 hours ago
Tags: , , , , , ,
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Debian Squeeze)
29 / 3
http://www.howtoforge.com/virtual-users-and-domains-with-pos...
This document describes how to install a Postfix mail server 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. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords. Join discussion...
Submitted by falko 11 months, 2 weeks, 3 days, 17 hours ago
Tags: , , , , ,

Home | Terms of Service | Privacy Policy | Help & FAQ | About coRank | Contact us

© coRank 2007-2010