Search results

  1. H

    Screencapture Command and Multiple Monitors

    I need to totally automate a screencapture command for each screen attached to a Mac Pro, running either Snow Leopard or Lion. This would happen hourly, saving each file to the Sites directory, for viewing online (e.g. MONITOR1 -> ~/Sites/monitor1.png, MONITOR2 -> ~/Sites/monitor2.png). This...
  2. H

    SSH and Lion 10.7.1

    I can't ssh into any machine running Lion (10.7.1). I've tried from Lion to Lion, Snow Leopard to Lion, Leopard to Lion, and Tiger to Lion. All produce this error: ssh_exchange_identification: Connection closed by remote host In fact, I can't even log in from one machine into itself...
  3. H

    Rsync and Cron: Mismatched Identical Backups

    I'm running an rsync backup script via cron on several machines in our office. Each is using the same parameters. The first rsync process is between one machine and another on the LAN. The second is between one machine and an offsite machine; both are on consumer grade cable connections, with...
  4. H

    Problem: Scheduling rsync with include-from/exclude-from file

    I've written a bash script which uses rsync (rsync.sh) to back up a user's home folder. Some directories can be excluded, so I've specified an external file (filelist.txt) for the include-from and exclude-from options. The script is run from the source machine. The rsync command uses ssh, with...
  5. H

    PEAR XML_Serializer Package Install Failure on Tiger

    I've installed PHP 5.2.9 and PEAR seems to have installed correctly. However, when I use the command, /usr/local/bin/pear install XML_Serializer-0.19.2 to try to install XML_Serializer, it goes through downloading, then fails with an error, Warning...
  6. H

    Empty Remote Folder Via Shell Script

    I want to empty a folder on a web server via shell script. My current code doesn't work. rm myusername@ssh.mydomain.com:./public_html/images/*.* What would be the correct way?
  7. H

    launchd WatchPaths not triggered by CGI file change

    I have a Launch Agent watching a directory (WatchPaths). When a file is added, removed, or altered by user interaction, the Agent is triggered. However, I need it to be triggered by updates being made by a CGI script -- which it is not currently doing.
  8. H

    Upload Script Help Needed

    Hi all. I'm a UNIX n00b with a specific task I want to accomplish. I need something that can run in the background, without taking up much memory or processor power. I don't know anything about shell scripting, so any help would be appreciated. Here's what I need to do: 1) watch a...
Back
Top