Skip to content

System Admin

General discussions on System Administration and support. Are you your company's IT expert?

This category can be followed from the open social web via the handle system-admin@forum.codeproject.com

3.7k Topics 12.3k Posts
  • Unix - windows

    question learning
    4
    0 Votes
    4 Posts
    0 Views
    C
    MS has had Interix for years. From MSDN : "Interix provides a POSIX compatible runtime environment with additional extensions on Windows. This enabled a large number of UNIX applications to run on Windows with little or no adjustment." You get headers, libs, and common UNIX shell commands, if I remember correctly, allowing you to recompile POSIX compliant code to run in Windows. I think Interix has been rolled into the MS Services for UNIX 3.0 SDK which I think can be found in the Win2K Resource Kit (if you have MSDN sub). ...cmk
  • How to delete an EventLog file

    tutorial csharp c++ data-structures question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Help verfy Windows XP Home Bug ?

    help c++ question
    3
    0 Votes
    3 Posts
    0 Views
    M
    Thanks for your help, problem is soleved now However, I still consider this an awfull practice. MSDN coming with Visual C++ 6.0 never mentions theis flag. That means that all older programs will live in ilusion thet they have implemented single file deletion (example might be already mentioned Total Commander). They might be surprised a lot just like me. I managed to compile the code only by manually definig this flag (value found by google). Anyway, enough ranting, thanks. Miroslav Rajcic
  • Faarrrkkkk!

    sysadmin security question
    2
    0 Votes
    2 Posts
    0 Views
    R
    Michael Martin wrote: I f***ing hate computers A clear case of mistaken identity... Norton is the true object of hatred. All of their products are deeply intrusive, non-intuitive, and far more trouble than they're worth. Anytime you spot a Norton product on a machine that has problems, suspect Norton. Over 70% of the time, the fault will lie with that product. "Ask not for whom the bell tolls; It tolls for thee..."
  • SOHO LAN Pains

    ai-models question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • USB Network?

    question sysadmin workspace
    2
    0 Votes
    2 Posts
    0 Views
    L
    Aidman wrote: I was wondering if it is possible to create a local network between two or more computers throw a USB cable (assumed that the computers in question have USB ports), without using a normal network cable and adapter? If so then does it require any special configuration, if it does then how? And also, is it possible to use so called USB Hubs or Switchs to connect more then two computers together? I believe it is though I have never done it so am not much help sorry. Having siad that I have seen adapters that fit into a USB post that take RJ45 connectors found on the end of Cat-5 cable. Might be worth looking int them as they are then just used as a normal NIC with TCP/IP. Michael Martin Australia "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002
  • Linux .NET

    csharp linux question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Connection limits on Windows XP

    question sysadmin tutorial
    2
    0 Votes
    2 Posts
    0 Views
    S
    Try under Linux, it is more flexible in changing these limits. ;) Sergiu.
  • Need to unlock file

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • RSA Full Encryption in Windows CryptoAPI

    sharepoint security help question
    2
    0 Votes
    2 Posts
    0 Views
    M
    If CryptAcquireContext() fails and GetLastError is NTE_BAD_KEYSET, you need to call CryptAcquireContext() again with the CRYPT_NEWKEYSET flag. This should only have to be done once per machine. --Mike-- Latest blog entry: *drool* (Alyson) [May 10] Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me
  • HTTP port not free

    question help
    5
    0 Votes
    5 Posts
    0 Views
    R
    Just a question, did you reboot after stopping the WWW service? Also, unless you are writing a web server (or another web related utility) I would not use port 80. Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
  • Windows 98SE Errors

    help com sales tutorial question
    11
    0 Votes
    11 Posts
    0 Views
    J
    Michael Martin wrote: If I didn't load the Windows drivers I ended up in Safe mode and all worked well. If I loaded any drivers I went into normal mode and the problem was there. My, is that familiar! "Do unto others as you would have them do unto you." - Jesus "An eye for an eye only makes the whole world blind." - Mahatma Gandhi
  • How to make a hint window in explorer?

    tutorial csharp question
    7
    0 Votes
    7 Posts
    3 Views
    V
    Hi, Where do you want the mouseOver Tricks to display. If it is going to be hosted within IE or a WebPage (ActiveDesktop), then you can try the OverLib JavaScript. OverLib JavaScript is available from: http://www.bosrup.com/web/overlib/[^] Deepak Kumar Vasudevan http://deepak.portland.co.uk/
  • i need source code to format FDD or HDD

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Accessing Admin Shares On XP Pro?

    question
    2
    0 Votes
    2 Posts
    0 Views
    B
    It works fine for me... What happens when you type \\PC_2 in and press enter??? Does it ask you for the username and password then??? Regards, Brian Dela :-)
  • Win GINA in XP.

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Running 16bit application on Windows NT server 4.0

    help sysadmin announcement
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Copying files from nt 4.0 to w2k is slow

    sharepoint com sysadmin performance question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Windows has detected and recovered...

    help question
    4
    0 Votes
    4 Posts
    0 Views
    R
    Yeah, I was going to do that anyway. Actually it is time for my yearly reinstall of the system. I was just hoping that there would be some cool hidden log file somewhere that would tell me WAHT was broken. It is so strange... All the software that I build is fully instrumented so that I can get logs from people and know exactly how the app was running at the time of a crash. I really wonder why Windows does not have something similar. Sure there is SQL tracing and Tapi tracing, but nothing in the OS itself. Hmmmmm. Maybe if I loaded the debug symbols and attached via a remote debugger. Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
  • Deleting a file from a Dynamic NTFS volume

    security help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied