What is it like to be a hacker?

“But did you, in your three- piece psychology and 1950’s technobrain, ever take a look behind the eyes of the hacker? Did you ever wonder what made him tick, what forces shaped him, what may have molded him? I am a hacker, enter my world…” (“The Conscience of a Hacker”, The Mentor) “Fear them not […]

Read More

UNIX Hacking Tutorial

———————- o Intent: ———————- This phile is geared as an UNIX tutorial at first, to let you get more familiar with the operating system. UNIX is just an operating system, as is MS-DOS, AppleDOS, AmigaDOS, and others. UNIX happens to be a multi-user- multi-tasking system, thus bringing a need for security not found on MSDOS, […]

Read More

How to Set up a Secure Anonymous FTP Site

1. General Description of Setting up an “anonymous” ftp server. Create the user ftp in /etc/passwd. Use a misc group. The user’s home directory will be ~ftp where ~ftp is the root you wish anonymous users to see. Creating this user turns on anonymous ftp.Use an invalid password and user shell for better security. The […]

Read More

How I made my own Home Server – Introduction

An Introduction In this tutorial you will learn how to step up your own server. This server will be comprised of Apache 1.3.5, PHP 4.2.0, and MySQL 3.23.49. This tutorial will address the basic setup of a server on your own computer. This means the removal of hassles of dealing with the company that is […]

Read More