Linux Tutorials on the topic “ubuntu”
-
Installing Ubuntu or Kubuntu, 6.06.1 LTS "Dapper Drake", on a Single/Multi -Boot RAID System
Author: gniemcew • Tags: ubuntu • Comments: 2Installing Ubuntu or Kubuntu, 6.06.1 LTS "Dapper Drake", on a Single/Multi -Boot RAID System This guide describes how to install Ubuntu (Ubuntu+GNOME) or Kubuntu (Ubuntu+KDE) 6.06.1 LTS ("Dapper Drake") on a single or a multi -boot RAID system. It is meant as a variation of Ubuntu Wiki FakeRAID HowTo document, but digested and with minimum commentary. Its goal is to allow new Ubuntu users to complete an entire installation inside of 30 minutes, almost entirely by copy and paste.
-
Install and Configure Auth Shadow on Debian/Ubuntu
Author: Thanatos • Tags: apache, debian, linux, security, ubuntu • Comments: 3Install and Configure Auth Shadow on Debian/Ubuntu Auth Shadow or mod-auth-shadow is a module for apache (and apache2, sort of) that enables authentication against /etc/shadow. The benefits being that any system user with a password can be authenticated for web_dav, subversion or simply an https server. The only other way to do this is with PAM. That method is dangerous because the apache user (www-data in my case) must be able to read /etc/shadow. Obviously, not a good idea. Auth Shadow accomplishes this safely by using a intermediate program called validate. This works because validate can be owned by root but executable by everyone. In the event that your server is compromised through apache, your password file will not be readable.
-
Installing The Native Linux Flash Player 9 On Ubuntu
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 5Installing The Native Linux Flash Player 9 On Ubuntu This article describes how to install the new native Linux Flash Player 9 from Adobe on an Ubuntu Edgy Eft desktop so that it can be used within Firefox. The procedure works for other Ubuntu versions and Debian as well.
-
-
How To Set Up A Ubuntu/Debian LAMP Server
Author: olddocks • Tags: apache, php, mysql, debian, ubuntu • Comments: 43How To Set Up A Ubuntu/Debian LAMP ServerThis tutorial shows a quick way to set up your own LAMP server (Linux + Apache + MySQL + PHP/Perl) on a Ubuntu or Debian system.
-
vtiger CRM 5.02 on Ubuntu 6.06 LTS Server (Dapper Drake)
Author: xam • Tags: ubuntu • Comments: 1vtiger CRM 5.02 on Ubuntu 6.06 LTS Server (Dapper Drake) This is a detailed description about how to set up a vtiger CRM 5.02 on an Ubuntu 6.06 LTS (Dapper Drake) based server. vtiger is an Open Source Customer Relationship Management solution built over LAMP stack and other third-party open source packages.
-
How To Create A Local Debian/Ubuntu Mirror With apt-mirror
Author: Falko Timme • Tags: debian, ubuntu • Comments: 27How To Create A Local Debian/Ubuntu Mirror With apt-mirror This tutorial shows how to create a Debian/Ubuntu mirror for your local network with the tool apt-mirror. Having a local Debian/Ubuntu mirror is good if you have to install multiple systems in your local network because then all needed packages can be downloaded over the fast LAN connection, thus saving your internet bandwidth.
-
Installing Popular Applications On Your Ubuntu Desktop With Automatix2
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 0Installing Popular Applications On Your Ubuntu Desktop With Automatix2 Although Ubuntu comes with lots of applications that can be installed on your desktop, there are still some applications that are available only from third-party repositories. Finding all these repositories and installing these applications manually is very time-consuming, but fortunately some people have created a script called Automatix2 (which is the successor to Automatix) which automates the task for you. It comes with a graphical interface so that you can run it from your desktop, and this tutorial describes how you do it.
-
Setting Up A PXE Install Server For Multiple Linux Distributions With Ubuntu Edgy Eft
Author: Falko Timme • Tags: ubuntu • Comments: 15Setting Up A PXE Install Server For Multiple Linux Distributions With Ubuntu Edgy Eft This tutorial shows how to set up a PXE (short for preboot execution environment) install server with Ubuntu 6.10 (Edgy Eft). A PXE install server allows your client computers to boot and install a Linux distribution over the network, without the need of burning Linux iso images onto a CD/DVD, boot floppy images, etc. This is handy if your client computers don't have CD or floppy drives, or if you want to set up multiple computers at the same time (e.g. in a large enterprise), or simply because you want to save the money for the CDs/DVDs. In this article I show how to configure a PXE server that allows you to boot multiple distributions: Ubuntu Edgy/Dapper, Debian Etch/Sarge, Fedora Core 6, CentOS 4.4, OpenSuSE 10.2, and Mandriva 2007.
-
Wardriving Using An Ubuntu Notebook With Garmin Etrex, Kismet, And GPSDrive
Author: un1x • Tags: ubuntu • Comments: 2Wardriving Using An Ubuntu Notebook With Garmin Etrex, Kismet, And GPSDrive This tutorial is about wardriving using GPS. It explains how to install Garmin Etrex on Ubuntu and how to configure it. It also shows how to use Garmin with GPSDrive and how to convert the data to an xml file which can be imported by Google Earth.
-
How To Compile A Kernel - The Ubuntu Way
Author: Falko Timme • Tags: kernel, ubuntu • Comments: 31How To Compile A Kernel - The Ubuntu Way Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on Ubuntu systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.