Debian


May 4, 2005: 12:11 pm: MatthewDebian, Technical

For when you want dedicated access without dedicated price, and getting pretty good reviews… Redwood Virtual. I’m thinking about it myself…

December 1, 2004: 6:06 pm: MatthewDebian

Stuff I’m investigating beyond Debian Woody:

Debian Sarge

Ubuntu is a new Linux distribution that brings together the extraordinary breadth of Debian with a fast and easy install, regular releases (every six months), a tight selection of excellent packages installed by default and a commitment to security updates with 18 months of security and technical support for every release.

Progeny Debian 2.0 Developer Edition aims to provide an unmatched “out of the box” environment for software developers building applications for the Java, Mono/.NET and LAMP platforms.

: 5:50 pm: MatthewDebian, Technical

Right now with Woody it looks brutal. Sarge appears to have hope but still had issues with /boot as of the last note I saw on the bug. I’m going to have to try it, though, and see what I can find…

OK, now I can’t find the darn issue. Well, maybe it’s fixed? Hope so…

: 5:45 pm: MatthewDebian, Technical

Looks like this article is a good place to start but I haven’t tested it yet.

November 23, 2004: 1:02 pm: MatthewDebian, WordPress

# Copy the base files
/usr/share# cp -R wordpress/ wordpress2/
/etc# cp -R wordpress/ wordpress2/

# edit /etc/apache2/sites-available/default to include the second site setup
Alias /blog2 /usr/share/wordpress2
<directory /usr/share/wordpress2&rt;
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
</directory&rt;

# Re-link the configs found in /etc/wordpress2
cd /usr/share/wordpress2
rm wp-config.php
ln -s /etc/wordpress2/wp-config.php
rm wp-layout.css
ln -s /etc/wordpress2/wp-layout.css
rm index.php
ln -s /etc/wordpress2/index.php
rm print.css
ln -s /etc/wordpress2/print.css

# set the permissions for /etc/wordpress2/wp-config.php
chgrp www-data wp-config.php

# Edit the configs for the new install in /etc/wordpress2/wp-config.php to appropriate values
# 1) table prefix
# 2) ABSPATH

# Copy tables for permissions and such?
# See my later post!

Rock on!

: 1:02 pm: MatthewDebian, WordPress

#debconf php4-mysql

All better!

« Previous Page