Search results

  1. sourcehound

    How can i control my mac from a pc?

    If you have Tiger, you don't even have to install the VNC server. Just make sure Apple Remote Desktop is enabled in the Sharing System Preference, and check the option that says "VNC viewers may control screen with password" and specify that password. The Apple Remote Desktop VNC service always...
  2. sourcehound

    How can I share photos among other accounts on same Mac?

    That's the right solution, IMHO, just make sure that each user points their iPhoto library at that folder if that's what it's for....
  3. sourcehound

    How do I change my .tcshrc file?

    If you want to edit invisible system files like the .bash_profile file (you have to create it, just follow the same instructions I gave before: 1. Open Terminal 2. do "touch .bash_profile" 3. echo 'the string you got from that site' 4. log out and back in If you're working with...
  4. sourcehound

    Howto Specify a Group Using Access Control Lists

    The "admin" group is group 80, one of the builtin OS X groups and the group specified in /etc/sudoers, so changing its name is a bad thing. It's better to create a new group, and nest the admin group inside, then specify the new group in the ACL. However, I do have to say that the ACLs are...
  5. sourcehound

    KDE and X11

    If you used Fink to install it, try "Fink remove kde-base"
  6. sourcehound

    How do I change my .tcshrc file?

    Try creating the .bash_profile file and editing that instead of .tcshrc, that ***should*** work for you. man bash for more info....
  7. sourcehound

    Command to list hard drives?

    df is the command you're looking for....
  8. sourcehound

    sober x

    I'll agree that NAV (Norton AntiVirus) version 9 had some serious bugs initially, but I can also say that version 10 is much much better and rock solid on our customer's Tiger and Panther systems. While ClamAV is nice, it doesn't remove viruses, just detects them. Intego is unproven, while NAV...
  9. sourcehound

    OS9/OSx (?)

    If you're going to upgrade to Tiger, make sure you save your Classic System Folder before wiping the drive, as the retail version of Tiger doesn't include Classic or OS 9, and hasn't since OS X 10.1. Therefore, if you don't have the original CDs, make sure you save your installation, or be...
  10. sourcehound

    New iMac G5 but sluggish

    Try downloading and running my application, Mac HelpMate, to see if there's anything out of the ordinary. I would do the following: 1. repair permissions 2. clean user caches 3. clean caches 4. validate preference files If any of the preference files come up as corrupt, toss 'em.
  11. sourcehound

    Audio .mov to .mp3 how to convert?

    Import the .movs into iMovie iMovie will let you export the soundtrack as AAC, that should work just fine!
  12. sourcehound

    How do I change my .tcshrc file?

    Tiger uses bash as the default shell, not tcsh. If you want to use tcsh, simply type "tcsh" at the command prompt. Then, while in your home directory, simply issue "touch .tcshrc" and then "echo 'limit stacksize unlimited' > .tcshrc Quit Terminal, type tcsh at the prompt, and it should read...
  13. sourcehound

    Front Row no longer coming up

    Much like reapplying a combo updater can fix some OS X System-Level issues, it's not a bad idea to download the Front Row 1.0.1 updater from Apple's site and reinstalling it. If anything's corrupt or missing, that might fix it.
  14. sourcehound

    Can Someone PLEASE Help Me with AppleScript?

    I agree with Bob, MacScripter is the best place to go for help learning AppleScript. Sourcehound, author of Mac HelpMate (made with AppleScript) http://www.macworkshops.com/machelpmate
  15. sourcehound

    play wmv files on mac??

    Get used to it. DRM is where we're headed. And it sucks. Sourcehound, author of Mac HelpMate http://www.macworkshops.com/machelpmate ACSA, ACTC, MCP, APP, Mac IT Trainner and MacTech Columnist http://www.macworkshops.com
  16. sourcehound

    Optimize your Mac OS X!

    I wrote a similiar application for Tiger called Mac HelpMate, and it does most of what Onyx does, but it can be automated to run on a schedule as well. It also has many diagnostic and troubleshooting tools in addition to optimization functions. We OS X users now have an embarassment of riches...
  17. sourcehound

    SCSI to USB adapter?

    The PM 6500 has two PCI slots, so a ~$15 USB PCI card would do the trick. But why not get one with both Firewire and USB? Sourcehound, author of Mac HelpMate http://www.macworkshops.com/machelpmate ACSA, ACTC, MCP, APP, Mac IT Trainner and MacTech Columnist http://www.macworkshops.com
  18. sourcehound

    Remote-X not working (MacOS as Client)

    use SSH -X from Xterm after launching X11 on your OS X system to connect to your remote system then you're golden.... Sourcehound, author of Mac HelpMate http://www.macworkshops.com/machelpmate ACSA, ACTC, MCP, APP, Mac IT Trainner and MacTech Columnist http://www.macworkshops.com
Back
Top