TerminalYour IP: 38.107.191.84
Modules
· Home
· Links
· Survey
· Archive
· Statistics
· Forums
· FUD
Last Forum Post
Xerox Why oh why did I stay on the line.
Idle on March 24 @ 19:09:52
Login
User:
Pass:
Save:
Powered By
Random Quotes

There is scarcely anything in the world that some man cannot make a little worse, and sell a little more cheaply. The person who buys on price alone is this man's lawful prey.
· John Ruskin

Survey
iphone
Want one
Need one
Desire one

7 votes registered
Results
Information
Seriously? (0) Digg It
by Idle at 15:22:58 on December 31 2009
Today, I walked into the office to do some emergency repairs, and came across an out of place ethernet cable. I decided to trace it back to its source. I started at the wall jack that it was connected to:

And kept tracing it back:



Until I finally found the source; a new "server":
And then I looked directly next to it:
Yes, it is connected to that same switch, via a loop around the entire office. *sigh*
A Teacher, a Student and a Church-State Dispute (0) Digg It
by Idle at 17:36:46 on March 11 2009
Below is a snippet from Neil deGrasse Tyson's website. It brilliantly makes a point.
New York Times
December 21, 2006
To the Editor:

People cited violation of the First Amendment when a New Jersey schoolteacher asserted that evolution and the Big Bang are not scientific and that Noah's ark carried dinosaurs.

This case is not about the need to separate church and state; it's about the need to separate ignorant, scientifically illiterate people from the ranks of teachers.

Neil deGrasse Tyson
New York, Dec. 19, 2006
Time machine woes (0) Digg It
by Idle at 16:42:39 on February 03 2009
I recently had my poor MacBook pro die on me. It took a few tumbles in the shoddy bag that I got from work, as well as got "crushed" on the CDRom. I can see why they redesigned the entire line.

In any case, I had over a years worth of time machine backups that I really did not want to lose. After googleing, I found 10.5: Repair Time Machine after logic board changes, which I though was going to solve all of my issues. Suffice it to say, it did not. It had the general principal correct, but didn't actually solve the issue. So, here is my guide that will ensure you get your backups back.

First, start as he did and get your mac address. Since you will be doing almost everything in the console, you should just use:
ipconfig | grep -A 1 en0

Next, change directory to the time machine disk. This should be /Volumes/ĞDISKNAMEğ, where DISKNAME is the disk name. You will find the .001122334455 file of your old machine's mac, as well as your new machine. If you backup multiple macs to the same time machine drive, then you will find several of these files. Your next step is to disable filesystem ACL's on the time machine disk.
sudo fsaclctl -p /Volumes/Time Machine -d

Then you will need to find the old mac address, then write the new mac address (from above).
sudo xattr -p com.apple.backupd.BackupMachineAddress MyMac
sudo xattr -w com.apple.backupd.BackupMachineAddress MyMac


You will need to move the old hidden file to the new mac address name. The filename is the mac without the colons, and preceded by a decimal (standard unix hidden file).
cd ..
mv .001122334455 .998877665544


Lastly, enable filesystem ACL's again.
sudo fsaclctl -p /Volumes/Time Machine -e

Now "Safe" eject the drive (right click and eject), then reinsert it.

Now, if you are a "defaults only" user, this will work. However, I am not a defaults only user.

Personally, I found that deleting the hidden file, then retargeting time machine with "Change Disk" seemed to work a little better. But, it wasn't actually finding my data. Everything was locked, and it only had a folder called "MacBurger" with all of my data in it, which was a pain since I couldn't get to them with iCal/Address book. As it turns out, you should rename your new hard drive to the name of the old hard drive to get a proper backup. Unplug it and plug it back in, everything will work.
Creation Science (0) Digg It
by Idle at 16:19:01 on June 05 2008
The worlds biggest oxymoron now has its own museum! I refuse to link directly to it, but it is in Big Valley. I intend to take a trip down there this summer and listen (genuinely) to what they have to say.
How to not be a douche bag client (0) Digg It
by Idle at 10:32:45 on May 21 2008
  1. When you ask for computer advice, then don't take it, it is not the computer guys fault for not pushing it.
  2. When you get advice from your computer guy, he is not trying to sell you something.
  3. Do not lie to the computer guy. If your machine is slow, say so. Yes, you need a new computer. No, he's not just trying to make a buck.
  4. If you have a long history of complaining that computer service costs money, your computer guy will stop recommending the best solution, and will switch to the cheapest solution.
  5. No, I cannot fix a broken hard drive/virus scanner/etc over the phone.
  6. Moving your OS from one hard drive to another, is not a 20 minute task. Do not stand around and expect it to happen before your eyes.
  7. Recovering all of the data you refused to backup from a dead hard drive, is NOT a free service, nor will the hard drive manufacturer pay for said service.
  8. My time is not free. Get over it.
  9. Don't send your young attractive female employee to flirt with the computer guy in the hopes of getting a discount. It is insulting, and considered harassment.
  10. Computer guys make mistakes. We do the best we can, but we are human. Remember, the number of mistakes we make pale in comparison to the number you make, and how many times have we saved your bacon and understated your stupidity.
  11. Most importantly, if you are not backing up, and your computer guy has told you to back up, you should step away from the computer, and go back to an abacus/drafting table, because you are too stupid to use your computer.
OS X and Extended Attributes (0) Digg It
by Idle at 12:23:52 on April 30 2008
After copying a few thousand files from one drive to another on an old Panther server, many of the files didn't act the same. That is, they didn't open with the same program. File associations don't matter in this case, because there is several versions, each needing its own version, so a blanket change won't help. So, after some research, I was unable to find a good solution, so instead, I wrote a xattr copy python script. I have posted it here for everyone to have and use. Its simple, but its all thats needed.
Generated in: 6.322 ms