search for: addressbooks

Displaying 20 results from an estimated 100 matches for "addressbooks".

Did you mean: addressbook
2010 Jan 21
2
Help with correct text file syntax EXCLUDE/INCLUDE + OPTION
Hi, Linux-Ubuntu here. 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
2006 Mar 06
2
is "alias" reserved?
...Detail 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'' has_many :addressbooks, :finder_sql => ''SELECT * '' + ''FROM addressbooks addr '' + ''WHERE addr.orderNumber = "#{orderNumber}"'' + ''AND addr.alias = "#{alias}"'' end ------ I try to access the addressbook of...
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
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
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(*) FROM contacts; +----------+ |
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
Hi! I've been attempting to use rsync to sync a set of files between my laptop and my desktop. I've tried using google to search the archives, but didn't find anything that addressed this issue exactly... First of all, here are the details of how I have things set up. Server acting as the intermediary: OS: Mac OS X Server 10.3 rsync: 2.6.2 Laptop: OS: Mac OS X 10.3.6 rsync: 2.6.2
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 ?
hey all, thanks to alex who help me to get the latest running on my box ( Mac OS X 10.4.11) to get it working download 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
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 =
2003 Aug 20
1
including file from excluded directory
I'm trying to explicitly include a file that exists under a directory 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 +
2008 Feb 07
3
Matching "+" characters in dial plan
Can someone please explain how to match a + character in a dial plan (so that I can swap it for the "00" 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
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
2000 Jun 11
1
NFS Quotas and Samba 2.0.7
Hello everyone! I am currently running Samba 2.0.7 on a RedHat Linux 6.1 box. My user home directories on this box are NFS mounted from another server. Quotas have been enabled on this server and rpc.rquotad is running. On Linux, I can see the user's quotas via a quota -v <username> :- testing:~# quota -v try Disk quotas for user try (uid 1006): Filesystem blocks quota
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?
Hi, I would appreciate someone testing if their system can recognize symlinks (as below) on their SMB share. My Mac and Windows machines can NOT recognize symlinks on my NAS's SMB share, they just identify symlinks as real files and folders. Why is this an issue? Because 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)