Copyright © 2010 Lockstockmods All Rights Reserved Designed by Kode Powered by WordPress
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>
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
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 [...]
Continue Reading »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 [...]
Continue Reading »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 [...]
Continue Reading »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 [...]
Continue Reading »*NOTE – This only applies to servers where you are allowed to compile, a lot or free shell servers have their own way of setting up eggdrop automatically, if in doubt ask your provider* SSH to the server, then run the following commands at the command prompt: Install wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.17.tar.gz tar zxvf eggdrop1.6.17.tar.gz cd eggdrop1.6.17 [...]
Continue Reading »If you know nothing about bncs, a bnc is short for a ‘bouncer.’ A bnc acts as a proxy for irc, allowing you to hide your real IP address and use a vhost (vanity host – something like ‘this.is.a.l33t.vhost.com’). What are the advantages of this? Well, mainly there’s just one important one: It’ll stop stupid [...]
Continue Reading »If you run a high-traffic Web site or any other service with high demands on Windows servers, the Network Load Balancing support may be just what the doctor ordered for you. Under Windows Server 2003, you can bind up to 32 servers together in a cluster to even the load on the boxes and keep [...]
Continue Reading »*Please Note, i am currently in the process of changing the website, so some things might not work properly, please contact me if you find anything* DRM is used in a number of media, but is most commonly found in video and music files. There are many who argue that DRM is a misnomer, since [...]
Continue Reading »

Recent Comments