Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. davidchardonnet

    Setup 3 virtual machines running each 1 web application

    Hello, I want to setup my home computer (Linux Ubuntu 12.04 LTS) to run 3 different web applications, that i can access from outside my home. I only have 1 IP adress on my ADSL box.http://www.tek-tips.com/threadminder.cfm?pid=65 I tried a default installation of Apache directly on my linux...
  2. davidchardonnet

    What technology for mass data extraction from SQL2k SP4 to files?

    Hello, I have to choose the right technology to make the data extraction from a SQL Server 2000 SP4 to text files. We have lots of data and the goal is to make these files available for input in other databases, and we don't know what technology they use. Thank you for your help David
  3. davidchardonnet

    How to get a list of all users?

    Hello, I need to find a SELECT statement which returns a list of all users in a DB2 database. Thank you David
  4. davidchardonnet

    How to get a list of all security groups?

    Hello, I need to find a SELECT statement which returns a list of all security groups in a DB2 database. Thank you David
  5. davidchardonnet

    How to put a Javascript Date in JSON data format?

    Hello, I want to convert to JSON some data i have defined in javascript like this: var datasets = { "A": { label: "A", data: [[new Date("2010/10/01"), 65.00],[new Date("2010/11/20"), 65.00]] }, "B": { label: "B", data: [[new Date("2010/10/01"), 57.00],[new Date("2010/11/20"), 57.00]] }...
  6. davidchardonnet

    What are the best skin system for Delphi 7 and over?

    Hello, I am looking for a very good skin system for Delphi 7, commercial or not. What I value are the looks,stability and functionality departments. After that, I will pay the price for it. Thank you for your help David
  7. davidchardonnet

    Best obfuscation tool for a C# application

    Hello, I want to protect strongly a C# application I made with Visual Studio 2008 on Framework 3.5. I would like to know which are the best obfuscation tools available on the market. Can you help me please? Thank you David
  8. davidchardonnet

    How to get the contents of an authenticated HTTPS page

    Hello, I have a login/password on a website that uses https. I want that my php page retrieves the contents of an authenticated page on that web site. I know how to do this on a standard http page, but with a https I am clueless. How can I do? Thank you David
  9. davidchardonnet

    Routing problem?

    Hello, I'm trying to access a specific address on internet but the routing my ISP provides seems wrong. The address Itry to access is 212.82.22.235 The server is accessed by other people I know so the server is online and working. I used WinMTR to see the routing i obtained this...
  10. davidchardonnet

    How to determine hardware for a VMWare project?

    Hello, I would like to know a method to know what kind of hardware i need for a Enterprise VMWare project. What kind of server, how many processors, how many physical memory, disk storage, how many virtual machines on a physical server... Do you know where i can find more information about...
  11. davidchardonnet

    curl problem

    Hello, The following code works with google url but not with the other url, (the commented line) I get a curl error 28 (timeout). I don't know why. It looks strange, because i can access it with browsers from outside. and I see the curl GET requests on the web server (because it's a home-hosted...
  12. davidchardonnet

    making https request with authentication

    Hello, I want to make a https request on the web on a authenticated web site. For http request I usually use UrlDownloadToFile wich works well. But here with https, it never works. The only way it works is by opening an Internet Explorer first, opening the https web site where i want to make...
  13. davidchardonnet

    tomcat 5.5 New installation. Can't make it work!

    Hello, I have a tomcat 5.5 installed on a debian 4.0r1 linux. I have set up with apt-get tomcat and its admin interface. I also installed jre1.5.0_15 and made the env var JAVA_HOME. But now, I can't access the http://ip_address:8080/admin web page that should be here, even though the tomcat...
  14. davidchardonnet

    How can I put a backslash in a link?

    Hello, I want to make a link line to an address like this one: \\server\netshare With older versions of internet explorer it was working very well, but now, alla backslashes are converted into slashes, so the link does not work anymore. Can you help me please? Thank you David
  15. davidchardonnet

    Backed up W2k domain PDC broken - Need emergency plan

    Hello, We have a mixed mode domain (w2k / NT) where we have 2 DC. The Main DC was destroyed and is no longer available for anything. Fortunately we did a back up on tape. But now, we can't figure out how we can go back to a normal situation. I just set up a new server with W2k Server on it...
  16. davidchardonnet

    Offline Address Book - no longer available

    Hello, I have a multi-server exchange 2003 installed, and my users are experiencing synchronization problems for the offline address book. I was reading MS knowledge base id=817377 ( http://support.microsoft.com/kb/817377 ) When I try to access the Offline Address Book Properties of he main...
  17. davidchardonnet

    [2005] Problems after changing domain and server name

    Hello, I have a SQL 2005 Server running in Windows Server 2003. I set it up, tuned it for performance, put a maintenance plan and it took me a lot of time to do all this. I had to migrate it in another domain, and i had to change its name. The renaming is OK But the maintenance plan fails and...
  18. davidchardonnet

    Launching an application when the users closes his session

    Hello, I want to launch automatically a program when the user closes his sessions or is turning off the computer. Do you know how i can do that? Thank you David
  19. davidchardonnet

    Windows Server 2003 x64 - Disable Kernel Paging ?

    Hello, Is it useful to set the Disable Kernel Paging on a x64 Windows Server? HKLM\SYSTEM \CurrentControlSet \Control \Session Manager\Memory Management\DisablePagingExecutive Thank you David
  20. davidchardonnet

    Performance tuning SQL Server 2005 64bit

    Hi, I have a server on which I have installed this version of SQL Server: -------------- Microsoft SQL Server 2005 - 9.00.3152.00 (X64) Mar 3 2007 05:22:48 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 2)...

Part and Inventory Search

Back
Top