|
Hi,
I'm using a3rd party component in my project and I recently upgraded to their latest version which fixed bug 'A'
unfortunately, while it solved bug 'A', another part has gotten completely unstable, so it introduced a bug 'B'.
Since 'A' and 'B' are...
Started by reinier on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This is why the GAC.
You can only register one COM dll of the same type on your machine...
|
|
I'm searching if it's possible to build twice the same Linux Kernel (same sources, same environment, same options, same compiler) and get the the same checksum. Anybody knows how to do?
Answer Snippets (Read the full thread at stackoverflow):
So, same compiler (same version of the same compiler), exactly the same....
In some way (build numbering, build date etc)
Presumably, building the kernel in the same environment will result in the same checksum.
|
|
In Oracle world - is it possible to have the same database name in a different server in the same domain? In our test environment the database server is cloned (VMWare) and then our DBA have to reconfigure and change the database name because he said ...
Started by Jking on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
So while it may be possible to have multiple.
Or especially if they have been copied from the same source).
|
Ask your Facebook Friends
|
Hi!
I want to use SSH between two computers on the same domain with the same user, and I don't want to type the password. here's an example:
[user@pc1 ~]$ ssh pc2
if pc1 and pc2 are on the same domain, with NIS authentication, and I'm logging in through...
Started by CD1 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Just to make sure to other accounts (not necessarily with the same....
Do the same thing for the other machine, just in reverse.
Normally you should give a private key a password one big line) .
The same thing with some amount security.
|
|
I've come across 2 baptisms in Dorset which are puzzling me. They both have the same parents and the same date.
Matthew WOODFORD son of Matthew & Martha 2nd Jan 1716
One is in Gillingham and the other in Maiden Newton.
These parishes are quite some distant...
Started by bearkat on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at rootschat):
:-\
The parishes are about 25 miles apart.
The entries seem to be the same in both registers.
Was the child baptised by the same priest?
If so, he was most probably looking after both parishes be right.
|
|
One of the security requirements for my web based system is to prevent people logging in as the same user on different machines at the same time.
E.g. to ensure that people cant all log in using the same password/share passwords.
Is there a way to achieve...
Started by AJM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Mac and browser capabilities will be the same)..
|
|
Can I put a slave MySQL to another continent, communicating the Master over public IP ? If yes, is that a good practice ?
In any case, how can I have the same web app (CMS) on 5 continents at the same speed ?
Started by Devrim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The database performance will be the same no matter where you stick it, the issue.
The HTTP connection).
|
|
How to read the content of file while the same file is writing the log entry in thread. I wanna to develop log viewer for my tool (like tail.exe)
Started by sankaran on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You should not both read and write from/to the same file at the same time, you should use mutex.
|
|
How can I return a list of files that are named duplicates i.e. have same name but in different case that exist in the same directory ?
I don't care about the contents of the files. I just need to know the location and name of any files that have a duplicate...
Started by Camsoft on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
And will give the same result.
|
|
I have a few separate application projects (EARs) with multiple EJBs that I want to deploy to the same JBoss server. Now, some of the projects may have the same EJBs, but different versions. In similar circumstances, some projects may use different versions...
Started by Brummo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
With the introduction of JBoss 5 there's a new standard profile that strictly .
JBoss uses by default by the same classloader.
You're correct that classes from different EAR's reside in the same "space".
|