Search:

Type: Posts; User: PainShock; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    20
    Views
    14,402

    I think that you don´t have any trojan if you...

    I think that you don´t have any trojan if you see the rest of connections to a web pages you will see that they start in ports of the range like 1673 1671 1580, this is in the case of my computer....
  2. Replies
    14
    Views
    6,212

    In the end

    [color=blue]I try to explain how to do a C program and compiler in Linux step by step, I hope that with this you can compile a program in C.
    1) First use editor to write the...
  3. Replies
    3
    Views
    8,693

    I dont use this version of Suse but you can try...

    I dont use this version of Suse but you can try to probe with Yast, go a console and put Yast. You will see a menu to configure that you want I think that Yast will help you bye ;)
  4. Replies
    20
    Views
    14,402

    In Win you cannot close the ports manually yiu...

    In Win you cannot close the ports manually yiu have to use some program to close it like a firewall. You can use for example ZoneAlarm but i didn´t like it. If you want to prevent a enter in your...
  5. Replies
    14
    Views
    6,212

    Send your code

    Send your code to see how is your program and if see some bug i can tell you bye:cool:
  6. Replies
    4
    Views
    7,568

    C decompiler

    If you want to decompiler a program you can use decompiler like a WDASM32. This program decompiler you program and you can see all the program but in assembler :( . This kind of program are used to...
  7. Replies
    4
    Views
    5,453

    I think that the port is open for a trojan. If...

    I think that the port is open for a trojan. If you are working with a Windows 2000 or NT you can download a program called Fport. This program show you the connections and what is the name of the...
  8. Replies
    8
    Views
    8,615

    If you are working in Win9 x you can use an...

    If you are working in Win9 x you can use an utility called recover4all :)
  9. Thread: Linux "path"

    by PainShock
    Replies
    4
    Views
    5,082

    Linux Path

    In Linux exist the variable name PATH in upper that define wehat is the path. In the prompt of linux put set, if dont see all in the screen you can put set |more, and look for a variable named PATH....
  10. Replies
    14
    Views
    13,009

    If you want a firewall for Lin¡nux you can probe...

    If you want a firewall for Lin¡nux you can probe IpChains I think that it comes in the distribution, if no come you can dowload from this url...
  11. Replies
    14
    Views
    6,212

    Compiling C in Linux

    Probre in this form:
    /* --------------- Begin code ----------------- */
    #include<stdio.h>
    main()
    {
    printf("Hello World\n");
    }
    /* -------------- End code -------------------- */
    ...
Results 1 to 11 of 11