|
hostKatcher
when you download a kast distribution, it comes configured to connect to the following host catcher:
katcher.2y.net : 6085
the host catcher running at this address is a konspire2b-based application called katcher.
katcher maintains a list of hosts that have connected to it recently. When your node connects to a katcher node, katcher passes a host list to your node and then disconnects. Your node then has an up-to-date host list that it can connect to.
we are running the katcher node mentioned above, though you can also download and run the katcher software.
platform notes
|
windows 95/98/nt/2000/xp platform
|
katcher for windows is distributed in a self-extracting archive. Running the .exe archive will create a katcher folder and extract all of the katcher components.
|
mac os x platform
|
katcher for mac os x is distributed in a tar'ed and gzip'ed archive. Most file extraction utilities can handle .tar.gz files. You can also extract from a command terminal using these instructions.
note that katcher for mac os x must be run from a command terminal. Open a terminal, us the cd command to change into the katcher directory, and then run the command ./katcher
|
gnu/linux (intel) platform
|
katcher for gnu/linux (intel) is distributed in a tar'ed and gzip'ed archive. For help with extraction, see these instructions
|
gnu/linux (ppc) platform
|
katcher for gnu/linux (ppc) is distributed in a tar'ed and gzip'ed archive. For help with extraction, see these instructions
|
freeBSD (intel) platform
|
katcher for freeBSD (intel) is distributed in a tar'ed and gzip'ed archive. For help with extraction, see these instructions
|
|
how to extract files from .tar.gz archives
|
if you want to extract files from the archive FILE.tar.gz, run the following command:
gzip -d FILE.tar.gz; tar xf FILE.tar
|
|