Displaying 20 results from an estimated 100 matches for "addressbook".
2010 Jan 21
2
Help with correct text file syntax EXCLUDE/INCLUDE + OPTION
...English is not my first language. The man rsync is
difficult to understand. I want to backup some folders recursively and
some files, see [1] in my /home dir to an external USB HD (Ext4). I want
to use a text file for the purpose.
[1]
/home/user/Documents
/home/user/Software
/home/user/.evolution/addressbook/local/system/addressbook.db
/home/user/.evolution/calendar/local/system/calendar.ics
/home/user/.evolution/memos/local/system/journal.ics
/home/user.evolution/tasks/local/system/tasks.ics
First (1st) attempt
[OPTION] --exclude-from=fileA
[SYNTAX] fileA
+ Documents
+ Documents/**
+ Software
+ S...
2006 Mar 06
2
is "alias" reserved?
I''m playing with an online store....
I have an orders table which holds orders (pricing, statuses, etc).
An orderDetails table which holds detailed line items (itemNumbers, unit
prices, etc).
Each order can have multiple shipping addresses, so I also have
an addressbook table. Each orderDetail is tied to an addressbook entry
via the ordernumber and addressbook alias, but this doesn''t seem to work
for me.
------
class OrderDetail < ActiveRecord::Base
set_table_name "orderDetails"
belongs_to :order, :foreign_key => ''orderNumber...
2008 Jul 09
1
Evolution in CentOS 5.2
(Probably OT)
Has anyone else noticed these flaky (new?) behaviors in Evo since the
5.2 upgrade:
- REALLY slow saving messages from inbox to another folder
- search capability separated by folder instead of overall (with no
option for control)
- failure to autocomplete email addresses for known contacts
I think that's it. I was wondering if it was just me, or if others
had noticed this.
2019 Mar 11
3
thunderbird addressbook with samba AD
Hi
I am trying to make thunderbird addressbook works with my samba AD but with
no success. I tried many articles about this but none of them work with my
config.
Does anybody made it with success ?
Marius
2019 Mar 11
1
thunderbird addressbook with samba AD
Em 11/03/2019 14:12, Jeremy Allison via samba escreveu:
> On Mon, Mar 11, 2019 at 09:21:39AM +0100, Marius via samba wrote:
>> I am trying to make thunderbird addressbook works with my samba AD but with
>> no success. I tried many articles about this but none of them work with my
>> config.
> Need more data about how and why it fails. There's not
> enough here to offer an opinion on.
Sure there is, use SOGo, you also get calendaring as a bonus...
2006 Sep 02
1
Access email and addressbook from everywhere
Hello.
I using evolution for email, and runs well, now the next that I would
like is access to my email and evolution addressbook from everywhere.
What should I install? there is any webmail that can use evolution
settings? Or better a program for control that computer that I can
access from any computer with a web browser? There is anything as this?
Josep
______________________________________________
LLama Grat...
2006 Feb 08
5
Mysql::Error: Lost connection to MySQL server during query:
Hi,
I am having Mysql connection problem for my first AddressBook
application (which I took it from
http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/)
I have gem installed the latest ruby, rails, lighttpd, fastcgi,
mysql-4.1.14 on linux. Everything looks good. When I do:
mysql -h localhost -u test -ptest -D AddressBook
mysql> SELECT COUNT(*...
2006 Apr 06
1
Dovecot's as server based and mail filters and addressbooks holder?
Hello.
I'm just wondering, that maybe is the time to change the imap -s format
or add some more features, are in these day's most people, me also are
so called mobile users. And imap is good solution for us but however
still some basic things are missing, fore example:
1) Server side mail filters. I read mails from home, from office and
from webmail. Now when I need to make mail
2004 Nov 07
2
Symlink file syncing issue
...mediary:
OS: Mac OS X Server 10.3
rsync: 2.6.2
Laptop:
OS: Mac OS X 10.3.6
rsync: 2.6.2
Desktop:
OS: Mac OS X 10.3.6
rsync: 2.6.3
On both machines I have a folder located at ~/Sync. This folder
contains symlinks to the files I want sync'd:
lrwxr-xr-x 1 username staff 54 7 Nov 00:24 AddressBook ->
/Users/username/Library/Application Support/AddressBook
lrwxr-xr-x 1 username staff 52 7 Nov 00:25 Adium 2.0 ->
/Users/username/Library/Application Support/Adium 2.0
lrwxr-xr-x 1 username staff 45 7 Nov 00:25 Bookmarks.plist ->
/Users/username/Library/Safari/Bookmarks...
2006 Mar 28
12
Rails & PHP
Hi there - I wanted to know if anyone has used Rails & PHP on the same
production server and whether they''ve experienced any problems.
I''m looking to install rails on our production soon, however I would
like to know if there are any issues I need to be aware about.
Many thanks,
Jared.
2006 Feb 14
6
[newb] Find vs Find :all question
I''m playing out with writing an online store.
So far it has accounts, addressbooks, and orders, and those 3 are tied
together with an customer ID. I also have orderDetails, which are
associated to the order via an order number. See models below...
When I do the following I can access the orderDetails information just
fine:
@order = Order.find(params[:id]) # i pass it a...
2008 May 10
4
from RubyCocoa to wxRuby ?
...the latest gem locally cd to the directory where
it lies and :
$ sudo gem install --local wxruby
u''ll get :
Successfully installed wxruby-1.9.7-universal-darwin-9
1 gem installed
;-)
A question, my first test will be to convert a RubyCocoa project into
wxRuby.
this project convert the AddressBook contents into html
( a preview : <http://thoraval.yvon.free.fr/AB2Html_preview/ab2html.xhtml>
what do I need ?
a push button, a spinner and a text area to give feedback to the user that''
all ;-)
( a screenshot : <http://cjoint.com/data/fkqRia4sT5.htm>
what is the best exam...
2008 Sep 03
0
how can i clear the inner resources route in a nested route
I have :
map.resources :users do |users|
user.resources :addressbooks
end
this provide me with url like ''/users/1/addressbooks/1'' and ''/
addressbooks/1''.
My problem is that how i''m able to clear the ''/addressbooks/1'' route
and making it not to work? I only wanna the former to work.
--~--~---------~...
2006 May 08
4
gsub no workie
Don''t know why, but cant seem to get this to work for me.
I have a phone number field for an addressbook. In the addressbook model
I have a before_update declaration that says the following:
I''d like to be able to remove all special characters (just numbers
please), but this doesn''t want to work for me.
before_update :format_phone
def format_phone
self.phone = self.phone.to_s....
2003 Aug 20
1
including file from excluded directory
...rectory
that I otherwise want excluded. Here are my command and include list:
rsync -e ssh -Cavz --delete --update \
--include-from=$HOME/.rsync.laptop . $DEST:
where $DEST contains the remote machine name and this is being run
from the top of my home directory. My include list is:
+ /.addressbook
+ /.ICAClient
+ /.calendar
+ /.mailcap
+ /.mime.types
+ /.mozilla/bmetcalf/bookmarks.html
+ /.fetchmailrc
+ /.pinerc
+ /.signature
+ /.vimrc
+ /.rsync.laptop
- /dead.letter
- /OpenOffice.org*
- /news
- /rpm
- /tmp
- /.*
.mozilla/bmetcalf/bookmarks.html refuses to tr...
2008 Feb 07
3
Matching "+" characters in dial plan
..." country escape code).
In Europe at least the + is a common shortcut for the international
prefix (which is "00" in my country). However, my trunk chokes on the +
character and all my speed-dials are setup with a + at the start of
them... Trying to fix the phone rather than the addressbook...
Thanks
Ed W
2008 Dec 23
2
rails 2.2 connection to MySQL
I have been trying to connect to MySQL thru rails. Initially I had
rails 2.1.2 and upgraded to rails 2.2 to use RestAPI in sproutcore.
Once I have upgraded my rails version to 2.2, I have been getting this
error. All I did is the following:
1. rails addressbook
2. cd addressbook
3. script/generate scaffold Contact first_name:string lastname:string
4. rake db:migrate
I also change the database.yml to suite MySQL.
I have been getting the below error. Could someone please help me
resolve this issue
ERROR:
srilatha-bhuvanapallis-macbook-pro:contacts Latha$...
2000 Jun 11
1
NFS Quotas and Samba 2.0.7
...gi-bin D 0 Sun Apr 9 12:07:52 2000
mail D 0 Sun May 21 16:36:25 2000
.pinerc H 11603 Mon May 1 00:09:26 2000
.bash_history H 414 Sun May 21 16:47:57 2000
.addressbook H 0 Sun Apr 9 12:12:51 2000
.addressbook.lu H 2285 Sun Apr 9 12:12:51 2000
53306 blocks of size 131072. 3465 blocks available
smb: \>
But if I were to access a non-NFS mounted share, Samba will show me how
much of the...
2006 May 09
11
model filter?
Hi All,
Is there a way to filter / modify the output of a model class before
it''s returned to controller/view that''s calling it?
Example: I have a field phone_number which I always want to preformat
using the number_to_phone() helper....
Any help is appriciated.
Thanks!
--
Posted via http://www.ruby-forum.com/.
2017 Sep 21
1
Are your symlinks identified as symlinks on Samba/SMB shares?
...e when I try to copy parts of these backups from the NAS it just loops back on itself forever.
Eg:
From NAS (QNAP TS-453A) command line - Symlinks are visible.
[admin at NASSY ~]# ls -al /share/CACHEDEV1_DATA/Download/_backups/rsnapshot/mac/daily.0/gir/Users/chrisric/Library/Containers/com.apple.AddressBook/Data/Library/
total 32
drwx------ 8 501 20 4096 Aug 2 13:09 ./
drwx------ 4 501 20 4096 Jun 2 2015 ../
drwx------ 2 501 20 4096 Jun 2 2015 Application Scripts/
drwx------ 3 501 20 4096 Jun 11 2015 Application Support/
lrwxrwxrwx 1 501 20 17 Jun 2 2015 Audio -> ../../../../Audio/
lrwxrwxrwx 1 501...