Browse > Home / Archive by category 'Open Source'

| Subcribe via RSS

Optimize PHP and Accelerate Apache

juni 27th, 2007 | No Comments | Posted in Linux, Open Source, PHP, Programming, Windows
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

As the load on an application increases, the bottlenecks in the underlying infrastructure become more apparent in the form of slow response to user requests. This article discusses many of the server configuration items that can make or break an application’s performance and focuses on steps you can take to optimize Apache and PHP.

read more | digg story

tail -f <=> tailf

juni 7th, 2007 | No Comments | Posted in Linux, Open Source
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Jeg har været inhabil gentoo bruger, der havde de et wrapper script til at håndtere tail -f så man blot skulle skrive tailf i stedet, jeg har derfor valgt at skrive et.

Husk at smide det ind i et dir der er i din PATH, f.eks. /usr/bin, samt at chmod +x den.

#!/bin/sh
#
# This is a wrapper around the -f functionality.
#
# Written by Mads Madsen < zephid at bsdguru.dk >
# Licensed under GNU GPL.
if [ -z "$1" ]; then
echo “Usage: tailf file [...]”
exit 1
fi
tail -f “$@”

Gaim skifter navn til Pidgin

april 10th, 2007 | No Comments | Posted in Open Source
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Efter lang tids stilhed på Gaim fronten, er det nu kommet ud at Gaim skifter navn til Pidgin efter at blive truet af AOL igen.

Version 2.0.0 udkommer inden længe, hvor den nu vil være at finde på pidgin.im

Kilde