a fresh debian 4.0 etch, lighttpd, php, mysql, mod_geoip installation with maxmind database and visitors webstats, monitored by runit

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 ...

we have joy we have fun we have root shell on a sun

... 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... ...

make cash with p2p and nfo’s

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 ...

install amule-daemon (amuled)

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 ...

Colophon

Donec ac nisi in lectus euismod sodales. Suspendisse congue, arcu sit amet adipiscing scelerisque, enim neque ullamcorper dolor, sed viverra erat leo eu metus. Cras porttitor bibendum nunc.

Syndicate

May 5th 2008
Tags: Snippets, Code No Comments

shrink integers with php

function chr_enc( $id ) {        $c = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';        $id = (string)$id;        for( $i = 0; $i < strlen( $id ); $i++ ) {                $x .= $id{$i};                if( $x > 9 && $x <= ( strlen( $c ) + 9 ) ) {                        $n .= $c{$x-10};                        $x = '';                }                elseif( $x > strlen( $c ) + 10 || $x == '0' || $i == ( strlen( $id ) - 1 ) ) {                        $n .= $x;                        $x = '';                }        }        return $n;}function chr_dec( $id ) {        $c = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';        for( $i = 0; $i < strlen( $id ); $i++ ) {                $n .= ( !is_numeric( $id{$i} ) ) ? ( strpos( $c, $id{$i} ) + 10 ) : $id{$i};        }        return $n;} example: 212408898 => lo08898 30028247 => u0so7 11222207 => bmm07 94070738 => 94070738 81071369 => 81071A9 197309119 => j73091j 15018738 => f0i738 78584770 => 78WL70 191854002 => jiS002 188192516 => i8192P6 65437343 => 65H73H 124061870 => cEZ870 207003851 => k700CP 218431612 => l84vZ2 5688664 => U88664 162528033 => gps0x 57489904 => VM9904 89269087 => 89q9087 193413083 => jyd083 144121183 => eFli3 218427866 => l84r866 57912246 => V91mK 229392376 => m9392B6 56443324 => UIxo 34996219 => ...
May 5th 2008
Tags: Offtopic 8 Comments

would you pay for a weekend with me?

I’m interested to know something. If you could, would you pay $5,000, not including flight and food, to get in a hotel with me for a weekend. Basically you get on a table with me and tell me what you’re doing (you can be as specific as you want). I’ll ...
April 7th 2008
Tags: News 47 Comments

seoFM.com abused for shady and illegal blackhat methods - marcus t.’s true nature

aw, fuck it. don't have the time to deal with that shit. - so far, threads, which have surfaced in forums regarding this topic, have been deleted by the request of mr. t. himself. he's even arrogant enough to boast about having the owner of the abakus forum remove some threads over ...
March 16th 2008
Tags: Offtopic 3 Comments

great hotels

las vegas: chicago: mieming, austria:
March 9th 2008
Tags: Rediscoveries, Offtopic No Comments

bit char-g is still available

can somebody remember bit char-g? those really tiny rc cars? those little cars are a hell lot of fun and because i found a site that sells those cars for a very low price i ordered a few of them including the stuff to build a track. - gundamstoreandmore.com have fun :D

Search