similar to: Table naming conventions

Displaying 20 results from an estimated 3000 matches similar to: "Table naming conventions"

2002 Feb 19
4
Doco! ARGH! (smbpasswd's not up to date on the web site)
Hi all, (again) The page:- http://ie.samba.org/samba/docs/man/smbpasswd.8.html does not have any description of the '-j' option. However:- http://ie.samba.org/samba/ftp/docs/htmldocs/smbpasswd.8.html does. Why is this a big issue ? (worthof a post to the mailing list?) because the first URL above is linked off the main 'Documentation' page of the Samba web site
2005 Aug 01
5
Queue/Agents
Looking for a good web app that will show agents that are login to queue. I tried the operator panel but I'm unable to get the LED to change color per the doco I have.. It works well for everything else but no luck on the agent part..
2006 Jul 25
3
create production tables? use "rake db:migrate"?
Hi, What is the normal mechanism for creating the tables in the (a) test and (b) production databases. For example the following didn''t work for creating the production tables: a) change environment.rb to include "ENV[''RAILS_ENV''] ||= ''production''" b) run "rake db:migrate" However this seemed to still work against DEV not
2023 Mar 28
2
How to fire up Icecast?
Thank you for posting the doco link, Jordan! The first thing I read is that, for Windows ? it only runs on: * Windows Vista * Windows 7 * Windows 8. Which is a problem ? as I am running Windows 10. ? Are you able to confirm which of the following statements is true: 1. The doco hasn?t been updated ? it does run on W10, or 2. W10 is indeed not supported? Thanks, Andrew
2006 May 29
19
WYSIWYG Editors and Rails
Hi everyone, I''m currently investigating re-writing our School CMS application in Rails and the only drawback I can see is there isn''t an ample supply (if any) of WYSIWYG In-browser editors written with a raw Ruby backend. We currently use KTML4 which is written with PHP as a base. I''m interested to hear from anyone who''s integrated a PHP based editor into
2010 Sep 23
1
proposed new doco for "Gluster 3.1: Installing GlusterFS on OpenSolaris"
Hi all Reference: http://support.zresearch.com/community/documentation/index.php/Gluster_3.1:_Installing_GlusterFS_on_OpenSolaris I have found this guide to be too brief/terse, and have endeavoured to improve it via more of a recipie/howto approach - and possibly misunderstood the intent of the brief directions in the process. Please advise if there are any errors? Once the procedure is
2003 May 30
3
Converting key between PEM and ASCII
According to documentation for a switch which I'm getting SSH enabled, I need to convert my openssh public key to an ascii string to be compatible with the switch. The switch uses sshV1. Is there a way to do this? I've found nothing in the man pages or FAQ and have tried the -x -X (-i -e) arguments without success but I think they relate to a different translation anyway. Regards Al
2006 May 22
3
rails naming convention for model: community
Hello, How does Rails deal with the pluralization of community. I have "community" as my model name. Will Rails automatically look for a table name "communities" or do I have to name the table "communitys"? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 May 30
9
find_by_sql without a model? how to do this?
Hi, I''d like to do a "find_by_sql" without a model (e.g. <model name>.find_by_sql("...")) as the results I get back are a once off special, and I''m happy to handle them as an array. How do I do this? "ActiveRecord::Base.find_by_sql(...)" does not seem to work? Background - At the moment I''m doing within a model <model_name>,
2005 Feb 18
4
Squirrelmail
I have an urgent (isn't it always the way!) need to set up webmail for one of our users. I intalled Squirrelmail, added /etc/httpd/conf.d/php.conf and etc/httpd/conf.d/php.conf/squirrel.conf to my webserver config (which is not RH stock) and ran the squirrelmail conf.pl I know nothing at all about php, so am having a hell of a time diagnosing the errors, and the squirrelmail.org site knows
2001 Jan 04
6
regression constraints?
gday R gurus, I have a multivariate regression for which I want to constrain the coefficients to be > 0. Is this possible? I've check the doco and searched CRAN but can't find anything. thanks, John Strumila -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2000 Sep 04
3
somebody's stolen my probabilities
gday gurus, could someone please help me with this one? Can't find it in the doco. summary of my lm object gives "Pr(>|t|)" but coef doesn't. How do I get hold of these probabilities within an object? There doesn't seem to be an appropriate attribute within the object - I was hoping for something like "my.lm$probabilies". I was hoping to grab the best t
2003 Jul 22
7
broadcast over gre tunnel?
Hello, I connected the network 192.168.1.0 with 192.168.2.0 over the internet trough a GRE-Tunnel. I don''t know if I set up all things right: The client-pcs in both networks have a subnet mask of 255.255.255.0 and 192.168.2.x''s default gateway is the server wich has started the tunnel. The 192.168.1.x''s default gateway is 192.168.1.250 wich routes traffic destinated to
2006 Mar 05
2
Really dumb question
Just got dovecot running inside MEPIS 3.3.2 SOHO (debian). I am impressed. It works really well and I am planning to move my mail away from my Win server and access the mail from dovecot using imap. I have copied some folders from my existing Outlook mail system into the imap mail server without any problems....so here is the dumb question: where are the mail files/folders stored on the MEPIS
2012 Jan 09
2
samba 4 PAM and xscreensaver
Hi I have a Linux client running XFCE and authenticating against Samba 4. When trying to return to the session after xscreensaver has kicked in, authentication fails. /etc/pam.d/xscreensaver #%PAM-1.0 auth include common-auth account include common-account password include common-password session include common-session /etc/pam.d/common-password #%PAM-1.0
2007 Nov 05
2
Logit function problems
I'm trying to collect some additional user information from the server using the 'logit' function. For example, I'm trying to get the cipher, mac, and compression status from kex.c in kex_chose_conf() with logit("SSH: %s;Ltype: Kex;Enc: %s;MAC: %s:Comp: %s", ctos ? "Server" : "Client", newkeys->enc.name, newkeys->mac.name,
2007 Nov 23
3
Wanting to seperate MTA and Imap
Hi Current my set up is that the MTA and Dovecot (maildir) is on the same machine. Ive been asked to seperate the services from the same machine (too would like to add a secondary MTA - but thats future ideas). I read the documentation on NFS, but from other sites i have read. Most say this is NOT the best solution. My question is, how do some of the fellow dovecot users,or other companys, e.g.
2004 Jan 31
5
Shorewall 2.0.0 Alpha 1
http://shorewall.net/pub/shorewall/Alpha/shorewall-2.0.0 ftp://shorewall.net/pub/shorewall/Alpha/shorewall-2.0.0 -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2009 Dec 16
2
"TipsAndTricks/ApacheVhostDir" changes for virtual host source files
I see someone has noticed my lack of suggestions or recommendations for placement of virtual host source files... Since there are many places to put virtual host source files, I had intentionally avoided the discussion due to the complexities and to keep the document restricted to a single topic. I had planned to create a separate document devoted to the discussion. Specifically, there
2018 May 23
3
lazy_expunge ...
So I decided to configure this plugin and take it for a test drive .. configured using mdbox (main namespace is Maildir) .. So as per Wiki have the following namespaces defined ... location is held within db ... but basically Maildir:~/Maildir for inbox namespace ==== 8< =============== namespace inbox { list = yes type = private inbox = yes prefix = INBOX/ separator = /