Recent content by DominikHoffmann

  1. D

    How to convert between date formats on the command line

    I'm looking for the time in seconds since Jan. 1, 1970.
  2. D

    How to convert between date formats on the command line

    That command produces the output usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
  3. D

    How to convert between date formats on the command line

    How would I convert a string, such as 2012-01-31 18:54:55 +0000 into the format of the date -j -f "%a %b %d %T %Z %Y" "`date`" "+%s" i.e., Epoch time?
  4. D

    Help with multiple input redirections in find -exec command {}

    I'm getting help on this in the forums of the Apple Support Communities at <https://discussions.apple.com/message/17459391>. As of this writing the thread is still developing.
  5. D

    Help with multiple input redirections in find -exec command {}

    I currently have a cron job that clears out all files in a scratch directory that are older than 14 days: find SomeDirectory -ctime +14 -print -exec rm -R {} \; > ~/Library/Logs/delete.log 2>&1 I run it once every night, and it makes sure that this directory doesn't grow out of bounds...
  6. D

    Need copy of Acrobat 4 installation CD

    That's exactly the listing from which I purchased my used copy.
  7. D

    Need copy of Acrobat 4 installation CD

    I recently obtained a Wallstreet PowerBook G3 on eBay for the express purpose of resurrecting a number of valuable Adobe fonts from floppy disk. That was the last laptop system that had floppy disks. I had thought, I could use the floppy disk drives in Classic while booted into Jaguar, but...
  8. D

    Need copy of Acrobat 4 installation CD

    Somebody was selling a copy on Amazon for $6.96, including shipping. Can't beat that.
  9. D

    Need copy of Acrobat 4 installation CD

    Nothing there currently, but I have an automatic search going.
  10. D

    Need copy of Acrobat 4 installation CD

    Hi: I have found myself needing to resurrect some old files that were created under Mac OS. To that end I need a copy of the Acrobat 4.0 CD. I do have the installation code from back then (1998 or so). Is there anyone who could help? Dominik Hoffmann
  11. D

    Why does ZFS volume look like a DMG?

    I installed zfs-119 on a PowerMac G4 running 10.5.5 without problems. I then formatted three drive mechanisms with these commands diskutil partitiondisk /dev/disk0 GPTFormat ZFS %noformat% 100% diskutil partitiondisk /dev/disk1 GPTFormat ZFS %noformat% 100% diskutil partitiondisk /dev/disk2...
  12. D

    Leopard Server on new Mac Mini?

    I have since found out about LeopardAssist,which is free. Dominik Hoffmann
  13. D

    Swapping hard drives in an Xserve drive module

    I am aware of the fact that the G4 Xserve models use different drives from the G5 and Intel Xserves, whose drive modules are interchangeable. If I buy a used Xserve with small-capacity drive modules, what type of drive mechanism should I buy, in order to make an upgrade-swap? Likewise, what...
  14. D

    Leopard Server on new Mac Mini?

    Any idea how to hack it so that it can be installed on a G4 733 MHz (Digital Audio) system? I am currently running 10.4 Server on it without a problem.
Back
Top