Linux Tutorials on the topic “ubuntu”

  • Using ATA Over Ethernet (AoE) On Ubuntu 12.04 (Initiator And Target)

    ubuntu Author: Falko TimmeTags: , Comments: 1

    Using ATA Over Ethernet (AoE) On Ubuntu 12.04 (Initiator And Target) This guide explains how you can set up an AoE target and an AoE initiator (client), both running Ubuntu 12.04. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.

  • How To Use Glx-Dock/Cairo-Dock On Ubuntu 12.04

    ubuntu Author: Falko TimmeTags: , Comments: 2

    How To Use Glx-Dock/Cairo-Dock On Ubuntu 12.04 Glx-Dock/Cairo-Dock is an interactive dock (like the one you know from a Mac) that provides easy access to some of the files, folders, and applications on your computer, and more. You can use it with OpenGL (to use your graphics card) or without, and it is compatible with Compiz, but it can also run without a composite manager. It works under Unity, GNOME, KDE, and Xfce. This tutorial shows how to install and use Glx-Dock/Cairo-Dock on an Ubuntu 12.04 desktop (with Unity).

  • Virtual Hosting With vsftpd And MySQL On Ubuntu 12.04

    ubuntu Author: Falko TimmeTags: , , Comments: 5

    Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine.

  • How To Set Up nginx As A Reverse Proxy For Apache2 On Ubuntu 12.04

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

    How To Set Up nginx As A Reverse Proxy For Apache2 On Ubuntu 12.04 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 set up nginx as a reverse proxy on front of an Apache2 web server on Ubuntu 12.04.

  • Install Anti-Spam Firewall for any email server in 30 minutes

    ubuntu Author: mariusgologanTags: , , , Comments: 11

    Install Anti-Spam Firewall for any server in 30 minutes • Designed for Linux and Windows email system administrators, Scrollout F1 is a free anti-spam and  anti-virus email firewall (gateway) for multiple domains and email servers, with DLP for outgoing messages filtering Excel, Word, PDF and image files (archived or hidden). This document describes how to install Scrollout F1 from scratch, on a fresh Ubuntu Server or Debian.  The installation is easy. Even if you are a newbie in Linux there is not much room for errors. Estimated time: 30 minutes.Includes a video tutorial as an alternative to this article.

  • Configure An Email Gateway With Scrollout F1 Anti-Spam & DLP

    tux Author: mariusgologanTags: , , , , Comments: 5

    Configure An Email Gateway With Scrollout F1 Anti-Spam & DLP An email gateway (a.k.a. firewall) is a machine (physical or virtual) installed between Internet and the email server. Its primary role is to protect the email server by filtering incoming messages, via SMTP protocol, from Internet. Secondary, an email gateway may be used as an outgoing gateway in case you want to add some new email features which are not provided by older email servers. For instance, Exchange 2000 or 2003 has no DKIM signing and verification service – a quality improvement for message delivery. This tutorial shows how to configure an email gateway with the Scrollout F1 email gateway.Basic configuration covered by video tutorial.

  • Using GeoIP With Nginx On Ubuntu 12.04

    nginx Author: Falko TimmeTags: , , Comments: 4

    Using GeoIP With Nginx On Ubuntu 12.04 This tutorial explains how to use the GeoIP module with nginx on Ubuntu 12.04 to find out where your visitors come from. The GeoIP module sets multiple variables like $geoip_country_name, $geoip_country_code, $geoip_city, etc. that you can use in your PHP scripts or directly in your nginx configuration, for example to serve content in different languages based on the user's country.

  • Managing Multiple MySQL Servers From One phpMyAdmin Installation (Using SSL Encryption)

    mysql_neu Author: Falko TimmeTags: , , , Comments: 7

    Managing Multiple MySQL Servers From One phpMyAdmin Installation (Using SSL Encryption) This tutorial explains how you can manage multiple MySQL servers from one phpMyAdmin installation. For security reasons, communication between phpMyAdmin and any remote MySQL server is using SSL encryption (this is not necessary for a local MySQL server since communication between phpMyAdmin and MySQL is not leaving the server). phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL.

  • Installing mod_geoip for Apache2 On Ubuntu 12.04

    ubuntu Author: Falko TimmeTags: , , Comments: 2

    Installing mod_geoip for Apache2 On Ubuntu 12.04 This guide explains how to set up mod_geoip with Apache2 on an Ubuntu 12.04 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.

  • Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Ubuntu 12.04)

    ubuntu Author: Falko TimmeTags: , , , Comments: 0

    Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Ubuntu 12.04) This guide explains how you can create advanced virtual hosts on a lighttpd web server on Ubuntu 12.04 that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.