Search:

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

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    6,394

    er0k, the: if ($file == false) { echo...

    er0k,

    the:


    if ($file == false)
    {
    echo "Error: Could not create or open counter.txt";
    }
  2. Replies
    7
    Views
    3,070

    Surfing at work? Depends if there's an ocean in...

    Surfing at work?
    Depends if there's an ocean in the building!
    I'd rather do my surfing on a beach thankyou very much!

    (More Suitable Answer Follows)

    I currently go to a college in the UK...
  3. Thread: Nmap3

    by Rewandythal
    Replies
    1
    Views
    2,466

    It would appear that you have more than one NIC...

    It would appear that you have more than one NIC in your computer, and nmap can't determine which one to send the scan through... type nmap --help or man nmp for details of how to tell it which...
  4. Replies
    6
    Views
    5,013

    Personally, I don't see the point of all these...

    Personally, I don't see the point of all these "AntiPoint Alliances" its just abuse of the system. I'm not saying that anyone is, or is not, involved in such pointless exercises, but I will...
  5. Replies
    5
    Views
    8,371

    I'll work on that one if I get time.

    I'll work on that one if I get time.
  6. Replies
    5
    Views
    8,371

    Thats true. Specifically, things like Apache,...

    Thats true.
    Specifically, things like Apache, PHP, PostgreSQL, need additional options to compile with support for each other (I already wrote tutorials on installing all 3 of those). Another thing...
  7. Replies
    5
    Views
    8,371

    Installing Linux Software From Source

    Installing From Source In Linux

    I am aware that 99% of people who use linux and visit AntiOnline are probably more than capable of doing this, but I've seen several people in IRC lately who had...
  8. Replies
    9
    Views
    8,540

    You can also use require_once('file.inc'); or...

    You can also use require_once('file.inc');

    or require_once('file.php');

    Options:
    include('file.php/inc');
    require('file.php/inc');
    require_once('file.php/inc');
  9. Replies
    4
    Views
    6,090

    Yes, you can. Thats the setup I have until I get...

    Yes, you can.
    Thats the setup I have until I get broadband installed.
  10. Replies
    4
    Views
    6,090

    If you were looking for a separate firewall box,...

    If you were looking for a separate firewall box, rather than using a software firewall on your workstation box, which will slow it down slightly, there are many options. You can buy firewalls from...
  11. Replies
    5
    Views
    5,528

    My nmap tutorial may help. get a linux box, get...

    My nmap tutorial may help. get a linux box, get nmap, scan your system to be sure its not open to the world.

    http://www.antionline.com/showthread.php?s=&threadid=234206
  12. Replies
    3
    Views
    6,834

    You can't. Modems in linux usually use kernel...

    You can't.

    Modems in linux usually use kernel modules as their drivers - and you'll be very lucky to get one of those in an RPM!!

    Secondly, the HSP modems are (as far as I know) mostly...
  13. Replies
    0
    Views
    3,731

    SmoothWall GPL Edition

    Product Review: SmoothWall GPL
    (http://www.smoothwall.org)

    SmoothWall is a Firewall/Router Linux Distro.
    It installs from a single CD (Downloadable ISO Image) and supports dialup, ISDN or ADSL...
  14. Replies
    1
    Views
    87,691

    Nmap Tutorial

    I am aware that this kind of thing isn't exactly what we want all the script kiddies and so on to learn, but there are people on AntiOnline who will find this information useful from a security point...
  15. Replies
    12
    Views
    6,277

    Slackware makes an excellent linux system. I use...

    Slackware makes an excellent linux system. I use it for all my servers, I currently have Slackware 8 on my main PC as a workstation (although I have Apache/PHP and eventually MySQL on for web design...
  16. Replies
    0
    Views
    4,993

    Hit Counter: DB Version

    Ok, this is the database enabled version of the hit counter I posted yesterday.
    Obviously you'll need to change the values of variables at the top to be specific to your requirements, like change...
  17. Thread: nmap

    by Rewandythal
    Replies
    0
    Views
    4,123

    nmap

    Ok, this is probably not a good idea, but I wrote a bash shell script to help people who aren't 100% up-to-scratch on nmap utilise its (almost) full power. I am aware that nmap has a gui frontend in...
  18. Replies
    3
    Views
    6,394

    Hit Counter

    After reading Jethro's post on Website Administration, I felt compelled (ok, maybe not compelled, but inspired) to write something marginally useful in PHP. The simplest thing I could think of that...
  19. Replies
    9
    Views
    6,664

    Agree 120% with NetSyn. Don't delete things until...

    Agree 120% with NetSyn. Don't delete things until you know the consequences. I compiled a 2.4 linux kernel on my Slackware 8 system the other day, deleted the 2.2 befroe I tried the 2.4, so confident...
  20. Replies
    6
    Views
    11,173

    Some additional details would help... Windows...

    Some additional details would help... Windows version (95, 98, XP, 2000, NT...) etc.
  21. Replies
    9
    Views
    4,038

    Umm, Ireland, maybe?! Anyway, welcome to those...

    Umm, Ireland, maybe?!

    Anyway, welcome to those of you who have joined for honourable reasons. Its nice to see people joining here to learn, rather than to be generally destructive. I've no doubt...
  22. Replies
    4
    Views
    5,265

    Tip #1: Don't use XP!! Tip #2: Use Agnitum...

    Tip #1: Don't use XP!!
    Tip #2: Use Agnitum Outpost as a firewall on Windows systems (www.agnitum.com) its free (the FREE version, that is, you have to pay for the PRO version but it offers very few...
  23. Replies
    1
    Views
    3,555

    As a general rule, the swap partition should be...

    As a general rule, the swap partition should be at least double the system RAM, so a 64MB minimum partition is recommended for your swap partition, although this is not essential.
    As for RAM...
  24. Replies
    15
    Views
    4,863

    er0k, [1] Use a low-level format utility to...

    er0k,
    [1] Use a low-level format utility to completely erase the disk
    (Search Google for one made by the HDDs manufacturer)
    [2] Partition it and format it using a boot disk with newish fdisk and...
  25. Replies
    6
    Views
    6,889

    nmapNT doesn't perform very well... I knew of its...

    nmapNT doesn't perform very well... I knew of its existence but it doesnt work on RAS (dial-up) connections (last time I checked anyway, correct me if I'm wrong).
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4