
The Debian Project is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel. Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software. Debian comes with over 20,000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) – all of it free. It’s a bit like a tower. At the base is the kernel. On top of that are all the basic tools. Next is all the software that you run on the computer. At the top of the tower is Debian — carefully organizing and fitting everything so it all works together.
A. Requirement
1. My PC Rig
Intel Atom 945CLF2 (N330) support 64-bit architecture
RAM DDR2 PC 6400 1GB
HDD Hitachi 80GB SATA II
NIC Intel Pro 100+
2. Debian Installer
You can download at debian.org
B. Preparation
1. Network Topology

2. Setting NAT and IP address in mikrotik, so your PC Squid can connect to internet while installation process


Finish preparing, burn ISO to CD and boot from Debian Netist CD
C. Installation








That’s all for preparation, in a few minutes Debian 5.0.4 will be installed.
Will be continued to Part 2
Note: Partitioning that i’m using here is following my PC Spec with 1GB RAM, 80GB HDD and my purposes for 12 PC Client. So, different purposes, it will be different configuration, how do we setup the configuration based on our purpose? It will be in part 2.
RSS feed for comments on this post. TrackBack URL
July 29th, 2010 at 5:56 pm
August 9th, 2010 at 12:10 am
Why two caches in the same disk?
“Use only one cache directory per disk; using more will increase disk head trashing and thus decrease performance.”
http://wiki.squid-cache.org/SquidFaq/RAID
“it is better to have your cache_dir spread over multiple smaller disks than one huge drive”
http://wiki.squid-cache.org/SquidFaq/InstallingSquid?highlight=(sata)#Is_it_okay_to_use_separate_drives_for_Squid.3F Marcos