Search tips

  • Using mod_spdy With Apache2 On Debian Squeeze
    SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Debian Squeeze.
    with apache chrome debian google mod_spdy spdy squeeze
  • Using mod_spdy With Apache2 On OpenSUSE 12.2 (x86_64)
    SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on OpenSUSE 12.2.
    with apache mod_spdy opensuse spdy suse
  • Using ngx_pagespeed With nginx On Debian Wheezy
    Google has just released PageSpeed Beta for nginx, the nginx equivalent of mod_pagespeed for Apache. This module applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) and therefore speeds up your web site and reduces load times. This tutorial explains how to use PageSpeed with nginx on Debian Wheezy.
    with debian nginx ngx_pagespeed pagespeed wheezy
  • Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18
    This tutorial shows how you can install an Apache 2.4 webserver on a Fedora 18 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. On Apache 2.4, we need Apache's mod_proxy_fcgi module to make it work.
    with apache fcgi fedora mod_proxy php-fpm
  • Using PHP5-FPM With Apache2 On CentOS 6.2
    This tutorial shows how you can install an Apache2 webserver on a CentOS 6.2 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
    with apache centos mysql php php-fpm
  • Using PHP5-FPM With Apache2 On OpenSUSE 12.1
    This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
    with apache fastcgi opensuse php php-fpm suse
  • Using PHP5-FPM With Apache2 On OpenSUSE 12.2
    This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.2 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
    with apache fastcgi fpm opensuse php php-fpm php5-fpm suse
  • Using PHP5-FPM With Apache2 On OpenSUSE 12.3
    This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
    with apache mysql opensuse php php-fpm suse
  • Using PHP5-FPM With Apache2 On Ubuntu 11.10
    This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.10 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
    with apache mysql php php-fpm ubuntu
  • Using PHP5-FPM With Apache2 On Ubuntu 12.10
    This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
    with apache fpm lamp mysql php-fpm ubuntu
  • Using RAW Devices In VirtualBox VMs
    Usually, VirtualBox creates its virtual machines in disk images (.vdi, .vmdk, etc.). This tutorial explains how you can use RAW devices from the host (partitions, LVM volumes, etc.) and create a VirtualBox VM in it. I will also explain how to mount a RAW device in an existing VM.
    with lvm machine partition raw virtual virtualbox virtualization vmdk
  • Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (Apache2)
    This guide explains how to install the RoundCube webmail application on a Debian Wheezy server running ISPConfig and Apache2, and how to enable the ISPConfig 3 plugins for RoundCube so that users can perform actions like changing their email passwords from within RoundCube. Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface; it comes with functions like MIME support, address book, folder manipulation, message searching and spell checking.
    with apache debian ispconfig lamp roundcube webmail wheezy
  • Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (nginx)
    This guide explains how to install the RoundCube webmail application on a Debian Wheezy server running ISPConfig and nginx, and how to enable the ISPConfig 3 plugins for RoundCube so that users can perform actions like changing their email passwords from within RoundCube. Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface; it comes with functions like MIME support, address book, folder manipulation, message searching and spell checking.
    with debian ispconfig nginx roundcube webmail wheezy
  • Using Ruby On Rails With Apache2 On Debian Etch
    This article shows how you can install Ruby on Rails (RoR) and integrate it in Apache2 on a Debian Etch system. Ruby on Rails is a web application framework which is rapidly gaining popularity among web programmers. It aims to increase the speed and ease with which database-driven web sites can be created and offers skeleton code frameworks (scaffolding) from the outset. Applications using the RoR framework are developed using the Model-View-Controller design pattern.
    with apache debian etch linux ror ruby server
  • Using Solr With TYPO3 On Debian Squeeze
    TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 500 pages), it is getting very slow. Fortunately, you can replace it with a search extension that uses the ultra-fast Apache Solr search server. This tutorial explains how to use Apache Solr with TYPO3 on Debian Squeeze.
    with apache debian java lucene solr squeeze tomcat typo3
  • Using Solr With TYPO3 On Debian Wheezy
    TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 500 pages), it is getting very slow. Fortunately, you can replace it with a search extension that uses the ultra-fast Apache Solr search server. This tutorial explains how to use Apache Solr with TYPO3 on Debian Wheezy.
    with apache debian java lucene solr tomcat typo3 wheezy
  • Using The Avant Window Navigator (AWN) On Fedora 7
    This document describes how to set up the Avant Window Navigator (AWN) on Fedora 7. The result is an eye candy, dock-like bar at the bottom of the screen as a replacement for the standard gnome-panel. The Avant Window Manager provides an easy to use interface where you can configure/customize it to your needs. Launchers, task lists, and third party applets are supported.
    with avant awn desktop fedora gnome linux navigator window
  • Using The Bazaar Version Control System (VCS) On Debian Etch
    Bazaar is a distributed version control system (VCS) available under the GPL; it is similar to Subversion (svn). Bazaar is sponsored by Canonical, Ltd., the company that develops the Ubuntu Linux distribution, and therefore the Ubuntu project is the most prominent user of Bazaar. This article explains how to set up and use Bazaar on a Debian Etch system, and how to configure an SFTP-/HTTP server to host your Bazaar repository.
    with bazaar cvs debian subversion svn ubuntu vcs by 2 users
  • Using The btrfs Filesystem (With RAID1) With Ubuntu 12.10 On A Hetzner Server
    This tutorial shows how to install Ubuntu 12.10 on the btrfs filesystem (with RAID1) on a Hetzner server with two hard drives. While Hetzner's installimage tool doesn't list btrfs as a supported filesystem and only supports software RAID with /dev/md devices, it is still possible to achieve this setup and use the built-in RAID support in btrfs instead of using /dev/md devices.
    with btrfs hetzner installimage raid ubuntu
  • 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.
    with bazaar debian etckeeper squeeze vcs

Bookmarks 881 - 900 « Previous Next »