Installation Guide-IA64 1. Method of Booting Installation Program 1.1 Use CD Booting 1.2 Use U Disk Booting 1.3 Booting of EFI S

Total Page:16

File Type:pdf, Size:1020Kb

Installation Guide-IA64 1. Method of Booting Installation Program 1.1 Use CD Booting 1.2 Use U Disk Booting 1.3 Booting of EFI S Installation Guide-IA64 In order to start the installation of Asianux 2.0, it needs to boot installation program. We can use two methods: CD booting or floppy booting. 1. Method of booting installation program According to the difference between hardware of system and installation medium that is used, we can use the following method to boot the installation program of Asianux 2.0. 1.1 Use CD booting CD booting and CD installing are the most direct method to install Asianux 2.0. The precondition of it is that the users have the system installation CD and the user decided to choose CD as the installation medium, and the computer can support the situation that booting from CDs. Set the BIOS startup order of current computer firstly when installing, set the CD-ROM as the first option. If your computer can not support CD booting, please refer to "Installation mode of Asianux" 1.2 Use U disk booting If the computer cannot support CD booting or you do not have a system installation CD, it needs to use installation boot CD. The reflection file of the installation boot CD is the file /images/bootdisk.img on the first CD. Before using the installation boot CD, you have to change the BIOS setting into U disk precedence. If an installation boot CD is needed, you should prepare in advance. Concerning the detailed information of making a boot CD, please refer to chapter 1.4: Making an installation boot CD These is no essential relationship between the mediums of booting and installing. Actually, using CD booting can also choose installation from hard disk or network. Detailed steps are as follows: After use the first CD of Asianux 2.0 to boot installation, input “linux askmethod” under the prompt “boot:”. It will appear a choice interface of installation medium. You can practice if you are interested in it. 1.3 Booting of EFI system EFI is the next general firmware of Intel, and Asianux 2.0 has already supplied the support for it. 1 1.3.1 Booting of EFI on IA32 Put the CD into CD-ROM, and restart the computer. Press <F2> to enter Boot manager if it appears “start boot options” at the bottom of the screen. Choose “cdrom entry1”, start the computer from CD. Or start computer from CD directly, and then input “linux efi” to enter installation mode supported by efi. A vfat partition of 100M is needed during installing; the mount point is /boot/efi. This partition must be a primary-partition; it is suggested to use hda1. Other processes are similar to other installation mode. 1.3.2 Booting of EFI on Itanium2 On Itanium2 server, computer will enter inner EFI ( Extensible Firmware Interface ) environment after self-inspecting, we need to select booting from CDROM/DVD in EFI. The full name of EFI is Extensible Firmware Interface; it is a technique that Intel used to substitute current BIOS. It is used to provide the function that is similar with BIOS for IA-64 constitution server system, and it is used to accommodate the functions of hardware. The work mode of EFI can be simply reduced to the following four: start up system, initialize standard firmware flat, load EFI drives library and carry out relative program. Select the system that you want to enter in the starting menu of EFI system and put in the code of start-booting to EFI. It will enter the system normally; otherwise it will pause starting up service and return the start menu of EFI. Start menu of EFI system Open the power of server; insert the first CD or booting CD into CDROM/DVD drive. The server will enter the inner EFI and start up manager after self-inspecting, select boot from CDROM/DVD in the starting manager menu of EFI. If there is no CDROM/DVD option, you can adopt the following two methods: 2 1. Select “EFI Shell [Built-in]”in menu, enter the inner EFI shell, you will find a drives list, the drives that start with fs are the drives of file system that can be discriminated by EFI. Find the one that corresponds to CDROM/DVD drive, enter this drive using the same method with switching drive under DOS (input the command that similar with fs0: and press <Enter>, then carry out the command elilo and start to boot CDROM/DVD). EFI Shell 2.Select “Boot option maintenance menu”in the menu,enter the menu of the next level. Boot option maintenance menu Select “Boot from a File”,then you can see a drives list, and select CDROM/DVD. 3 Boot From a File The files on CDROM/DVD will be listed out, select elilo.efi to boot CDROM/DVD. Select booting file 1.3.3 The use of efibootmgr z Delete guiding option # efibootmgr -b 0001 -B 0001 is the number of guiding option that is to be deleted, it can be examined thought the command efibootmgr directly, the output is as follows: # efibootmgr BootCurrent: 0001 Timeout: 10 seconds BootOrder: 0001,0002,0003 Boot0001* Asianux Boot0002* RedFlag Boot0003* Primary Master CDROM Among this, 0001 in Boot0001 is the number; the relevant guiding number is Asianux z Add a guiding option #efibootmgr -c -w -L "BootOptionName" -d /dev/sda -p 1 -l \\EFI\\asianux\\elilo.efi 4 Among this, it is the name of the hardware that the system belongs to after the parameter –d, for example, /dev/hda、 /dev/hdb The parameter –p is the partition number of vfat partition, /dev/hda1 uses -p 1, and /dev/sda2 uses -p 2. The parameter –l is followed by the location of the efi startup file in the partition that the guiding option points to. Please use “\\”to express the class of content. For example, /EFI/asianux/elilo.efi should be written into \\EFI\\asianux\\elilo.efi. 1.4 Boot successfully Whatever is used (CDs or floppy), it will appear an installation startup interface of Asianux 2.0 after booting successfully. The hints and the prompt “boot:” will appear on the screen,then you can enter the graphics-mode installation interface after pressing <enter> or just waiting for a while. Boot from CD successfully If it need to use text installation mode, input “linux text” under the prompt “boot:”, then press <enter>. If it need to use expert installation mode, input “linux expert” under the prompt “boot:”, then press <enter>. It is suggested to use graphics-mode installation mode; because it has friendly interface and can be operated easily. And it also supplies the LVM setting function that can not be supplied under text installation mode. In normal situation, it just need to use acquiescent options. Pay attention to the leading message to check that if the 5 Linux kernel has examined the hardware of computer. If the hardware has been examined correctly, we can carry the following procedure of installing. ¾ Concerning text installation mode The operating steps of text installation mode are similar with graphics-mode installation, it just changes its interface, and the setting and using method are also similar. If the text installation mode is necessary, please refer to the next chapter about the introduction of graphics-mode installation. Currently, hard-disk installation mode, FTP installation mode and HTTP installation mode just supply text installation interface. ¾ Concerning expert installation mode Expert installation mode adopt text interface to supply drive support that some installation program do not supply for some special hardware. Currently, these special hardware are mostly SCSI adapters, RAID equipment or NIC. Asianux 2.0 installation program has already supplied hundreds of drives of this kind of equipment for users. But to the types that do not include, it needs to use drive floppy or drive CDs to load drives thought expert installation mode. In expert installation mode, installation program will ask users whether a drive disk is needed. Then select to load drive program from floppy drive or CD drive. If you do not need equipment that is not supported during your installing of Asianux 2.0, the drive disk does need here. You can add the support of this equipment after completing installation. Asianux 2.0 has its own format of drive floppy, if it can not match the format, it may lead to load incorrectly. 2. Installation of Asianux 2.0 It is written above that installation program can use text interface installation mode as well as graphic installation mode. This chapter will introduce the detailed steps of installation of Asianux 2.0 by taken examples of graphic installation mode. We consumingly advise you to use graphic installation mode to carry out the installation; because it has friendly interface and can be operated easily, and it also include the LVM configuring function that cannot be supplied under text installation mode. If the text installation mode is n necessary, you can also get necessary information from the explanation of graphic installation mode in this chapter. 6 2.1 Starting installation Complete the booting of installation program, and enter the graphic installation interface as the following picture shows. Starting installation Red Flag Server supply uniform graphic installation interface style, the left side of the screen list all the steps that will pass during the entire installation and shows the current step; the right shows the configuring options of relevant installation steps and the parameter configuring interface. At the bottom of the screen, there has three buttons: “Exist” means you can exit the installation program at any time, and restart the computer; “Back” means you can return to the above interface; “Next” means that the current option is affirmed and it will enter the next installation step.
Recommended publications
  • Eyelink 1000 Installation Guide
    EyeLink® 1000 Installation Guide Tower, Desktop, LCD Arm, Primate, and Long Range Mounts Remote, 2000 Hz and Fiber Optic Camera Upgrades Version 1.5.0 Copyright ©2005-2009, SR Research Ltd. EyeLink is a registered trademark of SR Research Ltd., Mississauga, Ontario, Canada Read instructions before use. US Entela Safety Mark: Compliance of this product with UL 60950 3rd Edition, CSA C22.2 No 60950-00-CAN/CSA is certified by Entela, an independent testing body. C Certified CLASS 1 LED DEVICE IEC 60825-1 (Ed. 1.2:2001) CONTACT ADDRESS SR Research Ltd. 5516 Osgoode Main St., Ottawa, Ontario, Canada K0A 2W0 Fax: 613-482-4866 Phone: 613-826-2958 Toll Free: 1-866-821-0731 Email: [email protected] http://www.sr-research.com/ ii © 2005-2009 SR Research Ltd. Table of Contents 1. Introduction ....................................................................................................... 1 1.1 Suggested Equipment Layout ............................................................. 2 2. Installation and System Cabling .................................................................. 4 2.1 Unpacking ......................................................................................... 4 2.2 Display PC Hardware Installation ....................................................... 4 2.3 Setting up the Host PC ....................................................................... 5 2.3.1 Rebuilding the Host PC ............................................................................... 6 2.4 Host PC Wiring .................................................................................
    [Show full text]
  • Implementing Hard Drives 10
    All-in-1 / A+ Certification Exm Gde, 6th Ed. / Meyers / 6311-3 CHAPTER Implementing Hard Drives 10 In this chapter, you will learn how to • Explain the partitions available in Windows • Discuss the formatting options • Partition and format hard drives • Maintain and troubleshoot a hard drive From the standpoint of your PC, a new hard drive successfully installed is nothing more than a huge pile of sectors. CMOS sees the drive; it shows up in your autodetect screen and BIOS knows how to talk to the drive; but as far as an operating system is concerned, that drive is unreadable. Your operating system must organize that big pile of sectors so you can create two things: folders and files. This chapter covers that process. Historical/Conceptual After you’ve successfully installed a hard drive, you must perform two more steps to translate a drive’s geometry and circuits into something usable to the system: partition- ing and formatting. Partitioning is the process of electronically subdividing the physical hard drive into groups of cylinders called partitions (or volumes). A hard drive must have at least one partition, and you can create multiple partitions on a single hard drive if you wish. In Windows, each of these partitions typically is assigned a drive letter such as C: or D:. After partitioning, you must format the drive. This step installs a file system onto the drive that organizes each partition in such a way that the operating system can store files and folders on the drive. Several different types of file systems are used in the Windows world.
    [Show full text]
  • Acronis Os Selector As a Boot Manager
    User's Guide OS Selector 8.0 Compute with confidence www.acronis.com Copyright © SWsoft, 2000-2002. All rights reserved. Linux is a registered trademark of Linus Torvalds. OS/2 is a registered trademarks of IBM Corporation. UNIX is a registered trademarks of The Open Group. Windows and MS-DOS are registered trademarks of Microsoft Corporation. All other trademarks and copyrights referred to are the property of their respective owners. Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. Distribution of the work or derivative work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. DOCUMENTATION IS PROVIDED «AS IS» AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. END-USER LICENSE AGREEMENT BY ACCEPTING, YOU (ORIGINAL PURCHASER) INDICATE YOUR ACCEPTANCE OF THESE TERMS. IF YOU DO NOT WISH TO ACCEPT THE PRODUCT UNDER THESE TERMS YOU MAY CHOOSE NOT TO ACCEPT BY SELECTING "I decline..." AND NOT INSTALLING THE SOFTWARE. The OS Selector (the Software) is copyright © 2000-2002 by SWsoft. All rights are reserved. The ORIGINAL PURCHASER is granted a LICENSE to use the software only, subject to the following restrictions and limitations. 1. The license is to the original purchaser only, and is not transferable without prior written Permission from SWsoft. 2. The Original Purchaser may use the Software on a single computer owned or leased by the Original Purchaser.
    [Show full text]
  • DLCC Software Catalog
    Daniel's Legacy Computer Collections Software Catalog Category Platform Software Category Title Author Year Media Commercial Apple II Integrated Suite Claris AppleWorks 2.0 Claris Corporation and Apple Computer, Inc. 1987 800K Commercial Apple II Operating System Apple IIGS System 1.0.2 --> 1.1.1 Update Apple Computer, Inc. 1984 400K Commercial Apple II Operating System Apple IIGS System 1.1 Apple Computer, Inc. 1986 800K Commercial Apple II Operating System Apple IIGS System 2.0 Apple Computer, Inc. 1987 800K Commercial Apple II Operating System Apple IIGS System 3.1 Apple Computer, Inc. 1987 800K Commercial Apple II Operating System Apple IIGS System 3.2 Apple Computer, Inc. 1988 800K Commercial Apple II Operating System Apple IIGS System 4.0 Apple Computer, Inc. 1988 800K Commercial Apple II Operating System Apple IIGS System 5.0 Apple Computer, Inc. 1989 800K Commercial Apple II Operating System Apple IIGS System 5.0.2 Apple Computer, Inc. 1989 800K Commercial Apple II Reference: Programming ProDOS Basic Programming Examples Apple Computer, Inc. 1983 800K Commercial Apple II Utility: Printer ImageWriter Toolkit 1.5 Apple Computer, Inc. 1984 400K Commercial Apple II Utility: User ProDOS User's Disk Apple Computer, Inc. 1983 800K Total Apple II Titles: 12 Commercial Apple Lisa Emulator MacWorks 1.00 Apple Computer, Inc. 1984 400K Commercial Apple Lisa Office Suite Lisa 7/7 3.0 Apple Computer, Inc. 1984 400K Total Apple Lisa Titles: 2 Commercial Apple Mac OS 0-9 Audio Audioshop 1.03 Opcode Systems, Inc. 1992 800K Commercial Apple Mac OS 0-9 Audio Audioshop 2.0 Opcode Systems, Inc.
    [Show full text]
  • Red Hat Linux 7.3 the Official Red Hat Linux X86
    Red Hat Linux 7.3 The Official Red Hat Linux x86 Installation Guide Red Hat Linux 7.3: The Official Red Hat Linux x86 Installation Guide Copyright © 2002 by Red Hat, Inc. Red Hat, Inc. 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754 3700 Phone: 888 733 4281 Fax: +1 919 754 3701 PO Box 13588 Research Triangle Park NC 27709 USA rhl-ig-x86(EN)-7.3-HTML-RHI (2002-04-05T13:43-0400) Copyright © 2002 by Red Hat, Inc. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. Distribution of the work or derivative of the work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. The admonition graphics (note, tip, and so on) were created by Marianne Pecci <[email protected]>. They may be redistributed with written permission from Marianne Pecci and Red Hat, Inc.. Red Hat, Red Hat Network, the Red Hat "Shadow Man" logo, RPM, Maximum RPM, the RPM logo, Linux Library, PowerTools, Linux Undercover, RHmember, RHmember More, Rough Cuts, Rawhide and all Red Hat-based trademarks and logos are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries. Linux is a registered trademark of Linus Torvalds. Motif and UNIX are registered trademarks of The Open Group.
    [Show full text]
  • Reconfiguring the MBR for Multiple Boot Installations
    Hentzenwerke Whitepaper Series Reconfiguring the MBR for Multiple Boot Installations By Whil Hentzen I©ve written a couple of articles on multiple boot configurations. Upon adding a third operating system to a dual-boot machine, I managed to overwrite the machine©s MBR (master boot record) so that it pointed to the wrong bootloader. This paper addresses the solution. Hentzenwerke Publishing, Inc. · [email protected] · www.hentzenwerke.com Reconfiguring the MBR for Multiple Boot Installations Page 2 1. Preface 1.1 Copyright Copyright 2007 Whil Hentzen. Some rights reserved. This work is licensed under the Creative Commons Attribution- NonCommercial-NoDerivs License, which basically means that you can copy, distribute, and display only unaltered copies of this work, but in return, you must give the original author credit, you may not distribute the work for commercial gain, nor create derivative works based on it without first licensing those rights from the author. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/. 1.2 Revisions 1.2.1 History Version Date Synopsis Author 1.0.0 2007/12/03 Original WH 1.2.2 New version The newest version of this document will be found at www.hentzenwerke.com. 1.2.3 Feedback and corrections If you have questions, comments, or corrections about this document, please feel free to email me at ©[email protected]©. I also welcome suggestions for passages you find unclear. 1.3 Acknowledgments Thanks to MLUG members Ron Bean, Glenn Holmer, Gary Kramlich, among others, for pointers and suggestions, and to Ted Roche, for patiently reviewing version 1.0 and nitpicking every misplaced git.
    [Show full text]
  • Netbackup System Administrator's Guide for Windows, Volume II
    VERITAS NetBackupTM 6.0 System Administrator’s Guide, Volume II for Windows N152598 September 2005 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes no warranty of any kind with regard to this manual, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. VERITAS Software Corporation shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this manual. VERITAS Legal Notice Copyright © 1993-2005 VERITAS Software Corporation. All rights reserved. VERITAS, the VERITAS Logo, and NetBackup are trademarks or registered trademarks of VERITAS Software Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners. Portions of this software are derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm. Copyright 1991-92, RSA Data Security, Inc. Created 1991. All rights reserved. VERITAS Software Corporation 350 Ellis Street Mountain View, CA 94043 USA Phone 650-527-8000 Fax 650-527-2908 www.veritas.com Third-Party Copyrights For a list of third-party copyrights, see the NetBackup Release Notes appendix. ii NetBackup System Administrator’s Guide for Windows, Volume II Contents Preface . xiii Getting Help . xiii Finding NetBackup Documentation . xiii ▼ To access the NetBackup online glossary . xiv Accessing the VERITAS Technical Support Web Site . xiv Contacting VERITAS Licensing . .xv Accessibility Features . .xv Comment on the Documentation . xvi Chapter 1. Access Management . .1 NetBackup Access Management Components . 2 VxSS Components . 2 Root Broker .
    [Show full text]
  • Redcell™ System Commander
    Redcell™ System Commander Redcell System Commander is an agentless systems management solution for health monitoring, compliance auditing, troubleshooting and patching multi-vendor client and server environments. Key functions are deep system and client discovery, inventory management and reporting, configuration, health management, remote access and control, patch provisioning, and performance monitoring. Key Benefits Redcell’s consolidated view of the datacenter offers IT administrators the power and flexibility to manage their servers and clients with a customizable permission-based graphical user interface Increase Operational Efficiency (GUI). Real-time configuration management offers normalized presentations of multi-vendor • Reduce errors when performing tasks environments and can greatly reduce or even eliminate the need for maintaining, licensing, and like discovery and group operations training IT staff on the use of multiple solutions. • Centrally register and track all Systems Component elements Redcell System Commander supports the health monitoring and remote management of any system including status, credentials, with CIM indications, SNMP traps and/ or a BMC (Baseboard Management Controller) compatible management attributes and with IPMI v1.5 or above. IPMI allows a standards-based approach for monitoring systems health relationships • Using the common set of and remotely managing heterogeneous system types regardless of OS type and power state. configuration primitives that are Redcell can integrate seamlessly into existing framework deployments by acting as a consolidation vendor-and device-independent point for SNMP or Syslog events from previously deployed Third party agents. Redcell’s hardware manner shortens learning period and and OS patch provisioning lets IT administrators push BIOS, Firmware, OS Driver and security reduces chance of errors in day-to-day TM operations updates out to managed Windows systems and groups of systems across the network from one central console.
    [Show full text]
  • Microsoft Windows Millennium README for General Information June 2000
    ------------------------------------------------- Microsoft Windows Millennium README for General Information June 2000 ------------------------------------------------- (c) Copyright Microsoft Corporation, 1999 This document provides complementary or late-breaking information to supplement the Microsoft Windows Millennium (Windows Me) documentation. ------------------------ HOW TO USE THIS DOCUMENT ------------------------ To view General.txt on-screen in Notepad, maximize the Notepad window. To print General.txt, open it in Notepad or another word processor, and then on the File menu, click Print. -------- CONTENTS -------- STARTUP PROBLEMS APPLETS LARGE DISK SUPPORT (FAT32) DRIVERS PAN-EUROPEAN - KNOWN ISSUES USING ACCESSIBILITY SHORTCUTS IN HELP LOGITECH WHEEL MOUSE ----------------------------- STARTUP PROBLEMS ================= System Detection Error - BIOS Could Lead to Data Loss ----------------------------------------------------- If your computer displays the following message: System Detection Your computer uses a BIOS that could lead to data loss if you run Windows Me. Please update the BIOS before installing Windows Me. For more information, contact your computer manufacturer. You can still install Windows Me by following the procedure below. NOTE: Microsoft takes no responsibility for any damage that may result from this operation. 1. Copy the contents of the Windows Me CD-ROM to your hard disk. 2. At the Command prompt, type: extract precopy2.cab msdet.inf 3. At the command prompt, type: edit msdet.inf 4. On the Search menu, select Find. 5. In the Find What box, type: [BadDSBios] 6. Select Find Now. 7. Insert a semicolon before each of the two lines following the [BadDSBios] heading. 8. Save your changes, and then run Setup again. APPLETS ======== HyperTerminal: Known Problems and General Information ----------------------------------------------------- - When it receives a file, HyperTerminal cannot determine whether the disk is full.
    [Show full text]
  • Red Hat Enterprise Linux 3 Installation Guide For
    Red Hat Enterprise Linux 3 Installation Guide for the x86, Itanium™, and AMD64 Architectures Red Hat Enterprise Linux 3: Installation Guide for the x86, Itanium™, and AMD64 Ar- chitectures Copyright © 2003 by Red Hat, Inc. Red Hat, Inc. 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754 3700 Phone: 888 733 4281 Fax: +1 919 754 3701 PO Box 13588 Research Triangle Park NC 27709 USA rhel-ig-x8664-multi(EN)-3-Print-RHI (2003-07-25T17:10) Copyright © 2003 by Red Hat, Inc. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. Distribution of the work or derivative of the work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. Red Hat, Red Hat Network, the Red Hat "Shadow Man" logo, RPM, Maximum RPM, the RPM logo, Linux Library, PowerTools, Linux Undercover, RHmember, RHmember More, Rough Cuts, Rawhide and all Red Hat-based trademarks and logos are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries. Linux is a registered trademark of Linus Torvalds. Motif and UNIX are registered trademarks of The Open Group. Intel and Pentium are a registered trademarks of Intel Corporation. Itanium and Celeron are trademarks of Intel Corporation. AMD, Opteron, Athlon, Duron, and K6 are registered trademarks of Advanced Micro Devices, Inc.
    [Show full text]
  • Software Libre Vs Software Propietario Ventajas Y Desventajas
    Software libre vs software propietario Ventajas y desventajas Culebro Ju´arez, Montserrat. G´omezHerrera, Wendy Guadalupe. Torres S´anchez, Susana. M´exico,Mayo 2006. ii ´Indice general Agradecimientos. VII Pr´ologo. IX Introducci´on. 1 1. Conceptos fundamentales sobre software. 3 1.1. Definici´onde software. 3 1.2. Definici´onde software libre. 3 1.3. Definici´onde software propietario. 4 1.3.1. Software propietario. 4 1.3.2. Objeciones al t´ermino “propietario”. 5 1.3.3. Software privativo. 5 1.3.4. Objeciones al t´ermino “privativo”. 5 1.3.5. Software no libre. 5 1.3.6. Objeciones al t´ermino “no libre”. 5 1.3.7. Software privado. 5 1.3.8. Objeciones al t´ermino “privado”. 6 1.3.9. Software con propietario. 6 1.3.10. Objeciones al t´ermino “con propietario”. 6 1.4. Software semilibre. 6 1.5. Freeware. 6 1.6. Shareware. 7 1.7. Abandonware. 7 1.8. Warez. 7 2. Visi´onhist´oricadel software. 9 2.1. La importancia del software. 9 2.2. Incursi´onde los hackers. 10 2.3. La cultura Unix. 10 2.4. GNU. 11 2.5. Libertad y costo. 12 2.6. Linux. 12 2.7. Open Source (c´odigoabierto). 14 2.8. El papel del software libre en el crecimiento de Internet. 14 2.9. Formatos abiertos. 15 2.10. Visi´onhist´oricadel Software propietario (Microsoft). 15 iii 3. Copyright, copyleft y patentes. 17 3.1. Copyright. 17 3.1.1. Derecho de autor y Copyright. 17 3.1.2. El contrato de copyright.
    [Show full text]
  • The Need for Hands-On IT Classes Honors Thesis I by Jeff Squibb I I I I I I I I I I I I I I Hands-On IT 2
    Southern Illinois University Carbondale OpenSIUC Honors Theses University Honors Program 5-2000 The eedN For Hands-On IT Classes Jeffery L. Squibb Southern Illinois University Carbondale Follow this and additional works at: http://opensiuc.lib.siu.edu/uhp_theses Recommended Citation Squibb, Jeffery L., "The eN ed For Hands-On IT Classes" (2000). Honors Theses. Paper 139. This Dissertation/Thesis is brought to you for free and open access by the University Honors Program at OpenSIUC. It has been accepted for inclusion in Honors Theses by an authorized administrator of OpenSIUC. For more information, please contact [email protected]. I Hands-On IT 1 I I I I The need for Hands-On IT Classes Honors Thesis I By Jeff Squibb I I I I I I I I I I I I I I Hands-On IT 2 I Contents I Abstract 5 Hands On Classes for Sill 6 I History Of the Internet 6 IT Employment Outlook 7 The gap between supply and demand 8 I The hottest. most in demand jobs 9 The skills workers need to grab one ofthese hot jobs 9 The best ways for workers to acquire these skills 10 I Hands On Classes 13 The Internet Future 15 SIU Benefits 16 I ELM 415 Advance Telecommunications Class Structure 16 Master Syllabus 17 ELM Independent Study - Advanced Telecommunications Presentation Outline 23 I Cisco 2503 Router Configuration 25 3ComImpact 10 EXTERNAL ISDN MODEM 32 Installing Windows NT Server 4.0 41 I Beginning Installation 41 What You Should Know Before Running Setup 41 System Requirements 43 I Starting Setup 43 Configuring a Mass Storage Device 45 Verifying Your Hardware 45 I
    [Show full text]