- Next steps
- Install 2GIB of memory
- Buy 4 x 512 MiB DIMM 168-pin SDRAM SDR (PC100) 3.3V unbuffered
- Install HDDs
- HDD IDE 120GB
- HDD IDE 120GB
- HDD SCSI 350GB
- HDD SCSI 350GB
- Install Mac OS X10.4.11 with Classic Support + Mac OS 9.2
- Install AirPort card
- Install video card
- Set-up AppleTalk network
- Add a processor upgrade board (PowerPC 601)
- Add a keyboard
- Add a mouse
- Add a video monitor
- Add external microphone
- Add a scanner (SCSI)
- Add a Printer
- Deployment lay-out
(insert ASCII drawing showing the set-up) - Configuration
- Devices:
- MoBo:
- Status:
- S/N:
- CPU: 1 x PowerPC 7400 (G4) @ 400 MHz
- P/N:
- Memory
- Type: DIMM 168-pin SDRAM SDR (PC100) 3.3V unbuffered
- Maximum: 2 GiB ( 4 x 512 MiB)
- Installed: 0 MiB
- Slot 1: empty (max 512 MiB)
- Slot 2: empty (max 512 MiB)
- Slot 3: empty (max 512 MiB)
- Slot 4: empty (max 512 MiB)
- Storage
- Ultra ATA/66 (ATA-5)
- HDD: none
- ODD: 5X DVD-ROM
- FDD: Zip 100
- Cables
- Internal
- flat ribbon 40-vias: IDE (HDD+ODD)
- flat ribbon 20-vias: FDD
- External
- Connectors:
- Internal
- PCI Slot 1:
- PCI Slot 2:
- SCSI card
- PCI Slot 3:
- AGP 133MHz 2X:
- AirPort
- External
- 1 x DB-25 (SCSI)
- Costs
- Acquisition (eBay): Eur45,00
- Links
- https://everymac.com/systems/apple/powermac_g4/specs/powermac_g4_400_agp.html
- https://manuals.info.apple.com/MANUALS/0/MA558/en_US/PowerMacG4_GigEthernetSetup.PDF
- Photos
To determine which is faster between find | cpio -pdvm and rsync for copying a large directory tree locally, we need to consider several factors: the nature of the operation, the tools' design, the system environment, and the specific use case. Let’s break this down based on the information provided in the web results and general knowledge about these tools. Overview of the Tools find | cpio -pdvm : find : Recursively lists all files and directories in a given path. cpio : A tool for copying files into or out of a cpio or tar archive. In this case, with the -pdvm options: -p : Pass-through mode (copy files from one directory tree to another). -d : Create directories as needed. -v : Verbose mod...
Comments
Post a Comment