Displaying 3 results from an estimated 3 matches for "peterh".
Did you mean:
peter
2002 Feb 25
2
Questions about a working Samba PDC
Is there anyway to have roaming profiles OFF by default? If I add a user to
a machine, I always have to go and set them to a local profile.
Is there anyway to do groups? When sharing files or printers, I would rather
add a group than each individual user.
I have one Windows XP Pro client and when I do sharing permissions it comes
up with this search interface and it can't find any of the
2003 Jul 04
1
ATA refusing additional disks
Hi,
The other day I tried to upgrade my firewall by adding another disk.
However, no matter what I've tried I haven't been able to resolve this
problem. If I try to mount, fsck or disklabel the disk the process will
simply halt with no output and will do nothing. ^C also fails to
operate, as well as kill -9 (meaning the drive gets locked and I have to
reboot to try again).
I know
2006 Jul 05
0
Javascript repeating fields.
The one area I keep hitting my head against in Rails is repeating fields via
javascript. I frequently have forms where one or more fields are actually
broken out into sub tables because there can be multiple simultaneous values.
Rails seems to want to you to use the [] construct in the form helpers (e.g.
text_field(''employee[]'', ''name'')), but I can''t