Linux Tutorials on the topic “Ubuntu”

  • HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu

    Author: sjauTags: Comments: 12

    HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu Fully encrypted systems prevent others from getting your data from physical access. The rationale behind the encryption of a complete system is that you don't have worry about what you encrypt and what not, because everything (except for the /boot) partition will be encrypted. However the problem I have encountered so far is, how could I reboot my computer from afar? I would be required to be in front of the computer and enter the password. I have wondered this far how I could reboot the computer remotely.

  • Postfix Virtual Hosting With LDAP Backend With Dovecot As IMAP/POP3 Server On Ubuntu Hardy Heron 8.04 TLS

    android Author: MiguelTags: , Comments: 19

    Postfix Virtual Hosting With LDAP Backend With Dovecot As IMAP/POP3 Server On Ubuntu Hardy Heron 8.04 TLS I've been running with a MySQL backend for virtual hosting for some time, but when I discovered Phamm and the added FTP feature (amongst others) I decided to switch to LDAP as backend for Postfix with virtual hosting. In view of the fact that the installation and configuration guide of Phamm is lacking some basic information it took me quite some time (including crying, swearing, getting depressed, ...) to put it all together and get it working. Long live google to find hints or explanations for problems and configuration issues. Piecing it all together wasn't simple so I would like to share how I configured it and got it all working toghether (as I like), but I think that it will benefit other users as well.

  • Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)

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

    Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.

  • HOWTO: Encrypt The System Manually Upon Installation (Ubuntu 8.04)

    Author: Stephan JauTags: , Comments: 3

    HOWTO: Encrypt The System Manually Upon Installation (Ubuntu 8.04) This tutorial describes how you can encrypt an Ubuntu 8.04 (Hardy Heron) system right during the initial installation.

  • Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 8.04 LTS

    ubuntu Author: Falko TimmeTags: , Comments: 10

    This document describes how to install a Proftpd 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. In addition to that I will show the use of quota with this setup.

  • How To Compile rTorrent From SVN In Ubuntu Gutsy Gibbon

    Author: Stephan JauTags: Comments: 0

    How To Compile rTorrent From SVN In Ubuntu Gutsy Gibbon Torrent is a great way to transfer large files very quickly. However most torrent clients are gui based and have quite some impact on system resources (e.g. Azureus). rTorrent is a lightweight client running from the terminal. Being able to run it in a screen session (also upon boot) makes it ideal to also control it from a remote location.

  • HowTo Compile rTorrent From SVN In Ubuntu 8.04 Hardy Heron

    Author: Stephan JauTags: Comments: 4

    HowTo Compile rTorrent From SVN In Ubuntu 8.04 Hardy Heron Torrent is a great way to transfer large files very quickly. However most torrent clients are gui based and have quite some impact on system resources (e.g. Azureus). rTorrent is a lightweight client running from the terminal. Being able to run it in a screen session (also upon boot) makes it ideal to also control it from a remote location.

  • The Perfect Desktop - Linux Mint 5 Elyssa R1

    linux_mint Author: Falko TimmeTags: , Comments: 2

    The Perfect Desktop - Linux Mint 5 Elyssa R1 This tutorial shows how you can set up a Linux Mint 5 Elyssa R1 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 5 is a Linux distribution based on Ubuntu 8.04 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.

  • How To Make A Fully Customized KDE Live CD/DVD Using Kubuntu

    Author: technoshaunTags: , Comments: 3

    How To Make A Fully Customized KDE Live CD/DVD Using Kubuntu There are tools available to allow anyone to create and distribute a completely customized Ubuntu Based distribution using the Gnome Desktop. Many Kubuntu users would like to do the same thing but such tools are not fully compatible with KDE and the Kiosk tool does not change or remove all of the Kubuntu defaults so that a program like Remastersys can create a customized ISO with the defined changes. This How To is designed to address these issues and allow those interested in creating their own customized distribution based on Kubuntu.

  • How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS

    VMWare Image Download Author: msghalebTags: , , Comments: 4

    How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability. In front of the Apache cluster we create a load balancer that splits up incoming requests between the two Apache nodes. Because we do not want the load balancer to become another "Single Point Of Failure", we must provide high-availability for the load balancer, too. Therefore our load balancer will in fact consist out of two load balancer nodes that monitor each other using heartbeat, and if one load balancer fails, the other takes over silently.