Search Results - JustLinux Forums


Search:

Type: Posts; User: Gogeta_44

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    1,103

    I could, but I don't really want to; it's going...

    I could, but I don't really want to; it's going to be a firewall router inside a closet with other older machines that are clustered.

    EDIT:
    Because I figured that this machine wouldn't need to...
  2. Replies
    6
    Views
    1,103

    Really short, and it also needs a low profile...

    Really short, and it also needs a low profile clip. It's about half the height of a normal card, maybe smaller.

    EDIT:
    I was going to buy this if I couldn't find anything else. That's about how...
  3. Replies
    6
    Views
    1,103

    Yeah, I would, but I can't find any really crappy...

    Yeah, I would, but I can't find any really crappy low profile cards to fit in the case.
  4. Replies
    6
    Views
    1,103

    Booting without a video card

    I have a low profile box that I'm trying to convert into a headless server machine. The BIOS refuse to POST without a video card. It doesn't mention booting without a video device in the BIOS, but it...
  5. Hmmm... Boot the livecd again and make sure that...

    Hmmm...
    Boot the livecd again and make sure that your boot scripts (/etc/rc.d/rc.*) are marked executable and are not corrupt for some reason.
    I don't know what would cause this exactly, but just...
  6. Replies
    8
    Views
    1,709

    I might suggest: ClamAV (http://www.clamav.net/)...

    I might suggest:
    ClamAV for antivirus, although you really don't need it and
    Firestarter as an easy-to-use frontend for iptables.
  7. "tcpdump" will not buffer lines with "tcpdump -l"

    When I run "tcpdump" I get entries like:

    02:13:11.979637 IP ns1.my.name.server.domain > host.name.34905: 13413 1/0/0 (81)
    And when I run "tcpdump -l", which if you'll look at the man page is...
  8. Okay, here's what I've done: I took the network...

    Okay, here's what I've done:
    I took the network back to b only, and everything worked fine, though I'm not sure why g only didn't work. So then I set the network to g and capped the server's rate to...
  9. Unfortunately, the main device I have to keep the...

    Unfortunately, the main device I have to keep the b band up for is a palm, and I don't believe they have g band palm wifi SD adapters. That's beside the point though. I kept the network on g only for...
  10. If you look here: ath0 IEEE 802.11g ...

    If you look here:
    ath0 IEEE 802.11g ESSID:"myessid" Nickname:"backup"

    I replaced the ESSID with "myessid" when I posted this, but it is specifically set as:
    ESSID="myessid"
    In the...
  11. Hmm.. This is troubling. Turning the b radio off...

    Hmm.. This is troubling.
    Turning the b radio off in the router seems not to have actually worked.
    It was fine for 2 days, then I started getting the disconnect problems again.
    It looks like...
  12. 802.11bg router conflicting with 802.11abg card

    This might be a better thing to put under networking, but I think the problem is more hardware related than network related.
    Basically, I just bought a new 802.11bg router and several new cards to...
  13. Replies
    5
    Views
    1,581

    Amazon to the rescue...

    Amazon to the rescue !
  14. Replies
    8
    Views
    1,708

    Okay, I tested the following in both C and C++: ...

    Okay, I tested the following in both C and C++:


    test.c:
    #include "header.h"
    main()
    {
    testFunction(testGlobal);
    }
  15. Replies
    8
    Views
    1,708

    That helps a lot, that saves a lot of externals...

    That helps a lot, that saves a lot of externals that I had declared in source files all over.


    That's funny, because I have a bunch of const int's in a header that's included in every file. Is...
  16. Replies
    8
    Views
    1,708

    Okay, I think I understand what your saying, I...

    Okay, I think I understand what your saying, I was kinda under the assumption that every source file had a matching header file (main.cpp, main.h; functions.cpp; functions.h), and I was confused...
  17. Replies
    8
    Views
    1,708

    C++ code structure and placement

    I posted a while ago about this (here), but I think that I'm confused on a few issues mentioned there.
    I just started writing a medium sized C++ program with SDL and would like to spread the source...
  18. Replies
    4
    Views
    1,795

    I played with BIND a little and got it to work...

    I played with BIND a little and got it to work without caching real DNS servers. I just had to take a certain section out of the configuration file that I had thought I had already taken out.
    ...
  19. Replies
    4
    Views
    1,795

    Alas, I use a linksys router and I don't have...

    Alas, I use a linksys router and I don't have time to worry about firewalling our network with a linux one that I set up myself. My network works fine, all I need is a few pointers on setting up BIND...
  20. Replies
    4
    Views
    1,795

    Small local BIND9 setup under slackware.

    I want to have a few computers on my network with static ip addresses assigned a hostname which can be resolved by DHCP clients in the same LAN without any configuration. I presume the easiest way to...
  21. Make sure you have your kernel sources installed...

    Make sure you have your kernel sources installed so it can compile the module correctly. I'm pretty sure a "full" installation includes them, so you should be fine.
  22. Replies
    3
    Views
    1,758

    linuxbrain: Nothing that would lose me money if...

    linuxbrain:
    Nothing that would lose me money if it failed, but mainly a local backup/mp3/web/mysql/tor/teamspeak/ftp/mythtv/everything server. I plan to put mysql and mythtv on one box, and...
  23. Replies
    3
    Views
    1,758

    openMosix, 2.4 vs. 2.6

    I'm about to setup a small openMosix cluster of slackware machines (possibly only two), and I was wondering if anyone knew whether people prefer the 2.4 or 2.6 branch. I know 2.6-om relies on a...
  24. Okay, I'll go run through those assembly guides...

    Okay, I'll go run through those assembly guides when I get a chance, thanks a lot to both of you.

    I think I'm going to learn the rest of the basics of C++ from the about.com guide, which seems to...
  25. Okay. Sepero: If you could point out a nice...

    Okay.

    Sepero:
    If you could point out a nice guide to learning enough assembly to program on a competent level, I'll read it when I get the chance

    And also..
    I just finished the book on C++ I...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4