Linux Tutorials on the topic “debian”
-
Paravirtualization With Xen 4.0 On Debian Squeeze (AMD64)
Author: Falko Timme • Tags: virtualization, debian, xen • Comments: 13
Paravirtualization With Xen 4.0 On Debian Squeeze (AMD64) 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.
-
Enabling Compiz Fusion On A Debian Squeeze Desktop (Nvidia GeForce 8200)
Author: Falko Timme • Tags: debian, desktop • Comments: 4
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.
-
Set Up OpenVPN Server With Authentication Against OpenLDAP On Debian 6.0 (Squeeze)
Author: eddiechen • Tags: debian • Comments: 1
Set Up OpenVPN Server With Authentication Against OpenLDAP On Debian 6.0 (Squeeze) OpenVPN, or Open Virtual Private Network, is a tool for creating networking "tunnels" between and among groups of computers that are not on the same local network. This is useful if you have services on a local network and need to access them remotely but don't want these services to be publicly accessible. By integrating with OpenSSL, OpenVPN can encrypt all VPN traffic to provide a secure connection between machines.
-
-
Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian Squeeze)
Author: Falko Timme • Tags: debian, lighttpd, web server • Comments: 0
Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian Squeeze) This tutorial explains how you can configure Lighttpd 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.
-
Installing Debian Squeeze (6.0) domU On CentOS 5.5 x86_64 dom0
Author: vilkaspilkas • Tags: centos, debian, linux, xen • Comments: 3
Installing Debian Squeeze (6.0) domU On CentOS 5.5 x86_64 dom0 This tutorial shows how to create a Debian Squeeze (6.0) domU on dom0 running CentOS 5.5 x86_64.
-
How To Install Apache-Solr And Use It With Drupal And ISPConfig (OpenSUSE/Debian)
Author: luisfreitas • Tags: debian, suse • Comments: 2
How To Install Apache-Solr And Use It With Drupal And ISPConfig (OpenSUSE/Debian) Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich document (e.g., Word, PDF) handling. I use this on OpenSUSE and Debian (minor tweaks on Debian, just paths to correct but it's almost the same). Packages from 4 of March 2011.
-
Virtualization With KVM On A Debian Squeeze Server
Author: Falko Timme • Tags: debian, kvm, virtualization • Comments: 3
Virtualization With KVM On A Debian Squeeze Server 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.
-
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Debian Squeeze)
Author: Falko Timme • Tags: android, debian, desktop, programming • Comments: 4
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Debian Squeeze) 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).
-
Installing Nagios On Debian Lenny And Monitoring A Debian Lenny Server
Author: wayner • Tags: debian, monitoring • Comments: 4
Installing Nagios On Debian Lenny And Monitoring A Debian Lenny Server Nagios is a monitoring solution for complex IT infrastructures, Nagios is easy to implement and can be extended by custom-modules, called plugins. In this howto I explain howto install Nagios on a Debian Lenny host and make the configuration for it. Furthermore we are going to install a second Debian machine which we monitor with remote and local plugins.
-
Easy RoundCube (Over SSL) And Webmin With fail2ban For ISPConfig 3 On Debian Squeeze
Author: 8omas • Tags: debian, ispconfig, monitoring • Comments: 3
Easy RoundCube (Over SSL) And Webmin With fail2ban For ISPConfig 3 On Debian Squeeze I prefer the RoundCube solution over the default in ISPConfig 3. I also find it useful to have the webmin installed in all my systems. In this post you can see a very fast way to have both of them installed, in companion with the great support of fail2ban. Finally I want to access all of them over SSL (even phpmyadmin -- see the tip in the end).