First Snow! 






[ add comment ] ( 23 views ) [ 0 trackbacks ] permalink ( 3 / 312 )
T61 grub framebuffer resolution 

Here's an easy way to figure out the correct resolution for your T61, or pretty much anything else:

hwinfo --framebuffer

In the output, you should see something like this:
Mode 0x036e: 1680x1050 (+6720), 24 bits

Take that mode for your vga= on your kernel line:
title Debian GNU/Linux, kernel 2.6.21-2-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.21-2-686 root=/dev/sda1 ro vga=0x036e
initrd /boot/initrd.img-2.6.21-2-686
savedefault

then, when you reboot, it should come up with the correct resolution.

[ add comment ] ( 33 views ) [ 0 trackbacks ] permalink ( 3 / 299 )
Apache2 + php on Debian Lenny  

This is a short howto on setting up apache2 on Lenny, it will set up the basics on getting apache2 and php5 up and running on your Deian/Lenny box:

apt-get update
apt-get install apache2

apache2 should start now, you can check to make sure like so:
lsof -i:80

Now to install the php module for apache2:

apt-get install libapache2-mod-php5

apt should enable the module for you, you can always check to make sure:
a2enmod php5

Now, we have to restart our server:
/etc/init.d/apache2 stop
/etc/init.d/apache2 start


To verify, you can put a php file in /var/www , say /var/www/test.php

Now point your browser to http://your.server/test.php , and you should see the phpinfo page.

Thats it.

[ add comment ] ( 25 views ) [ 0 trackbacks ] permalink ( 3 / 178 )
MD Ate My Acid 

Just messing around tonight with my Machine Drum and a Novation Nova.
Take a listen
[ add comment ] ( 24 views ) [ 0 trackbacks ] permalink ( 2.9 / 119 )
On my way  


[ add comment ] ( 31 views ) [ 0 trackbacks ] permalink ( 2.5 / 195 )

<Back | 1 | 2 | 3 | 4 | Next> Last>>