Linux Tutorials on the topic “ubuntu”

  • How To Set Up WebDAV With Apache2 On Ubuntu 8.10

    apache Author: Falko TimmeTags: , Comments: 8

    How To Set Up WebDAV With Apache2 On Ubuntu 8.10 This guide explains how to set up WebDAV with Apache2 on an Ubuntu 8.10 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

  • Set Up Ubuntu Server With EHCP (LAMP, DNS, FTP, Mail)

    ubuntu Author: deconectatTags: , Comments: 12

    Set Up Ubuntu Server With EHCP (LAMP, DNS, FTP, Mail) This tutorial will help you setup a web server to host multiple domains. We will use EHCP, a free control panel, to manage the server. The tutorial should be easy to follow even for beginners and you'll probably need about an hour to have your server up & running. You will need a unique static ip address for your server. This can be behind your nat router as long as you set up port forwarding. You will need to know the ip address you want to assign to the server, it's subnet mask, the default gateway and the ip for the dns server.

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

    ubuntu Author: Falko TimmeTags: , Comments: 3

    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.

  • Watching Hard Drive Activity With iotop On Ubuntu 8.10 And Debian Lenny

    Author: Falko TimmeTags: , Comments: 5

    Watching Hard Drive Activity With iotop On Ubuntu 8.10 And Debian Lenny This article shows how you can watch your hard drive activity with iotop on Ubuntu 8.10 and Debian Lenny. iotop watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes or threads on the system. iotop displays columns for the I/O bandwidth read and written by each process/thread during the sampling period. It also displays the percentage of time the thread/process spent while swapping in and while waiting on I/O. In addition the total I/O bandwidth read and written during the sampling period is displayed at the top of the interface.

  • Desktop Search In Ubuntu Intrepid (And Debian) In KDE 4.2

    ubuntu Author: Stephan JauTags: , , Comments: 1

    Desktop Search In Ubuntu Intrepid (And Debian) In KDE 4.2 Ubuntu Intrepid 8.10 features an inbuilt desktop search. Unfortunately I never managed to get it to work right and I tried a lot of things. So I finally went on irc.freenode.org into the #strigi channel and asked for help. Lucky me Phreedom in there gave me a helping hand. Why Nepomuk doesn't work by default is still a mystery. I think this is related to Redland instead of Soprano. Unfortunately, as Phreedom told me, the Ubuntu and Debian maintainers don't supply Soprano with the current builds. Also his recommendation is to use KDE 4.2 (Kubuntu 8.10 comes with KDE 4.1).

  • How To Run USDownloader On Ubuntu Server 8.10

    ubuntu Author: ais77Tags: Comments: 5

    How To Run USDownloader On Ubuntu Server 8.10 To run the best in automati? file share downloading - russian Universal Share Downloader (USD)   on a GUI-less (or, they say, headless) Linux server (in my case it's Ubuntu Server 8.10) we will need four steps. The most complicated thing will be setting up the "fake" framebuffer version of X - Xvfb. The rest is easy.

  • QuickStart, The Swiss Army Knife For Ubuntu 8.04 Desktop

    Author: Falko TimmeTags: , , Comments: 1

    QuickStart, The Swiss Army Knife For Ubuntu 8.04 Desktop In this article I will show how to install and use QuickStart on an Ubuntu 8.04 desktop. QuickStart is like a Swiss army knife, it allows you to do various things on your Ubuntu desktop: creating and restoring backups, running scheduled backups, backing up configuration files, installing some common applications, installing DVD codecs, deleting unnecessary files, etc.

  • Installing Ubuntu 8.10 On Your USB Flash Drive

    ubuntu Author: Falko TimmeTags: , Comments: 15

    Installing Ubuntu 8.10 On Your USB Flash Drive This guide shows how you can install Ubuntu 8.10 on a USB flash drive. Ubuntu 8.10 comes with a tool that lets you create a USB startup disk easily - this startup disk behaves like the Ubuntu 8.10 Live-CD. This is useful if you want to install Ubuntu on a computer that has no CD/DVD drive. When you create the USB startup disk, you can also specify that you want your USB system to be persistent between boots (i.e., it does not lose your settings, documents, etc.) - that way you get a fully usable OS that you can carry around in your pocket.

  • Installing Lotus Symphony On Ubuntu 8.10

    ubuntu Author: Falko TimmeTags: , Comments: 1

    Installing Lotus Symphony On Ubuntu 8.10 This guide explains how to install Lotus Symphony on Ubuntu 8.10. Lotus Symphony is an office suite (free of charge) for creating text and spreadsheet documents as well as presentations. The core office suite code was initially based on OpenOffice.org 1.1.4 and has been developed further by IBM.

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 8.10 (Intrepid Ibex)

    ubuntu Author: Falko TimmeTags: , Comments: 1

    This document describes how to install a PureFTPd 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 and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.