<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Lockstockmods</title>
	<link>http://www.lockstockmods.net</link>
	<description>If its not broken... take it apart and mod it</description>
	<lastBuildDate>Thu, 08 May 2008 16:30:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CSS Cheatsheet</title>
		<description>Background
Backgrounds can be tricky. Nevertheless, effective when condensed correctly. The syntax for declaring the background shorthand values are as follows:
background properties
element {
background-color: color &#124;&#124; #hex &#124;&#124; (rgb / % &#124;&#124; 0-255);
background-image:url(URI);
background-repeat: repeat &#124;&#124; repeat-x &#124;&#124; repeat-y &#124;&#124; no-repeat;
background-position: X Y &#124;&#124; (top&#124;&#124;bottom&#124;&#124;center) (left&#124;&#124;right&#124;&#124;center);
background-attachment: scroll &#124;&#124; fixed;
}
Believe it or not, all ...</description>
		<link>http://www.lockstockmods.net/2008/05/01/css-cheatsheet/</link>
			</item>
	<item>
		<title>MySQL Cheatsheet</title>
		<description>Query
SELECT * FROM table
SELECT * FROM table1, table2, ...
SELECT field1, field2, ... FROM table1, table2, ...
SELECT ... FROM ... WHERE condition
SELECT ... FROM ... WHERE condition GROUPBY field
SELECT ... FROM ... WHERE condition GROUPBY field HAVING condition2
SELECT ... FROM ... WHERE condition ORDER BY field1, field2
SELECT ... FROM ... WHERE ...</description>
		<link>http://www.lockstockmods.net/2008/05/01/mysql-cheatsheet/</link>
			</item>
	<item>
		<title>Easy way to PXE Boot Windows</title>
		<description>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 ...</description>
		<link>http://www.lockstockmods.net/2008/04/26/easy-way-to-pxe-boot-windows/</link>
			</item>
	<item>
		<title>Install Windows over network with PXE</title>
		<description>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 ...</description>
		<link>http://www.lockstockmods.net/2008/04/25/install-windows-over-network-with-pxe/</link>
			</item>
	<item>
		<title>Apache Cheatsheet</title>
		<description>Setup a Virtual Domain
NameVirtualHost *
&#60;VirtualHost *&#62;
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
&#60;/VirtualHost&#62;
Include another conf file
Include /etc/apache/virtual-hosts/*.conf
Hide apache version info
ServerSignature Off
ServerTokens Prod
Custom 404 Error message
ErrorDocument 404 /404.html
Create a virtual directory (mod_alias)
Alias /common /web/common
Perminant redirect (mod_alias)
Redirect permanent /old http://example.com/new
Create a cgi-bin
ScriptAlias /cgi-bin/ /web/cgi-bin/
Process .cgi scripts
AddHandler cgi-script .cgi
Add a directory index
DirectoryIndex index.cfm index.cfm
Turn ...</description>
		<link>http://www.lockstockmods.net/2008/04/11/apache-cheatsheet/</link>
			</item>
	<item>
		<title>htaccess Cheat Sheet</title>
		<description>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

ErrorDocument 403 http://www.htaccesselite.com
Order deny,allow
Deny from all
Allow from 1.1.1.1
Redirect all but 1 IP to different site, using mod_rewrite
RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_HOST} !^1\.1\.1\.1
RewriteRule .* http://www.htaccesselite.com [R=302,L]
Redirect ...</description>
		<link>http://www.lockstockmods.net/2008/04/11/htaccess-cheat-sheet/</link>
			</item>
</channel>
</rss>
