mrbilldata
About
- Username
- mrbilldata
- Joined
- Visits
- 0
- Last Active
- -
- Roles
- member
- Badges
- 0
- Posts
- 489
Reactions
Comments
-
[quote]Originally posted by chych: rm is a standard unix deleting command, sudo just gives you root powers, how does this make a difference? It matters a lot. The system tries to keep you from doing really stupid things while you ar…
-
Are you one of those people that has used "sudo rm" ? If so, that is likely the reason. I have also seen that a few times running the original OS X if the system was shut down and a program was still running( apparently the OS did not properly…
-
I am clueless if this is meaningful. If I open a window on my UNIX workstation from my Mac, type an INS, and then dump it I get "[ 2 ~". [ 11-15-2002: Message edited by: MrBillData ]
-
[quote]Originally posted by Kecksy: thanks for step 3. I didn't know the "./" was required. That wasn't in the instructions I was using for writing scripts. The use of ./ is only needed if your environments PATH variable does not contain it.
-
What does "won't run" mean? How about telling us the error you get.
-
It use to be possible...
-
[quote]Originally posted by Not Unlike Myself: Okay, I have traditionally used this with floppies and zips. Lets say they get corrupt and crash the computer upon mounting. The solution? Stick in norton. Then holding the magic key(s) put in the bad …
-
I have a PB G3 Mainstreet(original 233MHz) and I average a new battery a year. A total of 4 so far. I have read dozens of forum/board threads on these short lived batteries and have never heard of anyone having the lights flash. If you get a…
-
If the 5.1 isn't from a CD or DVD you won't hear what you want anyway. MP3 and even MP4 copies of Dolby 5.1 recordings are corrupted and sound like Krahp.
-
Found original place table was posted:
-
[quote]Originally posted by Lew: ...On another note, how many pics can you get with a typical card? Need to factor in the cost of which card I need to buy with the camera. Thanks all. It all depends on the formats that your camera can save p…
-
I leave my systems up 24-7 and frequently turn on/off and even replace the Harddrives. "SCSI Probe" or "Mt Everything" can be used to remount the drive when needed. I have not upgraded so I do not know if these work with OS X. I am running 9.1 cur…
-
Of coarse the
-
I saw someone using one of these in New York yesterday, its called "Mine" by Terapin, he was using it to download photos from his camera. The guy said that as long as there is a LINUX USB driver ( thats what Mine runs ) for your camera and your c…
-
I have a 1 Gig Microdrive in an OLYMPUS E-20. Your big problem is not storage capacity, its battery capacity. Even with the 1 Gig Microdrive, I use 8 to 10 sets of NiMH batteries before its full. I visited some caves in Pennsylvania last month …
-
Sorry. The web has the battery for around $50. Add the Apple Technical hourly rate for analysis(even though I know what needs to be replaced). Add the Apple Technical hourly rate for the replacement (with a minimum charge). Apple Technic…
-
Not to be rude, but I don't think anyone is so stupid that they would need help to replace a bay device. Though I have never seen Apple refer to it as one, the PC term for it would be the clock battery. Though on the PB it supplies power to ever…
-
The second method will also allow for more than one directory name to be given as a parameter.
-
This script will rename all files in the given directory name and its sub-directories. #!/bin/csh # directory_name can be . or and directory find directory_name ! -type d -exec mv {} {}.html \\; #!/bin/csh # directory_name is entered as a p…
-
Sorry for the confusion. I have two IIsi systems. The first one is max'd out with 6 Harddrives(2 120GB EIDE + 4 50GB) and the other has only 4 36GB drives. They are my file/print servers. Each system has a card slot in the back, but I don't th…