ubuntu

Build your own OpenStreetMap Server

SUNY Buffalo campus as seen on OpenStreetMap.org in March of 2009

Build your own OpenStreetMap server. Build your own what?

OpenStreetMap is the editable World map of everything. It is the Wikipedia of maps. It is to other on-line maps as Wikipedia is to Britannica. And it is awesome in every possible way.  read more »

Installing drupal on ubuntu 7.10 localhost ( Gutsy Gibbon )

This presumes that you will install drupal 6 in /var/www/drupal6/

Prerequisites

apt-get install apache2 php5-mysql php5-gd libapache2-mod-php5 mysql-server

Configure httpd.conf by adding a ServerName line

ServerName localhost

[Updated for Jaunty]

Configure /etc/apache2/sites-available/default by allowing overrides

<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

Start apache
 read more »

Postfix relayhosts Ubuntu 6.06

Drupal installation not sending mail to users on Ubuntu 6.06?

dpkg --remove postfix
dpkg --purge postfix
apt-get -V install postfix

choose satellite
for relayhost use smtp.yourisp.example.com

try now.

Syndicate content