Linux Tutorials on the topic “ubuntu”
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10 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 10.10 server with PHP5 support (through FastCGI) and MySQL support.
-
The Perfect SpamSnake - Ubuntu Jeos 10.10 Maverick Meerkat
Author: Rocky • Tags: antivirus, postfix, ubuntu • Comments: 39
The Perfect SpamSnake - Ubuntu Jeos 10.10 This tutorial shows how to set up an Ubuntu Jeos based server as a spamfilter in Gateway mode. In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA. You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via Baruwa.
-
Virtualization With KVM On Ubuntu 10.10
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 4
Virtualization With KVM On Ubuntu 10.10 This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 10.10 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.
-
-
Installing KVM Guests With virt-install On Ubuntu 10.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Installing KVM Guests With virt-install On Ubuntu 10.10 Server Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 10.10 KVM server.
-
How To Install Google Earth On Ubuntu 10.10
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 22
How To Install Google Earth On Ubuntu 10.10 In previous Ubuntu versions, there was a Google Earth .deb package available in the Medibuntu repository; unfortunately there is no such package for Ubuntu 10.10 (Maverick Meerkat). While it is possible to install the Google Earth package for Ubuntu 10.04 on Ubuntu 10.10, there is another way of installing Google Earth on Ubuntu 10.10. The method described in this tutorial will create a Google Earth .deb package for Ubuntu 10.10 from which Google Earth can be installed.
-
The Perfect Desktop - Linux Mint 10 (Julia)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 9
The Perfect Desktop - Linux Mint 10 (Julia) This tutorial shows how you can set up a Linux Mint 10 (Julia) 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. Linux Mint 10 is a Linux distribution based on Ubuntu 10.10 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 10.10)
Author: Falko Timme • Tags: antivirus, email, postfix, ubuntu • Comments: 14
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 10.10) 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.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: nginx, ubuntu • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 10.10 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 10.10 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Setting Up ProFTPd + TLS On Ubuntu 10.04 (Lucid Lynx)
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 3
Setting Up ProFTPd + TLS On Ubuntu 10.04 (Lucid Lynx) FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 10.04 server.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 40
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 10.10 server with PHP5 support (mod_php) and MySQL support.