Copyright © 2010 Lockstockmods All Rights Reserved Designed by Kode Powered by WordPress
Author Archive
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 »*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 »Getting in start a new screen session: screen attach to a running session: screen -r attach multiple terminals to an attached, running session: screen -rx the “ultimate attach”: screen -dRR (Attaches to a screen session. If the session is attached elsewhere, detaches that other display. If no session exists, creates one. If multiple sessions exist, [...]
Continue Reading »Install MySQL 4.1.3 Download these RPMS to /usr from http://www.mysql.com MySQL-server-4.1.8-0.i386.rpm MySQL-devel-4.1.8-0.i386.rpm MySQL-client-4.1.8-0.i386.rpm MySQL-shared-4.1.8-0.i386.rpm Install them with: rpm -i MySQL*.rpm Source Files Download these files (or newer versions) to /usr/local/src (the packages will be located in /usr/local/lib when they are installed unless otherwise stated) zlib-1.2.1.tar.gz from http://www.gzip.org/zlib/ libxml2-2.6.11.tar.gz from http://www.xmlsoft.org/ php-5.0.3.tar.gz from http://www.php.net/downloads.php httpd-2.0.52.tar.gz from [...]
Continue Reading »

Recent Comments