• 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 zappa86

  1. Z

    Has Asus Lost Quality?

    Last summer I purchased an ASUS Crosshair II Formula (from newegg) for a new rig. I had just graduated college and I figured I would spend some money on it. I got a new Phenom, ram, and graphics card. After about building the rig and using it for a short time (a few hours) I turned off. When I...
  2. Z

    Getting around a Packeteer

    yeah. the admins at my school are my friends so you are right, i dont want to piss them off. Sorry for the post since this is not the right place.
  3. Z

    Getting around a Packeteer

    Hi. I'm a college student and my school has a packeteer which really slows down the bandwidth. I was wondering about ways to get around such a device if its even possible. (tried googling, but not much) I was wondering if it would be possible to exploit ipv4 fragmenting. By that I mean a way...
  4. Z

    c/c++ Arugment List

    How can I creating a function like printf that cant take unlimited arguments. I want to make a functing called Logger_Print and have it do what printf would basically do and more. I know you need to do something with the ... inorder to make it take many arguments. void Logger_Print(int...
  5. Z

    [visual c++] Modifying/Searching through MIDI files

    I value is a value. A number, character is binary, decmal, and hexadecmal. Its just how you choose to represent it. The computer stores the number in its memory and you can instruct it to output the number as as if the data were a binary number, hexadecmal, or regular int, or even unsigned int...
  6. Z

    Why is C++ so hard for me?

    Ahh. assembly is fun. instead of using NASM you should use GAS.
  7. Z

    Holy......???????

    ha. good old microsoft. :)
  8. Z

    C++ Variable question

    If you need more than 2^32 than you either need to make a large int storage class or get one off the internet.
  9. Z

    Drive letters wrong after removing Linux dual-boot partition

    Microsoft recovery console is weak. I have tried fixboot and fixmbr and it never seems to actually do anything.
  10. Z

    Computer EXTREMLY Slow

    You need more real memory.
  11. Z

    Windows Vista...coming in 7 freakin versions...

    Jesus. Why did they do it this way? I'm learing linux.
  12. Z

    Ubuntu Linux Security Question

    Good Explination. Thank you very much.
  13. Z

    Ubuntu Linux Security Question

    I have ubuntu 5.04 installed. I did a netstat -l to see what was opened on my system and I found several entries like: unix 2 [ ACC ] STREAM LISTENING 13734 /tmp/orbit-harry/linc-226f-0-1bac2d62a9d22 and unix 2 [ ACC ] STREAM LISTENING 13186 @/tmp/dbus-hIk2dV0DVj I'm somewhat new to...
  14. Z

    Shells on Windows

    On a unix machine you can have many different shells. Is there a windows equiv or is the command prompt all that windows has?
  15. Z

    GRUB and SATA

    Thank you very much anyway. I'm going to see what I can do with that (building it into the kernel).
Back
Top