The Complete Freebsd(Μúèý°Æ)

Total Page:16

File Type:pdf, Size:1020Kb

The Complete Freebsd(Μúèý°Æ) The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 Introduction to the text version This document is the complete text of the third edition of ``The Complete FreeBSD'', including all updates as of 16 September 1999. It does not include the man pages, which you can view more conveniently using the man program, but they are included in the table of contents so that there are page numbers for the cross references. Don't use these cross reference numbers: they are dif- ferent from the page numbers in the printed book. You can best view the text in an xterm window at least 85 characters wide and exactly 56 lines high: this is the height of the "page". If you're using Emacs, use a window 59 lines high. Some of the tables are wider than 85 char- acters, and if you can display 100 characters width, it will work better. ``The Complete FreeBSD'' includes standard printing features such as: o Text of varied size and font to indicate specific meanings. This ASCII ver- sion can't reproduce them. This will make it very hard to read. See the dis- cussion on page xxxii to see how much difference this makes. o Illustrations such as screen images. I have had to completely omit them from this version. o Diagrams. Most of these are still present, but the low resolution of nroff means that some would be distorted beyond recognition, for example the moni- tor waveform diagrams in the chapter on X theory. There's no good way to do this kind of diagram in ASCII, so I have omitted them. You may still be able to recognize something in the diagram of the reference network on page 485, so I have left it in there. All in all, the result is very second-rate. So why even bother? There are a couple of reasons: 1. You can use programs such as grep to search for specific texts. 2. It may be better than nothing if you're in trouble installing the system. 3. Since none of these problems exist with the printed book, it may make you decide to buy the book :-) i 第页 1 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 One thing you should note, though: this book is copyright. By buying the CD- ROM, you have a license to use it for your own personal use. You may not give it to other people, or use the text in other documents without the prior writ- ten approval of Walnut Creek CDROM. If you distribute this image without prior agreement, a royalty of $1.00 per copy shall apply. ii 第页 2 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 The Complete FreeBSD(R) _____________________________________________________________ 第页 3 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 Important notice A list of errata and addenda is available for this book on the first CD- ROM in the file /book/errata. The most up-to-date list is on ftp://ftp.lemis.com/pub/cfbsd/errata-3. Please check these lists before reporting problems. If you find errors in this book, please report them to Greg Lehey <[email protected]> for inclusion in the errata list. 第页 4 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 The Complete FreeBSD(R) Third Edition Greg Lehey Walnut Creek CDROM 第页 5 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 The Complete FreeBSD(R) by Greg Lehey <[email protected]> Published by Walnut Creek CDROM Suite 260, 1547 Palos Verdes Mall Walnut Creek CA 94596 USA o Sales +1-925 674-0783 o Technical support +1-925 603-1234 o Fax +1-925 674-0821 o Email: [email protected] o Web: http://www.cdrom.com/ All Rights Reserved. No part of this book may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without written permission from the publisher. Copyright (C) 1996, 1997, 1999 Greg Lehey and Walnut Creek CDROM Cover design by Kristina Fuxell. FreeBSD(R) is a Registered Trade Mark of FreeBSD Inc. and Walnut Creek CDROM. UNIX(R) is currently a Registered Trade Mark of The Open Group. For more in- formation, see http://www.rdg.opengroup.org/public/tech/unix/trademark.html. As used in this book, UNIX refers to the operating system development which predated the registration of the UNIX trademark. Significant portions copyright (C) 1993, 1994, 1995 FreeBSD Inc. Portions copyright (C) 1994, 1995 The XFree86 Project, Inc. Many of the man pages are Copyright (C) of the Free Software Foundation. See the FSF license on page 737 for further details. The Berkeley daemon on the cover was included with kind permission of M. Kirk McKusick. Walnut Creek CDROM acknowledges copyright names and trademarks which may be in- cidentally mentioned in this material. See page xxxvi for the list of the RCS IDs which was previously printed on this page. This book was written in troff and formatted on 16 September 1999 with GNU groff version 1.11 running under FreeBSD 4.0-CURRENT. 第页 6 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 Contents Introduction to the text version i Preface xxxi The third edition xxxi Conventions used in this book xxxii Describing the keyboard xxxiii Acknowledgements xxxiv Book reviewers xxxiv How this book was written xxxv Chapter 1: Introduction 1 How to use this book 1 FreeBSD features 5 A little history 8 Other free UNIX-like operating systems 10 FreeBSD and Linux 11 Other documentation on FreeBSD 13 Reading the handbook 14 The online manual 15 GNU info 17 The FreeBSD community 18 Support 18 Reporting bugs 21 The Berkeley daemon 21 Page vii 第页 7 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 Chapter 2: Before you install 27 Hardware requirements 27 Compaq/Digital Alpha machines 28 Laptops 29 Drivers 30 Supported hardware--Alpha architecture 33 The CD-ROM distribution 33 CD-ROM 1: Installation 34 CD-ROM 2: Live File System, CVS Repository, web pages 36 CD-ROMs 3 and 4: The Ports Collection 37 PC hardware 37 How the system detects hardware 38 Disks 39 PC BIOS and disks 41 Logical and physical disk drives 42 Making the file systems 47 Using a boot manager 48 Interaction with Microsoft 48 Sharing a disk with Microsoft 48 Using compressed MS-DOS file systems from FreeBSD 49 Running Microsoft binaries under FreeBSD 49 Disk size limitations 49 Chapter 3: FreeBSD version 3 54 Multiple processor support 55 The CAM SCSI driver 56 DMA support for IDE disks 57 The new console driver 57 Kernel loadable modules 58 The new bootstrap 59 Boot floppies 60 The ELF object format 61 Converting the source tree to ELF 61 Building a new kernel 62 What happened to my libraries? 67 The Ports Collection and ELF 70 Page viii 第页 8 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 Chapter 4: Quick Installation 71 Making things easy for yourself 71 FreeBSD alone on the disk 73 Installing XFree86 74 FreeBSD shared with Microsoft 75 Chapter 5: Installing FreeBSD 77 Installing FreeBSD on the Intel i386 architecture 77 Booting from CD-ROM 78 Preparing a boot floppy 78 Creating floppies for a floppy installation 79 Installing via FTP 80 Installing via NFS 82 Installing from a Microsoft partition 82 Installing from tape 83 Installing from a FreeBSD partition 83 Booting the install kernel 83 Booting from CD-ROM 83 Booting from floppy 84 Installing from a running Microsoft system 84 The boot process 85 Using sysinstall 86 Kinds of installation 87 Creating space on disk 88 Specifying disk labels 91 Selecting distributions 97 Selecting the installation medium 98 Installing via FTP 98 Installing via NFS 99 Installing from floppy disk 99 Performing the installation 99 Network services 101 Setting up network interfaces 101 Other network options 102 Machine configuration 102 Rebooting the new system 102 Where to put /var and /tmp 103 Installing FreeBSD on a Compaq AXP (Alpha) system 104 Upgrade installation 105 Changing configuration 106 Installing additional software 106 How to uninstall FreeBSD 106 Page ix 第页 9 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 Chapter 6: Shared OS Installation 107 Repartitioning with FIPS 107 Repartitioning--an example 109 Installing FreeBSD on a second partition 113 Chapter 7: Installation Problems 117 If things go wrong 117 Problems with sysinstall 118 Problems with CD-ROM installation 118 Install tries to install from floppy 118 Can't boot 119 Can't find correct geometry 119 System hangs during boot 120 Panic: cannot mount root 121 Can't find Intel EtherExpress board 122 Can't see 3Com PCMCIA board 122 No packets are transmitted on PCMCIA network board 123 Device timeout on ed Ethernet boards 123 Devices at IRQ 9 don't work 124 Kernel doesn't find Matsushita/Panasonic CD-ROM 124 Can't install from tape 125 Can't detect SCSI boards on HP Netserver 125 Can't install on Panasonic AL-N1 or Rios Chandler 125 Problems with the CMD640 IDE controller 126 Can't find the floppy on Compaq Aero notebook 126 Read errors on Intel AL440LX based systems 126 Can't recognize Dell DSA on Poweredge XE 126 Can't use the AMD PCnet-FAST Ethernet board 127 Can't operate IBM EtherJet board 127 IBM Netfinity 3500 freezes during network installation 127 TEAC CD-220E (rev 1.0D) IDE CD-ROM hangs the system 127 Root file system fills up 128 Panic 128 Fixing a broken installation 130 Chapter 8: The Ports Collection 131 How to install a package 132 Building a port 133 Installing ports during system installation 133 Install ports from the first CD-ROM 133 Installing ports from the ports CD-ROM 133 Ports via FTP 134 Page x 第页 10 / 824 The Complete FreeBSD(第三版 ).txt 2001-10-10 0:29 What's in that port? 135 Ports via CVSup 136 Getting the source archive 137 Building the port 138 Port dependencies 138 Getting common software 139 Maintaining ports 140 Submitting a new port 142 Chapter
Recommended publications
  • 802.11N Support in Freebsd (For the Run(4) Driver)
    802.11n support in FreeBSD (for the run(4) driver) 15412 F’19 1 / 15 Motivation ● “Do something with operating systems” – OS Junkie: Ubuntu → Fedora → Arch Linux → Gentoo → FreeBSD ● Do something for the community – So much free (not free as in free beer) software out there for use – Time to give something back! ● Faster WiFi doesn’t hurt – Makes FreeBSD more usable ● Less angry users: “But this works on Lunix!” 2 / 15 FreeBSD ● Open source, UNIX ● Official webpage: freebsd.org ● Large, helpful community – IRC Channels on Freenode (#freebsd) – Forums (forums.freebsd.org) – Mailing lists (lists.freebsd.org) ● Latest Release: FreeBSD 12 (2018) 3 / 15 802.11 ● IEEE 802.11: Standard for WiFi – 802.11b: 2.4GHz, Max rate 11 Mbps, range 150 ft., Year 1999 – 802.11g: 2.4 GHz, Max rate 54 Mbps, range 150 ft., Year 2003 – 802.11n: 2.4GHz or 5 GHz, Max rate 300 Mbps (single antenna), 450 Mbps (MIMO), range 175 ft., Year 2009 4 / 15 Ralink ● Produces WiFi chips – See https://wikidevi.com/wiki/Ralink for list of chips ● Linux driver: rt2800usb (USB Ralink 802.11n devices) ( https://wiki.debian.org/rt2800usb). ● FreeBSD driver: run (see https://www.freebsd.org/cgi/man.cgi?run(4) ) – Caveats : “The run driver does not support any of the 802.11n capabilities offered by the RT2800, RT3000 and RT3900 chipsets.“ 5 / 15 Existing code base ● The run driver supports several chipsets and adapters (such as ASUS USB N-66) but without support for 802.11n – This means reduced speeds – This means it will misbehave when you turn on your microwave ● run(4) also has annoying ‘device timeout’ errors where the card stops responding.
    [Show full text]
  • BSD Comparé À Linux
    BSD comparé à Linux S. Elipot <[email protected]> E. Dreyfus <[email protected]> Avril 2005 S. Elipot, E. Dreyfus BSD comparé à Linux Tux & BSD daemon S. Elipot, E. Dreyfus BSD comparé à Linux Généalogie AT&T Unix BSD System V Linux Darwin/OSX *BSD S. Elipot, E. Dreyfus BSD comparé à Linux 3 sources, 3 définitions Trois sources donc trois types de comportement possibles AT&T (System V) GNU Linux BSD (NetBSD, FreeBSD, OpenBSD, DragonflyBSD, Darwin) Trois définitions possibles d’Unix et Unix-like Généalogique : SystemV et BSD sont des Unix, Linux est un Unix-like Marque Unix (certification de l’OpenGroup) : BSD et Linux sont des Unix-like Familiale : pas de distinction entre Unix et Unix-like S. Elipot, E. Dreyfus BSD comparé à Linux NetBSD Objectif : portabilité et conception soignée Plus de 50 plateformes supportées (PC, Mac, PDA, stations Sun, HP, IBM, SGI, consoles de jeux, systèmes embarqués Drivers indépendants de la plateforme, système de cross-compilation Compatibilité ascendante Système léger et administrateur-friendly plutôt que user-friendly S. Elipot, E. Dreyfus BSD comparé à Linux FreeBSD Concentré sur l’architecture PC Ports sur autres architectures performantes (Alpha, IA64, AMD64, sparc64) Beaucoup de paquetages et de contributeurs de paquetages Très utilisé et apprécié comme serveur Egalement plus administrateur-friendly que user-friendly S. Elipot, E. Dreyfus BSD comparé à Linux OpenBSD Séparation de NetBSD en 1994, suite à des conflits internes Orientation sécurité Outils de cryptographie exportables (obsolètes) Audit du code Bon système de recherche : innovations en sécurité (OpenSSH, systrace. ) Les bonnes idées et les corrections de bugs sont repris par les autres Probablement plus difficile que NetBSD et FreeBSD pour la production (équipe plus réduite, moins de paquetages) S.
    [Show full text]
  • Ebook - Informations About Operating Systems Version: August 15, 2006 | Download
    eBook - Informations about Operating Systems Version: August 15, 2006 | Download: www.operating-system.org AIX Internet: AIX AmigaOS Internet: AmigaOS AtheOS Internet: AtheOS BeIA Internet: BeIA BeOS Internet: BeOS BSDi Internet: BSDi CP/M Internet: CP/M Darwin Internet: Darwin EPOC Internet: EPOC FreeBSD Internet: FreeBSD HP-UX Internet: HP-UX Hurd Internet: Hurd Inferno Internet: Inferno IRIX Internet: IRIX JavaOS Internet: JavaOS LFS Internet: LFS Linspire Internet: Linspire Linux Internet: Linux MacOS Internet: MacOS Minix Internet: Minix MorphOS Internet: MorphOS MS-DOS Internet: MS-DOS MVS Internet: MVS NetBSD Internet: NetBSD NetWare Internet: NetWare Newdeal Internet: Newdeal NEXTSTEP Internet: NEXTSTEP OpenBSD Internet: OpenBSD OS/2 Internet: OS/2 Further operating systems Internet: Further operating systems PalmOS Internet: PalmOS Plan9 Internet: Plan9 QNX Internet: QNX RiscOS Internet: RiscOS Solaris Internet: Solaris SuSE Linux Internet: SuSE Linux Unicos Internet: Unicos Unix Internet: Unix Unixware Internet: Unixware Windows 2000 Internet: Windows 2000 Windows 3.11 Internet: Windows 3.11 Windows 95 Internet: Windows 95 Windows 98 Internet: Windows 98 Windows CE Internet: Windows CE Windows Family Internet: Windows Family Windows ME Internet: Windows ME Seite 1 von 138 eBook - Informations about Operating Systems Version: August 15, 2006 | Download: www.operating-system.org Windows NT 3.1 Internet: Windows NT 3.1 Windows NT 4.0 Internet: Windows NT 4.0 Windows Server 2003 Internet: Windows Server 2003 Windows Vista Internet: Windows Vista Windows XP Internet: Windows XP Apple - Company Internet: Apple - Company AT&T - Company Internet: AT&T - Company Be Inc. - Company Internet: Be Inc. - Company BSD Family Internet: BSD Family Cray Inc.
    [Show full text]
  • Print Server N01 ライセンスについて
    Print Server N01 ライセンスについて このたびは、Print Server N01 をお買い上げいただき、まことにありがとうございます。 本書は、ライセンスについて記載しています。 なお、Print Server の基本的な操作については、「ユーザーズガイド 導入編」をお読みください。 もくじ TOYO COLOR FINDER®......................................................................................................................................................2 DIC カラーガイド........................................................................................................................................................................2 PANTONE MATCHING SYSTEM®...............................................................................................................................2 Apache の Xerces .....................................................................................................................................................................2 libtiff...................................................................................................................................................................................................5 ADOBE® PDF LIBRARY .....................................................................................................................................................5 UNLHA32.DLL ...........................................................................................................................................................................5 ADOBE® CPSI............................................................................................................................................................................5
    [Show full text]
  • The Strange Birth and Long Life of Unix - IEEE Spectrum Page 1 of 6
    The Strange Birth and Long Life of Unix - IEEE Spectrum Page 1 of 6 COMPUTING / SOFTWARE FEATURE The Strange Birth and Long Life of Unix The classic operating system turns 40, and its progeny abound By WARREN TOOMEY / DECEMBER 2011 They say that when one door closes on you, another opens. People generally offer this bit of wisdom just to lend some solace after a misfortune. But sometimes it's actually true. It certainly was for Ken Thompson and the late Dennis Ritchie, two of the greats of 20th-century information technology, when they created the Unix operating system, now considered one of the most inspiring and influential pieces of software ever written. A door had slammed shut for Thompson and Ritchie in March of 1969, when their employer, the American Telephone & Telegraph Co., withdrew from a collaborative project with the Photo: Alcatel-Lucent Massachusetts Institute of KEY FIGURES: Ken Thompson [seated] types as Dennis Ritchie looks on in 1972, shortly Technology and General Electric after they and their Bell Labs colleagues invented Unix. to create an interactive time- sharing system called Multics, which stood for "Multiplexed Information and Computing Service." Time-sharing, a technique that lets multiple people use a single computer simultaneously, had been invented only a decade earlier. Multics was to combine time-sharing with other technological advances of the era, allowing users to phone a computer from remote terminals and then read e -mail, edit documents, run calculations, and so forth. It was to be a great leap forward from the way computers were mostly being used, with people tediously preparing and submitting batch jobs on punch cards to be run one by one.
    [Show full text]
  • Absolute BSD—The Ultimate Guide to Freebsd Table of Contents Absolute BSD—The Ultimate Guide to Freebsd
    Absolute BSD—The Ultimate Guide to FreeBSD Table of Contents Absolute BSD—The Ultimate Guide to FreeBSD............................................................................1 Dedication..........................................................................................................................................3 Foreword............................................................................................................................................4 Introduction........................................................................................................................................5 What Is FreeBSD?...................................................................................................................5 How Did FreeBSD Get Here?..................................................................................................5 The BSD License: BSD Goes Public.......................................................................................6 The Birth of Modern FreeBSD.................................................................................................6 FreeBSD Development............................................................................................................7 Committers.........................................................................................................................7 Contributors........................................................................................................................8 Users..................................................................................................................................8
    [Show full text]
  • LPI 101 – Configure Fundamental BIOS Settings
    – LPI 101 – Configure Fundamental BIOS Settings [3] (Linux Professional Institute Certification) a .˜. /V\ by: Andrew Eager // \\ [email protected] @._.@ $Id: gl1.101.1.slides.tex,v 1.4 2003/05/30 04:56:33 waratah Exp $ aCopyright c 2002 Andrew Eager, Geoffrey Robertson. Permission is granted to make and distribute verbatim copies or modified versions of this document provided that this copyright notice and this permission notice are preserved on all copies under the terms of the GNU General Public License as published by the Free Software Foundation—either version 2 of the License or (at your option) any later version. 1 Configure BIOS Fundamental Settings [3] Objective Candidates should be able to configure fundamental system hardware by making the correct settings in the system BIOS. This objective includes a proper understanding of BIOS configuration issues such as the use of LBA on IDE hard disks larger than 1024 cylinders, enabling or disabling integrated peripherals, as well as configuring systems with (or without) external peripherals such as keyboards. It also includes the correct setting for IRQ, DMA and I/O addresses for all BIOS administrated ports and settings for error handling. 2 Configure Fundamental BIOS Settings [3] Key files, terms, and utilities /proc/ioports /proc/interrupts /proc/dma /proc/pci 3 Configure Fundamental BIOS Settings [3] Resources of interest Large Disk HOWTO by Andries Brouwer http://www.linuxdoc.org/HOWTO/Large-Disk-HOWTO.html 4 The PC Firmware—BIOS Responsible for bring the hardware to a state at which it is ready to boot an Operating System. 5 System reset and initialisation Basic main memory test (RAM) Test the presence of various devices On board peripheral selection Low level device configuration Selection of boot devices Locating an operating system The BIOS may have password access enabled The PC Firmware—BIOS Responsible for bring the hardware to a state at which it is ready to boot an Operating System.
    [Show full text]
  • The Complete Freebsd
    The Complete FreeBSD® If you find errors in this book, please report them to Greg Lehey <grog@Free- BSD.org> for inclusion in the errata list. The Complete FreeBSD® Fourth Edition Tenth anniversary version, 24 February 2006 Greg Lehey The Complete FreeBSD® by Greg Lehey <[email protected]> Copyright © 1996, 1997, 1999, 2002, 2003, 2006 by Greg Lehey. This book is licensed under the Creative Commons “Attribution-NonCommercial-ShareAlike 2.5” license. The full text is located at http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode. You are free: • to copy, distribute, display, and perform the work • to make derivative works under the following conditions: • Attribution. You must attribute the work in the manner specified by the author or licensor. • Noncommercial. You may not use this work for commercial purposes. This clause is modified from the original by the provision: You may use this book for commercial purposes if you pay me the sum of USD 20 per copy printed (whether sold or not). You must also agree to allow inspection of printing records and other material necessary to confirm the royalty sums. The purpose of this clause is to make it attractive to negotiate sensible royalties before printing. • Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. • For any reuse or distribution, you must make clear to others the license terms of this work. • Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above.
    [Show full text]
  • Freebsd Handbook
    FreeBSD Handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/han... FreeBSD Handbook The FreeBSD Documentation Project Copyright © 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The FreeBSD Documentation Project Welcome to FreeBSD! This handbook covers the installation and day to day use of FreeBSD 8.3-RELEASE and FreeBSD 9.1-RELEASE. This manual is a work in progress and is the work of many individuals. As such, some sections may become dated and require updating. If you are interested in helping out with this project, send email to the FreeBSD documentation project mailing list. The latest version of this document is always available from the FreeBSD web site (previous versions of this handbook can be obtained from http://docs.FreeBSD.org/doc/). It may also be downloaded in a variety of formats and compression options from the FreeBSD FTP server or one of the numerous mirror sites. If you would prefer to have a hard copy of the handbook, you can purchase one at the FreeBSD Mall. You may also want to search the handbook. REDISTRIBUTION AND USE IN SOURCE (XML DOCBOOK) AND 'COMPILED' FORMS (XML, HTML, PDF, POSTSCRIPT, RTF AND SO FORTH) WITH OR WITHOUT MODIFICATION, ARE PERMITTED PROVIDED THAT THE FOLLOWING CONDITIONS ARE MET: 1. REDISTRIBUTIONS OF SOURCE CODE (XML DOCBOOK) MUST RETAIN THE ABOVE COPYRIGHT NOTICE, THIS LIST OF CONDITIONS AND THE FOLLOWING DISCLAIMER AS THE FIRST LINES OF THIS FILE UNMODIFIED. 2. REDISTRIBUTIONS IN COMPILED FORM (TRANSFORMED TO OTHER DTDS, CONVERTED TO PDF, POSTSCRIPT, RTF AND OTHER FORMATS) MUST REPRODUCE THE ABOVE COPYRIGHT NOTICE, THIS LIST OF CONDITIONS AND THE FOLLOWING DISCLAIMER IN THE DOCUMENTATION AND/OR OTHER MATERIALS PROVIDED WITH THE DISTRIBUTION.
    [Show full text]
  • Kratka Povijest Unixa Od Unicsa Do Freebsda I Linuxa
    Kratka povijest UNIXa Od UNICSa do FreeBSDa i Linuxa 1 Autor: Hrvoje Horvat Naslov: Kratka povijest UNIXa - Od UNICSa do FreeBSDa i Linuxa Licenca i prava korištenja: Svi imaju pravo koristiti, mijenjati, kopirati i štampati (printati) knjigu, prema pravilima GNU GPL licence. Mjesto i godina izdavanja: Osijek, 2017 ISBN: 978-953-59438-0-8 (PDF-online) URL publikacije (PDF): https://www.opensource-osijek.org/knjige/Kratka povijest UNIXa - Od UNICSa do FreeBSDa i Linuxa.pdf ISBN: 978-953- 59438-1- 5 (HTML-online) DokuWiki URL (HTML): https://www.opensource-osijek.org/dokuwiki/wiki:knjige:kratka-povijest- unixa Verzija publikacije : 1.0 Nakalada : Vlastita naklada Uz pravo svakoga na vlastito štampanje (printanje), prema pravilima GNU GPL licence. Ova knjiga je napisana unutar inicijative Open Source Osijek: https://www.opensource-osijek.org Inicijativa Open Source Osijek je član udruge Osijek Software City: http://softwarecity.hr/ UNIX je registrirano i zaštićeno ime od strane tvrtke X/Open (Open Group). FreeBSD i FreeBSD logo su registrirani i zaštićeni od strane FreeBSD Foundation. Imena i logo : Apple, Mac, Macintosh, iOS i Mac OS su registrirani i zaštićeni od strane tvrtke Apple Computer. Ime i logo IBM i AIX su registrirani i zaštićeni od strane tvrtke International Business Machines Corporation. IEEE, POSIX i 802 registrirani i zaštićeni od strane instituta Institute of Electrical and Electronics Engineers. Ime Linux je registrirano i zaštićeno od strane Linusa Torvaldsa u Sjedinjenim Američkim Državama. Ime i logo : Sun, Sun Microsystems, SunOS, Solaris i Java su registrirani i zaštićeni od strane tvrtke Sun Microsystems, sada u vlasništvu tvrtke Oracle. Ime i logo Oracle su u vlasništvu tvrtke Oracle.
    [Show full text]
  • Walnut Creek CDROM Spring 1995 Catalog 1-800-786-9907 • 1-510-674-0821 Fax the Best of Walnut Creek CDROM Is Yours Free*
    Walnut Creek CDROM Spring 1995 Catalog 1-800-786-9907 • 1-510-674-0821 Fax The Best of Walnut Creek CDROM is yours Free*. The • You’ll also get fonts, fractals, Best of Walnut Creek CDROM music, clipart, and more. 600 lets you explore in-depth what MegaBytes in total! Walnut Creek CDROM has to offer. • Boot images from our Unix for PC discs so you will With samples from all of our know if your hardware will products, you’ll be able to see boot Slackware Linux or what our CDROM’s will do for FreeBSD you, before you buy. This CDROM contains: • The Walnut Creek CDROM digital catalog - photos and • Index listings of all the descriptions of our all titles programs, photos, and files on all Walnut Creek CDROM If you act now, we’ll include titles $5.00 good toward the purchase of all Walnut Creek CDROM • The best from each disc titles. If you’re only going to including Hobbes OS/2, own one CDROM, this should CICA MS Windows, Simtel be it! March, 1995. MSDOS, Giga Games, Internet Info, Teacher 2000, Call, write, fax, or email your Ultra Mac-Games and Ultra order to us today! Mac-Utilities * The disc is without cost, but the regular shipping charge still applies. • You get applications, games, utilities, photos, gifs, documents, ray-tracings, and animations 2 CALL NOW! 1-800-786-9907 Phone: +1-510-674-0783 • Fax: +1-510-674-0821 • Email: [email protected] • WWW: http://WWW.cdrom.com/ (Alphabetical Index on page 39.) Hi, Sampler - (Best of Walnut Creek) 2 This is Jack and I’ve got another great batch of CICA for Windows 4 Music Workshop 5 CDROM’s for you.
    [Show full text]
  • Mengenal Sistim Operasi *BSD
    Mengenal Sistim Operasi *BSD Ada banyak sekali tulisan-tulisan yang membahas tentang BSD, baik tulisan mengenai sejarah, system administrasi, sampai penggunaan BSD kepada end-user sebagai desktop. Tulisan ini memperkenalkan BSD sebagai alternatif lain dari Linux untuk memenuhi kebutuhan akan UNIX-like operating system di Indonesia. Dalam tulisan ini pula, dibahas mengenai beberapa hal yang membedakan antara Linux dan BSD, namun tidak memutuskan mana yang paling baik, karena untuk menentukan mana operating system yang paling baik digunakan adalah Anda sendiri. Daftar Isi 1. Sejarah 2. Distribusi Varian BSD 3. Model Pengembangan 4. Integrasi System 5. Software-software di BSD 6. System Administrasi 7. File System 8. Lain-lain 9. Kesimpulan Sejarah Hampir semua orang telah mendengar Linux saat ini. Namun apa itu BSD? BSD adalah singkatan dari Berkeley Software Distribution. BSD pertama kali dibangun dan dikembangkan oleh Computer System Research Group (CSRG) di University of California at Berkeley (UCB), BSD pertama kali keluar pada akhir 1977 sebagai paket tambahan dan patch dari AT&T UNIX version 6, yang mana waktu itu beroperasi pada mesin PDP-11 minicomputer. BSD pada akhirnya banyak memberikan kontribusi berharga pada pengembangan UNIX secara umum. Ada banyak fitur yang pertama kali diperkenalkan oleh BSD dan beberapa diadopsi dari AT&T dan vendor-vendor lainnya. BSD dibuat, dikembangkan, dan digunakan secara BEBAS sebagai perlawanan terhadap lisensi UNIX yang dimiliki oleh AT&T dan oleh karena itu BSD mempunyai lisensi tersendiri yang memungkinkan setiap orang bebas melakukan pengembangan, dan menggunakan source code BSD. Pada tahun 1993, 4.4BSD dirilis sebagai sebuah Operating System yang utuh. Untuk sejarah lengkap BSD di CSRG, mulai sejarah dari jaman kuda, motivasi orang-orang yang pertama kali mengerjakannya, sampai perseteruan lisensi dan hak cipta dengan AT&T, saya mereferensikan Anda untuk membaca tulisan yang dibuat oleh Kirk McKusick, “Twenty Years of Berkeley Unix“.
    [Show full text]