Displaying 3 results from an estimated 3 matches for "labouri".
Did you mean:
labour
2024 Dec 08
1
forgot to run as root...
...bove
- is that assumption correct?
2/ Recursively chown each users home directory to their corect owner;
3/ Use borg/ pika to mount a recent backup and diff the ownership
between the backup and respective home directory to discover anything
owned by something other than the respective user - and labouriously
correct.
I wonder if anyone would be good enough to confirm whether or not the
above sounds like a reasonable strategy?
Very many thanks for listening.
M
--
Morgan Read
Grande Bretagne
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature....
2006 Jan 12
2
Easy to Access Telephone Directory AGI
...interrest
to others.
The purpose of this agi script is to provide an online
telephone directory that can be easily accessed using
the numbers on the phone dial pad.
You select entries by spelling out the name of the
person you want to contact using the phone dial pad.
Now this is normally pretty labourious so the script
provides a few shortcuts to make things easier.
The best way to illustrate this is by example:
Say you want to phone John Smith:
- You would start by typing 5, this would find all
entries that start with j,k or l.
- Next you would type 6 which would narrow down the
selection to al...
2005 Oct 26
1
acts_as_tree parent id problem
...nding the appropriate category
and using that.
I''m using the scaffolding at the moment, so the code looks like:
@category = Category.new(params[:category])
I know that there must be a way of easily assigning all the values in
the params hash, and looking up the correct parent, without labouriously
assigning each value manually ie
@category.name = params[:category][:name]
...
@category.parent = Category.find(params[:category][:parent]
...
...
So any ideas?
Kev