• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by King_Weaver

  1. K

    Windows Server licensing requirements for terminal server?

    Thanks for straightening this out guys!! :)
  2. K

    Windows Server licensing requirements for terminal server?

    Thats what I was thinking too, can anyone confirm this?
  3. K

    Windows Server licensing requirements for terminal server?

    So is it possible to buy the standard server R2 license then buy the RDS licenses separately? Also whats the deal with those cpu requirements? seems silly to me when a windows 7 pro license works with an 8 core cpu... I have got to be misunderstanding that cpu limit.
  4. K

    Windows Server licensing requirements for terminal server?

    Hello I am in the process of configuring a terminal server and had a question on licensing that maybe you guys can straighten out for me. The terminal server will have a 16 core CPU and support up to 7 concurrent users. I was going to go with Windows Server 2008 R2 since I have experience with...
  5. K

    how to tail a log file using C# and win forms

    Ok I am NOT looking for an existing log viewing program... But I am looking for how to implement this inside my own C# winforms desktop application. Any helps or suggestions would be great! Ok I am making a log viewer that has to meet the following requirements. 1. Starts capturing log...
  6. K

    how to view processes using windows form, visual studio express C#

    K im back lol... I have a question on backgroundworker. I am having trouble getting it to work... I have tried a few different implementations based on examples online but I just cant seem to get it to work. In the following code, if I remove the while loop and the backgroundworker code and...
  7. K

    how to view processes using windows form, visual studio express C#

    HA missed the "this"... duh. should be running.DataSource = this.running_list; stopped.DataSource = this.stopped_list;
  8. K

    how to view processes using windows form, visual studio express C#

    Thanks Sock! Ok that got me a bit further... but I'm still stuck. I need to split the results in two, I need two separate display boxes. I have to filter out the results (looking for my 3 specific processes) and then display the ones that are running in one box and the ones that aren't into...
  9. K

    how to view processes using windows form, visual studio express C#

    Yea Im lost... It doesn't look possible to convert it to an array of strings. I would have to iterate through each element in the process array and find just the name the name and display it. Which I am not entirely sure how to do with list array since you cant print a process type, so I have no...
  10. K

    how to view processes using windows form, visual studio express C#

    Ok so Im a little stuck. I am able to pull the specific processes I want and store them in the Process array. But I am having trouble populating the listbox with the array... I can populate it with a fixed array of strings, but it wont let me populate it with the Process array, it also wont let...
  11. K

    how to view processes using windows form, visual studio express C#

    Sweet! ok I will look into this, thank you!!
  12. K

    how to view processes using windows form, visual studio express C#

    Ok so I am making a small command center application to control some custom processes. There are three specific processes that I need to be able to monitor, start, stop, and restart from within this form (yes I know I could just look at task manager, but I have something special in mind)...
  13. K

    I am looking for a laptop like device that doesn't actually have a laptop inside

    Ok does anyone know of someone selling a portable console? Let me explain, I work for a company that has some onsite techs that work a lot with headless servers. These servers have a tendency to drop off the network and become unreachable... in which case the tech has to go find a mouse...
  14. K

    Server logging for accountability?

    Yea I mean if we were on a domain and I had that level of control the problem would'nt be that bad... but again we cant do it that way. And since we access the servers remotely a pen and a camera wont be too useful lol. In fact the bulk of our company (including all technical staff except for...
  15. K

    Server logging for accountability?

    As far as *what changes are made, that can be filled in manually by our IT staff as they go and then enforced through policy. What we need to know is *who logged in, when, and for how long (and preferably forces them to make a log entry on sign out)... but because we all have to use the same...
Back
Top