Displaying 20 results from an estimated 10000 matches similar to: "Best Hardware & OS For Large Data Sets"
2014 Feb 07
1
Raid on centos
Ok I've a HP mircoserver that I'm building up.
It's got 4 bays for be used for data that I'm considering setup up woth
softwere raid (mdadm)
I've 2 x 2TB 2 x 2.5 TB and 2 x 1TB, I'm leaning towards usig the 4 2.x TB
is a raid 5 array to get 6TB.
Now the data is on the 2.5TB disks currently.
So the plan so far.
Building the array as a degraded raid 5 with the 2 x 2TB
2006 Jun 07
5
RIDE-ME
I know these forums are typically for questions and such, but I thought
some of you may be interested in this...
For the past couple months I''ve been working on a Windows based IDE for
Rails development in my spare time. It closely resembles Visual Studio
in many respects, so if you''re a former ASP .NET developer like me,
you''ll feel right at home.
RIDE-ME is still
2006 Mar 21
2
Sorting by computed temporary field
Hey all,
I''m rather new to Ruby and Rails (and not great with SQL), but I''m
developing a ride sharing app and would like to be able to sort on
something I don''t have stored.
I have users, events, and rides, each of which has a zip code. Events
have_many rides, and rides belong_to events.
When an event is selected, I''d like to be able to show a list of
2007 Mar 19
4
memory issue
Hi all,
I use an application named ride (from raisonance: C compiler) under
linux (RHE3) through wine.
I compile a lot of separated applications. the app wine_loader takes
more and more memory. the application stops once the memory size taken
by wine_loader is more than 100MB.
I would appreciate any advice from you.
Regards.
2009 Jan 14
6
hardware info
Hi
How can I know the hardware info eg: type of memory
No need to turn off the machine
Thank you
2006 Aug 22
7
Cleanup at session expiration
I''m going to explicitly time out sessions if they''re idle more than X minutes. Like online banking sites do.
How do I set things up so that, when a session expires, a set of database records and a set of files that may have been created (which are identified via a seperate set of database records) are deleted just before the session data?
TIA,
Bill
2005 May 23
8
Rails slow on Win2003
Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever
I start a ruby script, (such as script/server ), nothing happens for 60
seconds. RIDE will not start. I seems like something is timing out, or
something. The windows event logs don''t show anything. The windows
task manager doesn''t show a ''not responding'' process. Has anyone else
2004 Aug 06
3
Gain control
How are people doing gain control, out of curiosity?
I know boxes exist (anyone have names and mfrs?) that ride the gain
for big radio stations, ensuring that there is no distortion and
raising the volume of songs recorded at a lower volume. I'd probably
buy one if I knew what to buy.
------
Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org
Now Playing at:
2005 Jul 03
4
12 seat call centre with Asterisk, VoIP only, UK - possible?
Hi,
I've had an inquiry for a small UK call centre, mostly outbound calls.
I get the impression they
are mainly calling 3G mobile phones, monthly phone bill, with calls is
approx ?5,000 for several
feature lines.
How feasible is something like this with asterisk?
I guess one big question is which type of circuit to use, ADSL in the
UK is only 256kbs upstream,
some providers do bonding but
2014 Oct 12
2
Dovecot domain quota
I have dovecot version 2.1.7 and I have quota configured as:
-----------------------------------
dict {
quota_domain = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
mail_plugins = quota
protocol imap {
mail_plugins = quota quota imap_quota
}
plugin {
quota = dict:domain:%d:proxy::quota_domain
quota_rule = *:storage=1M
quota_rule2 = Trash:storage=+100M
}
2020 May 24
1
doveadm backup : Error: Failed to access mailbox
Hi All,
So close and yet so far.? ;-(
Have been migrating users from an old Dovecot server to a new one.
All of the users have doveadm backup'd perfectly, except for one !
What does the below mean ?
$ sudo doveadm -v -o imapc_user=jd at example.org.tld -o imapc_password=secretSquirrel -o imapc_host=old-server.example.com backup -1 -R -u jd at example.org.tld imapc:
dsync(jd at
2008 Nov 26
3
Multple domains, same application, different CSS, some over-rides
I am building a site that will have several different branded
versions of the same site in order to do some SEO coverage. e.g www.foo.com,
www.foo.co.uk and www.bar.com
There are many discussions on sub-domains but I would like to come up
with a solution to support the following:
1. multiple domains supported as virtual hosts on Apache acting as a
proxy where I anticipate Rewrites to do
2009 Jul 20
2
kmeans.big.matrix
Hi,
I'm playing around with the 'bigmemory' package, and I have finally
managed to create some really big matrices. However, only now I
realize that there may not be functions made for what I want to do
with the matrices...
I would like to perform a cluster analysis based on a big.matrix.
Googling around I have found indications that a certain
kmeans.big.matrix() function should
2011 Sep 22
3
disk partitioning: 6.0 install to harddrive using liveCD
Greetings:
I'm planning to set up a test Centos 6.0 box (has CDROM, but no
DVD) with these partions:
/ 10GB ( no separate mount for /usr )
/tmp 1GB
/var 10GB
/boot 500MB
The centos mirrors I have seen do not provide the full distro on
CD (this box has no DVD). I'm used to having about 6 CD isos to work with.
The livecd install to hard
2017 Jun 19
1
New AD user cannot access file share from member server
On Mon, 19 Jun 2017 15:08:45 +0200
Viktor Trojanovic <viktor at troja.ch> wrote:
> Not sure if it matters but here is the AD object of a user with no
> issues:
>
> [root at GJSERVER ~]# ldbsearch -H /var/lib/samba/private/sam.ldb -b
> 'ou=office,dc=samdom,dc=example,dc=ch' -s sub
> "(&(objectclass=person)(samaccountname=jd))"
> # record 1
> dn:
2007 Mar 19
3
cmd.exe behaviour
When I execute the following command from a wine cmd.exe
and the file xxx exists,
c:\windows\system32\cmd.exe /c copy h:xx h:xxx
Overwrite file (Y/N)
How do I over ride the behavior of asking for a y/n.
Thanks
chip
2006 Jan 16
5
Soft Deletes
How would I go about setting up my rails applications to soft delete
items from the database rather than actually deleting it. I would
imagine that I need to over ride the methods from ActiveRecord.
Where would I do this would it be in the model? enviroment.rb? I
would imagine that if i wanted it throughout my entire application it
would need to be in the enviroment.rb.
Also to
2004 Oct 04
2
call step inside a function
I am wondering why my function works fine in R1.7.1 and R1.8.1 but not in
R1.9.0. I thought it's an environment related problem but I can't solve it.
>data
weta jd
1 1 4
2 2 13
3 2 13
4 6 4
5 1 3
6 1 7
7 2 10
8 3 10
9 1 8
10 1 8
11 3 6
12 1 9
13 1 5
14 1 1
15 3 13
16 1 2
17 2 2
18 7 11
19 1 3
20 5 4
2019 Aug 28
3
Turning on MemorySSA for loop passes
Hi all,
After a long ride, I'm planning to turn on the use of MemorySSA for loop
passes (D58311 <https://reviews.llvm.org/D58311>) tomorrow (8/29).
Please let me know if you have issues, concerns or feedback on this.
Best,
Alina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: