Copyright © 2012 Lockstockmods All Rights Reserved Designed by Kode Powered by WordPress
Archive for the ‘Internet’ Category
A collection of templates for artwork for TheTVDB.com, these templates should ensure uploaded artwork is set to the correct dimensions. All templates come in a PSD so they can be easily edited and each PSD has multiple style for you to choose from. I will try to update the templates regularly.
Continue Reading »The purpose of this guide is to provide an easy to follow set of instructions that should allow you to create an SSH tunnel in around 10 minutes. Step 1: Getting started What you will need: Remote server running SSH (Debian server is used in this guide) Putty Squid Install squid: apt-get install squid Step [...]
Continue Reading »Usenet has some advantages over other technologies like bit-torrent, as well as these advantages it offers speed, reliability, and the option of SSL. This guide will help you get to grips with Usenet and hopefully will help you on your way to using it to its full advantage.
Continue Reading »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

Recent Comments