blogage.de > phantom > Phantom Labs
  Sign up | Login

http://www.addedbytes.com/apache/url-rewriting-for-beginners/

 

working with multiple blabla:

RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ get_product_by_name.php?category_name=$1&product_name=$2 [NC,L] # Process product requests

RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ get_blog_post_by_title.php?category_name=$1&post_title=$2 [NC,L] # Process blog posts

 

http://h264.code-shop.com/trac

march für xeon

16/01/2009

gcc -march=nocona <otherflags bla bla bla>

 

http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86_002d64-Options...

nuckeln:

 

http://ftp.penguin.cz/pub/users/utx/amr/amrnb-7.0.0.2.tar.bz2

http://ftp.penguin.cz/pub/users/utx/amr/amrwb-7.0.0.3.tar.bz2

 

entpacken, ./configure && make && make install

 

svn co svn://svn.mplayerhq.hu/ffmpeg/trunk

cd trunk

./configure --enable-libmp3lame --enable-libvorbis --enable-libamr-nb --enable-libamr-wb --enable-gpl --enable-pthreads --enable-libgsm --enable-shared --enable-nonfree

make

make install

auf debian etch...

Fehler php configure:

configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.

Fehler imap build:

osdep.c:984: error: 'SSLSTREAM' has no member named 'iptr'

Lösung:

wget ftp://ftp.cac.washington.edu/imap/imap-2007e.tar.Z
tar zxvf imap-2007e.tar.Z
cd imap-2007e
make slx SSLTYPE=none

dann im imap source dir:

mkdir /usr/local/imap
mkdir /usr/local/imap/include
mkdir /usr/local/imap/lib
cp c-client/*.h /usr/local/imap/include/
cp c-client/c-client.a /usr/local/imap/lib/libc-client.a

 

und --with-imap=/usr/local/imap bei configure angeben.

hmm..

05/12/2008

 

gut oder schlecht (very early stage)?

 

just ....

if someone tries to build the latest stable kerrighed module on debian etch amd64 or any other system and wonders why the modules complains about "alloc_page_vma" undefined:

 

it is not because of CONFIG_NUMA is "NOT SET" it is because it is set!...

so just disable NUMA in the kernel and it works like a sharm...

Pages:«Vorherige 1, 2, 3, 4, 5, 6 Nächste»