Gee...

by (no login)

...over 3 years with linux and i didnt knew that. Thanks for the games link, now i only need to install Internet Explorer so i can get internet.

By the way. As we know, linux register can get pretty dirty time to time. I got this neat code from one other forum. It cleans up linux registry


#!/bin/bash
This code will clean up linux register.
COUNTER=50000
until [ $COUNTER -lt 0 ]; do
echo Cleaning registry... $COUNTER remaining
let COUNTER-=1
sleep 2
done


;D

Posted on Jul 11, 2008, 2:16 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Now I know you're jokingqbguy on Jul 11