Archive for the ‘Internet’ Category

TheTVDB Artwork Templates

June 21, 2010 by
TheTVDB Artwork Templates

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 »
Comments Off
SSH Tunnel with Putty and Squid

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 »
Comments Off
Usenet and Binary downloads

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 »
Comments Off

Apache Cheatsheet

April 11, 2008 by

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>

Continue Reading »
Comments Off

htaccess Cheat Sheet

April 11, 2008 by

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

Continue Reading »
Comments Off

Copyright © 2012 Lockstockmods All Rights Reserved   Designed by Kode   Powered by WordPress