Recent content by afflictedd2

  1. A

    need to retrieve automatically saved password

    Hi everyone, My grandfather does not remember his password on a Mac computer. I am trying to figure it out for him, because his gmail account logs in automatically. Is there some way I can get the password for him, is it saved somewhere? Regards, Ted
  2. A

    Trouble with textmate

    Hi everyone, I am trying to use textmate from commandline as: mate file.txt but it doesn't work anymore after adding /sw/lib to my DYLD_LIBRARY_PATH. This is annoying because I want to be able add "/sw/lib" to my path as I have some programs there I want to use. How can I fix this issue...
  3. A

    How do I make MacOS work with Java6

    Yeah I have changed the preferences, it looks like the picture in the attachment.
  4. A

    How do I make MacOS work with Java6

    No. I have regular leopard OSX. Ted
  5. A

    How do I make MacOS work with Java6

    I cannot change where the Home directory of java is pointing to. I go to java preferences and set it to work with Java 6, but it keeps setting me to Java 5 when I set the JAVA_HOME='/Library/Java/Home' in my .Profile file. Java(TM) 2 Runtime Environment, Standard Edition (build...
  6. A

    accessing another users folders on my macbook pro

    Hi everyone, I have created a new user to install and work with hadoop. I find it annoying though that I cannot put stuff in the gui while I am in hadoop's home directory. Is there a way to allow my default user account to have access and permission on the user hadoop. Any help...
  7. A

    Browser keeps redirecting me to other stupid pages

    Hi SatComer, I tried what you told me to, but I don't see how I can remove the ip addresses that are listed under the DNS; I cannot even select them. Unless you really mean DND, but there is no such tab from what I see. Anyway, I have also noticed that I do not get this problem when I am at...
  8. A

    Browser keeps redirecting me to other stupid pages

    I see the following DNS Servers: 213.109.65.43 213.109.72.201 Search Domains: phub.net.cable.rogers.com Some of the pages that seem to redirect me: http://apps.facebook.com/cityville/tracks.php?src=ads&aff=31&crt=CV_Acq_IntlTier1_Eng-Speaking_20101112_CA Anywhere else where the...
  9. A

    Browser keeps redirecting me to other stupid pages

    I think I did what you just described a while ago. I'll try that DNSTrojan removal tool. Thanks for your help. Actually, I just tried it. It does not detect a DNSChanger trojan, so it is probably a different bug. Ted.
  10. A

    Browser keeps redirecting me to other stupid pages

    Hi everyone, I am using google chrome in my macbook pro, but the whenever I search something in google and click on some of the links I get redirected to annoying pages like...
  11. A

    playing sound from command line

    Hi everyone, I need to play a sound from command line, but without actually opening itunes or any of the sort. Anyone know how to do this? Ted.
  12. A

    Need to convert images in batch.

    Hi everyone, I need to convert a bunch of images with that are gif to png. I would like to do this in a batch instead of doing the process all myself. Any help appreciated, Ted.
  13. A

    trying to send email through script

    Trying to send mail with the following script, I substitute $1 with the email address I want to send the email to. #!/bin/bash # script to send simple email # email subject SUBJECT="SET-EMAIL-SUBJECT" # Email To ? EMAIL="$1" # Email text/message EMAILMESSAGE="/tmp/emailmessage.txt"...
  14. A

    How to upgrade ruby on MacOS

    Hi everyone, I want to upgrade ruby from 1.8.6 to 1.9.1. I've tried searching for a package on fink, but I only find version 1.8.6. I've also thought about building 1.9.1 from source, but I'm afraid it might screw up a lot of things. Ted.
  15. A

    passwordless ssh

    I did that before I started using SSH Keychain, but what I understand is that you have type it once for every terminal you start. (The agent must be running and the keys must be added to it. I'm not sure if this is done once, or every time you start the computer). Anyhow once I started using...
Back
Top