break
Apr 26

This guide provides an easy and relatively quick way to PXE boot windows which means you can install Windows over the network with PXE without the need for a CD drive. While the previous guide allows you to slip stream updates and add extra programs it took a LONG LONG time to do, especially [...]

Apr 25

You may have read in a previous post how i installed Ubuntu on my sisters laptop with PXE, well this worked great, but i couldnt for the life of me get WPA to work on the wireless card, so after about a week of trying i decided to try and PXE boot windows as the [...]

Apr 11

Setup a Virtual Domain
NameVirtualHost *
<VirtualHost *>
DocumentRoot /web/example.com/www
ServerName www.example.com
ServerAlias example.com
CustomLog /web/example.com/logs/access.log combined
ErrorLog /web/example.com/logs/error.log

</VirtualHost>

Apr 11

Here is a simple cheatsheet for the .htaccess file:

Enable Directory Browsing
Options +Indexes
## block a few types of files from showing
IndexIgnore *.wmv *.mp4 *.avi
Disable Directory Browsing
Options All -Indexes

Apr 11

Purpose
This tutorial will attempt to help you get to grips with using Usenet, including signing up to a usenet provider, searching usenet, and downloading binary files with step by step instructions.
Introduction
The biggest problem with the music and movie industry is that they produce crap, nobody wants to spend their hard earned money buying crap, so [...]

Apr 7

*Note this is really just a test post to test out the code plugin, i’ll update this post to be a little more useful when i get a chance, the function works fine, its just a little hard to follow*
Put the following function into the head of the document
function getQuery(query){
var xmlhttp=false; //Clear our fetching variable
[...]

Apr 7

The purpose of this article is to explain, step by step, how to install Ubuntu (Ubuntu is my distro of choice, but the steps should work equally well for other distros) using a Windows 2000/XP client.
Introduction
PXE (Preboot Execution Environment) is not something new, but not often used by home users, as installing an operating system [...]

Apr 6

Please note, i am not the author of the following howto, i only include it in order to hopefully help you guys out, if the author wants to get in touch to give support for this article he is more than welcome to
Install MLDonkey on DS101G+ - HOWTO
(and Power PC ulterior versions with [...]

Apr 6

I bought a TS-101 a pretty long time ago, but never really used it, recently i got it back out its box and decided to have a play with it.
Before i begin id just like to say please contact me if you know any more about the QNAP TS-101, or sign up and submit an [...]

Apr 6

Retrieve the latest build of the 1.7.x series from http://www.anope.org
Login to your shell and transfer the “tar.gz” via ssh or ftp.
Now, you must ssh into your shell to begin installing.
Once you’re inside the shell, perform the following commands (i will assume the latest version is 1.7.13):
gunzip anope-1.7.13.tar.gz
tar xfv anope-1.7.13.tar
cd anope-1.7.13
./Config (if you choose md5 encryption [...]

« Previous Entries