similar to: best practices for naming directories

Displaying 20 results from an estimated 20000 matches similar to: "best practices for naming directories"

2006 Dec 18
3
ZFS on Mac - new sighting
There''s been another sighting of ZFS on Mac. The latest developer release of Leopard (Mac OS 10.5) has a dialogue box calling out the "Zettabyte File System (ZFS)" as an option. The first publication I saw this is a French website called Mac4Ever - http://mac4ever.com/ news/27485/zettabyte_sur_leopard/ I put up a Babelfish translation at my site, http://storagemojo.com/?
2010 Sep 08
2
Max TDM calls per asterisk box
Hi Everyone, Can you tell me how many concurrent TDM (Dahdi) calls that a single asterisk box can handle. Configuration is as follow : Quad core Xeon 3 GHZ, 4Gb RAM, asterisk 1.6.2.9 Also do you know a good tool to stress out asterisk? Kind regards -- *Adolphe CHER-AIME Network / VoIP Engineer CCNA, CCNA VOICE, Global VSAT Forum Certified (509) 3449-4280* --------------
2008 Feb 08
10
Rsync 2.6.9 does not skip any files based on modification time
Hi I am trying to rsync some ghost images from a windows client running Windows XP to my Linux server. The problem is that rsync sends the complete files again even if nothing changed on the client side. The only way to avoid this is to use the "-c"-option but this takes nearly as long as uploading the files would. The server is running rsync-2.6.9, /etc/rsyncd.conf looks as follows.
2006 Jun 14
2
Package naming best practices
R-devel, I'm in the process of choosing a name for a new package. I've already decided that the name will have two parts, 'portfolio' and 'sim', but can't decide between 'portfolioSim' and 'portfolio.sim'. Is there any good reason to choose one over the other? Thanks in advance, Jeff -- Jeff Enos Kane Capital Management jeff at kanecap.com
2012 Feb 01
3
A Billion Files on OCFS2 -- Best Practices?
We have an application that has many processing threads writing more than a billion files ranging from 2KB ? 50KB, with 50% under 8KB (currently there are 700 million files). The files are never deleted or modified ? they are written once, and read infrequently. The files are hashed so that they are evenly distributed across ~1,000,000 subdirectories up to 3 levels deep, with up to 1000 files
2006 Mar 08
6
best practices for handling uploaded images and capistrano
Quick question: I am going to use the file_column plugin to manage uploading thumbnails. By default the images are stored in the public/ dir of the rails project. The problem I see is that when capistrano redeploys a new build and symlinks it in none of the images will be in the new public/ dir... Does anyone have a solution for this? Thanks, Zack -------------- next part -------------- An
2005 Nov 20
11
NFS question (and Best Practices)
I saw in another post that a best practices doc will be coming, but I figured I would try to get this working. I''m trying to understand why zfs uses so many "zfs create" so I can use it better. What makes sense is that each zfs fs can have it''s own options (compression, nfs, atime, quota, etc). I really love this because it is so tuneable -- compression on these
2006 Apr 04
6
Loading module chan_zap.so failed! PLZ help me!
Hi, I' ve just connected a carte X100M to my asterisk server running zaptel-1.2.5, libpri-1.2.2 and asterisk-1.2.6 on SUSE 10.0. When I make modprobe wcfxo and modprobe zaptel I haven't any error, I have also chan_zap.so module existing in /usr/lib/asterisk/modules. But, when i run ztcfg, it shows me this: Zaptel Configuration ====================== Channel map: 0 channels configured.
2012 Jan 22
2
Best practices?
Suppose I start building nodes with (say) 24 drives each in them. Would the standard/recommended approach be to make each drive its own filesystem, and export 24 separate bricks, server1:/data1 .. server1:/data24 ? Making a distributed replicated volume between this and another server would then have to list all 48 drives individually. At the other extreme, I could put all 24 drives into some
2017 Mar 14
3
Best way to integrate Unix with AD.
Is there a good guide for how to set up a Samba based AD domain controller with RFC2307 attributes so I can experiment... I can't get the Windows guys in my company to do anything Microsoft don't provide a check box for, unless I can teach them how to do it... but I've not used any of these Windows technologies for a very long time... At least if I can show a working system then
2011 Apr 20
2
Call files or AMI originate for mass outbound call
Hello Guys, In the case of a multiserver environment for outbound automatic calls, can you share you experience and preference between call files and ami originate ? thanks -- *Adolphe CHER-AIME Network / VoIP Engineer CCNA, CCNA VOICE, Global VSAT Forum Certified (509) 3449-4280* -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 18
3
Circular links and backups
Hello, I ran into an interesting problem earlier today. I have a Unix machine I maintain in a largely Windows shop. They use Windows Backup for their backups, and so I created a readonly share of the entire filesystem with one user, "backup", who is an admin user. This lets them back up the entire Unix machine by attaching to the "backup" share, but nothing can be changed.
2006 Jan 30
3
How many digium cards per server ?
Hello, How many digium cards is supported per asterisk server ? Regards Harry ___________________________________________________________________________ Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?couvez les tarifs exceptionnels pour appeler la France et l'international. T?l?chargez sur http://fr.messenger.yahoo.com
2012 May 09
1
Client got empty email from dovecot
Hi, I built a mail server with qmail + vpopmail + dovecot , the qmail and vpopmail worked well, until the dovecot was installed. Client always get empty email, I have try some solutions from google, neither of then can solve the problem. Here is the detailed information of logs, version, and output of 'dovecot -n', please help, thanks.
2007 Apr 20
1
Mongrel cluster log rotation best practices
OK, maybe not even best practices, but at least, tested practices. >From my reading thus far, it is evident I shouldn''t use Rails to handle mongrel log rotation. Fine, I''m sold on that. The advice I''m seeing says that that one should use an external script to do this. So my question is, what are people using? What''s working well? Simple bash scripts or
2006 Jun 01
2
Best practices?
I just saw a mail about the best practices of something or other, and I was wondering is there a place where Ruby and RoR best practices can be found? Phil J. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/52ab6a0f/attachment-0001.html
2006 Oct 23
1
Updated Apache Best Practices Doc fixes
Hi guys, Thanks to several members I''ve updated the apache best practices docs to include several fixes including the bug reported (by Zed and someone else I believe, sorry for the non-attribution) with IE''s \b instead of b rule for deflate. I also added some success stories from Martins, Phillip Hallstrom, and Jens Kraemer -- and the REMOTE_USER pass instructions from Jon
2009 Jul 21
2
best practices for running asterisk as SIP B2BUA
Hi, What are the current best practices for running asterisk as SIP B2BUA? Are there any sample configs online or the books that detail this configuration for the newbies? I'm going to run it behind 1:1 NAT for the clients in the public internet so I will use the externip, localnet, and nat settings. Thanks, Andrew
2009 Nov 30
0
Fwd: DTrace & libtool "best practices"
Hi all, Has there been any progress with libtools DTrace USDT support http://www.mail-archive.com/libtool at gnu.org/msg10587.html thanks ----- Original Message ----- >From Charles Koester <charles.koester at oracle.com> Date Mon, 23 Nov 2009 17:01:17 -0800 To Marina Fisher <marina.fisher at sun.com> Subject DTrace & libtool "best practices" Greetings,
2012 Sep 29
3
Remote SIP Extension Best Practices
What are best practices for allowing connection by remote SIP extensions over the internet? I'm thinking of putting the SIP inside a VPN connection. Kind Regards, Chris