Linux Tutorials on the topic “ubuntu”

  • The Perfect Desktop - Linux Mint 13 (Maya)

    linux_mint Author: CSchTags: , Comments: 8

    The Perfect Desktop - Linux Mint 13 (Maya) This tutorial shows how you can set up a Linux Mint 13 (Maya) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

  • Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.04

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , , Comments: 6

    Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.04 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 12.04 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

  • Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.04 LTS

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , Comments: 16

    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 an Ubuntu 12.04 LTS server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).

  • The Perfect Desktop - Ubuntu Studio 12.04

    ubuntustudio Author: Falko TimmeTags: , Comments: 8

    This tutorial shows how you can set up an Ubuntu Studio 12.04 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Please note that Ubuntu Studio 12.04 uses Xfce as the default desktop environment.

  • How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04

    apache Author: nowenTags: , , , Comments: 0

    How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04 This document describes how to add WiKID two-factor authentication to Apache 2.2.22 using mod_auth_radius on Ubuntu 12.04. It is also recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks. The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.

  • Running OXID eShop Community Edition (Version 4.5.9) On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.10

    nginx Author: Falko TimmeTags: , , , Comments: 5

    Running OXID eShop Community Edition (Version 4.5.9) On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run OXID eShop Community Edition (version 4.5.9) on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). OXID eShop is a feature-rich ecommerce platform; I will use the Community Edition here which is licensed under an open source certified license (GPL v3.0). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • The Perfect Desktop - Xubuntu 12.04

    xubuntu Author: CSchTags: , Comments: 16

    This tutorial shows how you can set up a Xubuntu 12.04 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

  • Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.04 LTS (LAMP)

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 52

    Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.04 LTS (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.04 LTS server with PHP5 support (mod_php) and MySQL support.

  • Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 12.04 LTS)

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , , Comments: 29

    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, 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. I will also show how to install SquirrelMail as a webmail interface.

  • Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10)

    debian Author: Falko TimmeTags: , , , Comments: 2

    Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Debian Squeeze/Ubuntu 11.10 to encrypt your data.