Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
161 captures
17 Jan 1999 - 10 Jul 2025
DecFEBJul
Previous capture22Next capture
201720192020
success
fail
COLLECTED BY
Organization:Archive Team
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is atarchiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by theWayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites).

To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.

There is a dashboard running for the archivebot process athttp://www.archivebot.com.

ArchiveBot's source code can be found athttps://github.com/ArchiveTeam/ArchiveBot.

TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20190222064336/http://www.openbsd.org/24.html

Released December 1, 1998.
Copyright 1997-1998, Theo de Raadt.
.

All applicable copyrights and credits are in the src.tar.gz,sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in thefiles fetched via ports.tar.gz.


Following this are the instructions which you would have on a piece ofpaper if you had purchased a CDROM set instead of doing an alternateform of install. The instructions for doing an FTP (or other styleof) install are very similar; the CDROM instructions are left intactso that you can see how much easier it would have been if you hadpurchased a CDROM instead.


Please refer to the following files on the two CDROMs for extensivedetails on how to install OpenBSD 2.4 on your machine:

  • CD1:2.4/i386/INSTALL.i386
  • CD1:2.4/sparc/INSTALL.sparc
  • CD1:2.4/powerpc/INSTALL.powerpc

  • CD2:2.4/alpha/INSTALL.alpha
  • CD2:2.4/amiga/INSTALL.amiga
  • CD2:2.4/mac68k/INSTALL.mac68k
  • CD2:2.4/hp300/INSTALL.hp300

  • A pmax release is available on the ftp sites, but not on the CDs.

  • Quick installer information for people familiar with OpenBSD, and theuse of the new "disklabel -E" command. If you are at all confused wheninstalling OpenBSD, read the relevant INSTALL.* file as listed above!

    Play with your BIOS options, and see if you can enable booting off aCD; try using CD1. If not, write CD1:2.4/i386/floppy24.fs to afloppy, then boot that. If you are mixing OpenBSD with anotheroperating system, you will surely need to read the INSTALL.i386document.

    To make a floppy under MS-DOS, use /2.4/tools/rawrite.exe. UnderUnix, use "dd if=<file> of=/dev/<device> bs=32k" (where device couldbe "floppy" or "rfd0c" or "rfd0a"). Use properly formatted perfectfloppies with NO BAD BLOCKS or you will lose.

    To boot off CD1, type "boot cdrom 2.4/sparc/bsd.rd", or"b sd(0,6,0)2.4/sparc/bsd.rd" depending on your ROM version.Alternatively, write CD1:2.4/sparc/floppy24.fs to a floppy and boot itusing "boot fd()" or "boot floppy" depending on your ROM version.Finally, a third alternative is to write CD1:2.4/sparc/kc.fs andCD1:2.4/sparc/inst.fs to two separate floppies. Then insert "kc.fs",and boot as described above. As soon as the floppy drive ejects afloppy, insert "inst.fs". Answer a bunch of questions. Reboot fromthe "kc.fs" floppy. This time, when the floppy is ejected simplyre-insert "kc.fs" again and answer a different set of questions.

    Create BSD partitions according to INSTALL.amiga's preparation section.Mount the CD2 under AmigaOS as device CD0: Next, execute the followingCLI command: "CD0:2.4/amiga/utils/loadbsd CD0:2.4/amiga/bsd.rd".

    You can boot over the network by following the instructions inINSTALL.hp300.

    Your alpha must use SRM firmware (not ARC). If you have a CDROM, youcan try "boot -fi 2.4/alpha/bsd.rd dkaX" (use "show device" to find yourCDROM drive identifier). Otherwise, write CD2:2.4/alpha/floppy.fs to afloppy and boot that by typing "boot dva0". If this fails, you can placebsd.rd on some other device and boot it, or use the provided simpleroot.

    Boot MacOS as normal and partition your disk with the appropriate A/UXconfigurations. Then, extract the Macside utilities fromCD1:2.4/mac68k/utils onto your hard disk. Run Mkfs to create yourfilesystems on the A/UX partitions you just made. Then, use theBSD/Mac68k Installer to copy all the sets in CD1:2.4/mac68k/ onto yourpartitions. Finally, you will be ready to configure the BSD/Mac68kBooter with the location of your kernel and boot the system.

    src.tar.gz contains a source archive starting at /usr/src. This filecontains everything you need except for the kernel sources, which arein a separate archive. To extract:

    # mkdir -p /usr/src# cd /usr/src# tar xvfz /tmp/src.tar.gz

    srcsys.tar.gz contains a source archive starting at /usr/src/sys.This file contains all the kernel sources you need to rebuild kernels.To extract:

    # mkdir -p /usr/src/sys# cd /usr/src# tar xvfz /tmp/srcsys.tar.gz

    Both of these trees are a regular CVS checkout. Using these trees itis possible to get a head-start on using the anoncvs servers asdescribed athttp://www.OpenBSD.org/anoncvs.html.Using these filesresults in a much faster initial CVS update than you could expect froma fresh checkout of the full OpenBSD source tree.


    A ports tree archive is also provided. To extract:

    # cd /usr# tar xvfz /tmp/ports.tar.gz# cd ports# ls...

    The ports/ subdirectory is a checkout of the OpenBSD ports tree. Goreadhttp://www.OpenBSD.org/faq/faq15.htmlif you know nothing about portsat this point. This text is not a manual of how to use ports.Rather, it is a set of notes meant to kickstart the user on theOpenBSD ports system.

    Certainly, the OpenBSD ports system is not complete. This is becausethe full integration of ports into the OpenBSD environment is still ayoung project as of this release. We believe the ports that areprovided here are stable, but it is most important to realize thatports will continue to grow a great deal in functionality in thefuture.

    As we said, ports will be growing a lot in the future. The ports/directory represents a CVS (see the manpage for cvs(1) if you aren'tfamiliar with CVS) checkout of our ports. As with our complete sourcetree, our ports tree is available via anoncvs. So, inorder to keep current with it, you must make the ports/ treeavailable on a read-write medium and update the tree with a commandlike:

    # cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd

    [Of course, you must replace the local directory and server name herewith the location of your ports collection and a nearby anoncvsserver.]

    Again, it is important to see the webpage for specific instructions asthis is a new service which hasn't yet been ironed outcompletely.

    Finally, despite ports' youth, help is never far. If you'reinterested in seeing a port added, would like to help out, or justwould like to know more, the mailing list ports@openbsd.org is a goodplace to know.


    [8]ページ先頭

    ©2009-2025 Movatter.jp