search for: considerations

Displaying 20 results from an estimated 5533 matches for "considerations".

Did you mean: consideration
2003 Sep 21
3
Z aware interpolation
Hello again, There is any package which does Z aware (real 3D) interpolations? It can be any method (IDW, kriging or spline) but it should take into consideration not only x and y coordinates for interpolation, but also z coordinate. I looked into different packages but it seems i didn't find the right one. The ultimate goal is to import the output into a GIS (Geographical Information
2005 Jul 05
0
Re: [Serusers] NAT considerations...
...ot;. > Regards, > > Ricardo Martinez.- > > > -----Mensaje original----- > > De: Andres [mailto:andres@telesip.net] > > Enviado el: Martes, 05 de Julio de 2005 17:17 > > Para: Giovanni Balasso > > CC: serusers@iptel.org > > Asunto: Re: [Serusers] NAT considerations... > > > > > > Giovanni Balasso wrote: > > > > >Just some thoughts based on my experience... > > >After months trying to make everything work using > > rtpproxy-mediaproxy with > > >almost everything accomplished but video, I tried to switch...
2008 May 27
4
Article for wiki consideration
I've recently documented simple use of a VServer with CentOS host and guest. toracat@ said that it might be worthwhile putting on the wiki. The present article is located at http://home.nyc.rr.com/computertaijutsu/vserver.html If it does get to the wiki, I would remove the fedora section and also add a notice at the beginning of the article with dire warnings about using a non-stock kernel.
2017 May 17
7
Best practices for copying lots of files machine-to-machine
An entire filesystem (~180g) needs to be copied from one local linux machine to another. Since both systems are on the same local subnet, there's no need for encryption. I've done this sort of thing before a few times in the past in different ways, but wanted to get input from others on what's worked best for them. One consideration is that the source filesystem contains quite a
2011 Sep 26
0
[LLVMdev] Greedy Register Allocation in LLVM 3.0
Just a quick question: is greedy still a local allocator (i.e. only takes into consideration the current bb) or a global one (takes into consideration the whole function)? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110926/d87aa2bd/attachment.html> -------------- next part -------------- A non-text
2023 Jan 30
12
[Bug 3529] New: `add_host_to_hostfile` should take into consideration that the known_hosts file isn't terminated with a newline character.
https://bugzilla.mindrot.org/show_bug.cgi?id=3529 Bug ID: 3529 Summary: `add_host_to_hostfile` should take into consideration that the known_hosts file isn't terminated with a newline character. Product: Portable OpenSSH Version: 9.1p1 Hardware: ix86 OS: Linux Status: NEW
2006 Jun 01
1
Platform change, considerations?
Hello! I am switching hardware platform for my dovecot 1.0beta3 installation. From Sun Sparc (SS4) to Intel i386. OS platform will only change from OpenBSD 3.7 to 3.9. From Dovecot 1.0beta3 to beta8. Is there anything special to consider, in terms of endianness or other incompatibilities? I plan on a fresh install (compile) on the new machine, migrate the settings manually (by hand), test
2008 May 23
8
An issue for consideration
We''ve just come across an issue for consideration. I am avoiding some words which would allow people to find this message in an internet search who have questionable intentions, but wish to communicate a strong sense of caution. Consider someone who adds extra methods to their controller which they use in their main get/post methods to do things or to get secret data. Consider
2011 Jun 30
2
[LLVMdev] inefficiencies in ConstantUniqueMap ?
...ot;adding fields" is bad terminology -- we're really talking about > setting the struct's list of fields, which you can only do once. (You > can't add yet more fields later.) The name-noname distinction still seems artificial to me. I assume it is being driven by efficiency considerations: i.e. not allowing named types to be refined simplifies LLVM's internals considerably. Ciao, Duncan.
2004 Feb 11
5
Question about securelevel
I've read about securelevel in the mailing list archive, and found some pitfalls (and seems to me to be discarded soon). But According to me, the following configuration should offer a good security: - mount root fs read only at boot; - set securelevel to 3; - do not permit to unmount/remount roots fs read-write (now it is possible by means of "mount -uw /"); - the only way to make
2012 Sep 24
5
Memory usage in R grows considerably while calculating word frequencies
I am working with some large text files (up to 16 GBytes). I am interested in extracting the words and counting each time each word appears in the text. I have written a very simple R program by following some suggestions and examples I found online. If my input file is 1 GByte, I see that R uses up to 11 GBytes of memory when executing the program on a 64-bit system running CentOS 6.3. Why is
2019 Jul 31
0
[nbdkit PATCH 9/8] sh: Document CLOEXEC considerations
As long as we have SERIALIZE_ALL_REQUESTS, we don't have to worry about one thread processing a fork() while another thread might be opening an fd. But add comments to the code to remind us to fix things if we ever decide to add more parallelism. Signed-off-by: Eric Blake <eblake@redhat.com> --- plugins/sh/call.c | 4 ++++ plugins/sh/sh.c | 3 +++ 2 files changed, 7 insertions(+)
2019 Aug 01
1
Re: [nbdkit PATCH 9/8] sh: Document CLOEXEC considerations
This patch series is fine, ACK. Unfortunately it likely breaks Haiku support. I'd like to hear from the Haiku folk if they are planning support for atomic CLOEXEC (SOCK_CLOEXEC, accept4, pipe2, etc.) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs
2019 Nov 30
0
External HD partitioning & formatting considerations
On Sat, Nov 30, 2019 at 05:19:44PM +0100, Nicolas Kovacs wrote: > Hi, > > One of my clients has a mixed Linux/Mac OS/Windows environment in his office. > He just purchased a 4 TB external hard disk, which he intends to use on his > various workstations. > > Up until recently, I've been using plain old MBR/FAT for hard disks in mixed > environments. Fire up fdisk, make
2019 Nov 30
0
External HD partitioning & formatting considerations
I strongly dislike moving removable disks between computers, especially with differing operating systems. I would instead recommend getting/building a NAS aka file server and using the network to share files, or make backups, or whatever. On Sat, Nov 30, 2019 at 11:38 AM Pierre Emerald <pierre.emerald at gmail.com> wrote: > What about exfat ? > > 2019?11?30?(?) 18:10 Fred Smith
2019 Dec 01
1
External HD partitioning & formatting considerations
Le 30/11/2019 ? 21:50, John Pierce a ?crit?: > I strongly dislike moving removable disks between computers, > especially with differing operating systems. > > I would instead recommend getting/building a NAS aka file server and using > the network to share files, or make backups, or whatever. Hell is paved with good intentions (french saying). We already have OwnCloud running
2015 Sep 05
0
Considerations for a not so simple set-up ...
I want to set up a new IMAP server with Dovecot, so far I've been running Cyrus. I'm running dovecot on Debian Jessie. The general idea of the system would be: 1) Virtual users, i.e. login users are disjoint from any mail accounts. 2) Real-Users authenticate using their kerberos tickets. 3) There is a n-to-n mapping of real to virtual users. 4) Maildirs shall be stored on glusterfs. 5)
2015 Nov 04
1
ssl-params: slow startup (patch for consideration)
A. Schulze writes: > precomputing ssl-params is also possible without patching but it's a > little bit tricky > ... > Long version in german: https://andreasschulze.de/dovecot/ssl-params Nice. (You should probably point out to ensure ssl_parameters_regenerate is zero, otherwise all this work will get wiped out!) Joseph Tam <jtam.home at gmail.com>
2018 May 04
0
Samba Share - security considerations
On Fri, 4 May 2018 12:12:55 -0300 Edouard Guigné via samba <samba at lists.samba.org> wrote: > Dear Samba Users, > > I configured a samba share on a linux centos 7 server as server > member of an Active Directory Domain. > > I used posix extended unix attributes in AD for permissions on the > Samba share. > Winbind and SSSD are also installed for the mapping of
2024 Feb 23
0
Data consideration in executing pca
Dear R users, I have a txt file named 'data_1.txt' whose first column contains the names of the individuals and the other columns contain the values of four variables X_1,X_2,X_3 and X_4. I read it with R from its location and called it data. I'd like to do a normalized principal component analysis. I started by calculating the correlation matrix: cor(data) I got the following