public marks

PUBLIC MARKS from falko with tag ubuntu

March 2012

Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 11.10 server with PHP5 support (through FastCGI) and MySQL support.

Running Feng Office (Community Edition) On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how you can install and run Feng Office (Community Edition) on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Feng Office is a web-based software that integrates project management, client relationship management, billing, financing, among other features that help you efficiently run your professional services business. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Running Roundcube 0.7.1 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how you can install and run Roundcube webmail (version 0.7.1) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

February 2012

Installing Subversion And Configuring Access Through Different Protocols On Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Ubuntu 11.10 and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.

The Perfect Media Server - Ubuntu 11.10 [Sabnzbd+/Sickbeard/Couch Potato/Headphones/Serviio] | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how to install Ubuntu 11.10 (Oneiric Ocelot) and all the programs needed for the perfect media server to download all your media and stream it to your PS3. This setup includes Sabnzbd+ (an Open Source Binary Newsreader written in Python), Sickbeard (a PVR for newsgroup users), Couch Potato (an automatic NZB and torrent downloader), Headphones (automatic music downloader for SABnzbd), and Serviio (a free media server).

Introduction To The Linux Mint Cinnamon Desktop | HowtoForge - Linux Howtos and Tutorials

This tutorial is supposed to guide the reader through the features of the Cinnamon desktop, Mint's new desktop environment to be used in Linux Mint 13. Cinnamon concentrates on holding on to classic design and functionality in times where Gnome 3 and Unity come up with different innovations to the user interface.

Icinga Configuration For Nginx On Debian Wheezy/Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to serve the Icinga Web interface from an nginx server on Debian Wheezy/Ubuntu 11.10 (the tutorial might work for Debian Squeeze as well but I didn't test; Squeeze's Icinga version is a lot older than the versions for Wheezy and Ubuntu 11.10, so there might be small differences).

Using PHP5-FPM With Apache2 On Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

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.

Installing Opera Widgets On Ubuntu Unity Desktop (Ubuntu 11.10) | HowtoForge - Linux Howtos and Tutorials

Opera Widgets, unlike most other browser plugins, can be downloaded to serve as browser-independent desktop widgets. These are managed through Opera Widget Manager, so the Opera process remains open (without running the browser). This tutorial explains how to use Opera Widgets as desktop widgets on Ubuntu 11.10.

Running Simple Groupware On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how you can install and run Simple Groupware on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Simple Groupware is an open source enterprise groupware that offers email, calendaring, contacts, tasks, document management, project management, synchronization with Outlook and cell phones, full-text search, extensions and many more. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Running ownCloud3 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how you can install and run ownCloud3 on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). ownCloud enables universal access to files through the widely implemented WebDAV standard, providing a platform to easily view and sync contacts, calendars and bookmarks across devices while supporting sharing, viewing and editing via the web interface. It offers the ease-of-use of Dropbox and box.net without vendor lock in. ownCloud users can run its file sync and share services on their own hardware. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

January 2012

Creating Your Own Distributable Ubuntu DVD (Relinux) | HowtoForge - Linux Howtos and Tutorials

This article is about how to create a DVD image of your machine with the exact same software included on the disk. This can be done using a software called Relinux. Relinux is a fork of the recently discontinued Remastersys.

Dualbooting Windows 7 And Linux Mint 12 | HowtoForge - Linux Howtos and Tutorials

Dualbooting means having installed two operating systems on one hard disk and being able to boot from any of them. This tutorial will explain how to install Linux Mint 12 alongside Windows 7 - the procedure however should be the same for all Ubuntu based distributions and only slightly different for every other.

VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless Ubuntu 11.10 Server | HowtoForge - Linux Howtos and Tutorials

This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless Ubuntu 11.10 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how you can install and run a TYPO3 (version 4.6) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). The guide also covers the use of the nc_staticfilecache extension which allows TYPO3 to cache pages as complete .html files for faster delivery (increases response times for static pages by a factor of 230; it's similar to Drupal's Boost module). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Introduction To The Enlightenment 17 Window Manager For X (Ubuntu 11.10) | HowtoForge - Linux Howtos and Tutorials

This tutorial is supposed to show some features of the Enlightenment window manager as an alternative to the often used Gnome and KDE managers. I will install Enlightenment on a desktop computer with Ubuntu 11.10 installed. Apart from the login screen however, all of the controls shown on the screenshots should be the same for every installation of enlightenment, whatever distribution you install it on. Enlightenment is already included in the Ubuntu repositories, therefore Ubuntu users and those of any Ubuntu derivatives won't have any problems installing it. It is also available for download for most other distributions though.

December 2011

Setting Up Unison File Synchronization Between Two Servers On Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how to set up file synchronization between two Ubuntu 11.10 servers with Unison. Unison is a file-synchronization tool similar to rsync, but the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on server1 will be replicated to server2 and vice versa.

Running Joomla 1.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can install and run a Joomla 1.7 web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Install GNOME 3 (With Mint GNOME Shell Extensions) Or Mate On Ubuntu 11.10 (Oneiric Ocelot) | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows you how you can install the GNOME 3 desktop on Ubuntu 11.10 with the shell extensions that are used in the Linux Mint 12 release (Lisa) (these shell extensions are called Mint GNOME Shell Extensions - mgse). These shell extensions give GNOME 3 the look and feel of GNOME 2. For those who prefer GNOME 2 this tutorial shows how to install Mate from the Linux Mint repositories on Ubuntu 11.10. Mate is a GNOME 2 fork.

Mounting Remote Directories With SSHFS On Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace). I will use Ubuntu 11.10 for both the local and the remote server.

November 2011

Installing KVM Guests With virt-install On Ubuntu 11.10 Server | HowtoForge - Linux Howtos and Tutorials

(via)
Unlike virt-manager, virt-install is a command line tools 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 11.10 KVM server.

Virtualization With KVM On Ubuntu 11.10 | HowtoForge - Linux Howtos and Tutorials

(via)
This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 11.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.

Enabling Compiz Fusion On Ubuntu 11.10 (Oneiric Ocelot) | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can enable Compiz Fusion on an Ubuntu Linux 11.10 (Oneiric Ocelot) Unity 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.

The Perfect Server - Ubuntu 11.10 With Nginx [ISPConfig 3] | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how to prepare an Ubuntu 11.10 (Oneiric Ocelot) server with nginx for the installation of ISPConfig 3, and how to install ISPConfig 3. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache, and this tutorial covers the setup of a server that uses nginx instead of Apache. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx and Apache web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.10) | HowtoForge - Linux Howtos and Tutorials

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. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.