February 24th 2009
Tags:
News,
Serve
No Comments
alter if() to if() and elseif() in 202-config/connect.php
if( @xcache_set( 'test', 'test' ) ) {
if( include_once($_SERVER['DOCUMENT_ROOT'] . '/202-config/class-xcache.php') ) {
$memcache = new XCache;
...
its fuckin' big i know. but its cool.
we start from a complete plain installed debian etch 4.0.
one line is one command.
apt-get update
if this error shows up:
W: GPG error: http://ftp.de.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 NO_PUBKEY B5D0C804ADB11277
... try this:
apt-get ...
August 23rd 2007
Tags:
Code,
Offtopic,
Serve
One Comment
... or as sun advertised a long time ago: "no risc, no fun."
i'll put up later a nice post about performance on a sun vs. normal intel/amd, how to boost your webserver to the moon in a few simple steps and why you should use lighttpd.
if someone has specific questions... ...
May 29th 2007
Tags:
Serve
11 Comments
lets pick up another posting from harro, called the "part 2" from "make cash with p2p".
i like it how he does the renaming after searches from real people in warez channels on the efnet but what i really like is to get the filenames before people search for it.
so lets ...
May 22nd 2007
Tags:
Serve
One Comment
to pick up harro's posting about make cash with p2p at makecash.org i want to give you a little tutorial how to get the linux version of emule called "amule" running on your debian box.
Step 1. install amuled
add this line in /etc/apt/source.list
deb http://amule-debian.dyndns.org/ debian/
and execute
apt-get update
now you have to install ...