Slashdot Mirror


User: candrade

candrade's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:FIRST POST!! on Star Trek: Enterprise Reactions? · · Score: 1

    Its nice to know that the Vulcans can go nipply.
    and what about the red and blue girls? WOW

    softcore is fine with me.

    but the music sucks

  2. Re:Inspiration on Standards and Tools for Computer Network Diagrams? · · Score: 1

    the "free" version is just a 30 day trial....
    I would think that we are looking for something more, not a "free" trial.

  3. http://www.embsd.org/order.html on Choosing a Router/Firewall for the Home LAN · · Score: 1

    32M CF Card w/ emBSD Preloaded CD32-em $84.50
    Specifications:

    133 Mhz. AMD ElanSC520 (486DX)
    64 Mbyte SDRAM, soldered on board
    1-4 Mbit BIOS/BOOT Flash
    CompactFLASH Type I/II socket, 8 Mbyte FLASH to 1Gbyte IBM Microdrive
    3 10/100 mbit Ethernet ports, RJ-45
    1 Serial port, DB9.
    Power LED, Activity LED, Extra LED(software programable)
    MiniPCI type III socket. (for optional hardware encryption?)
    PCI Slot, right angle 3.3V only. (for optional WAN board or more ethernet interfaces or maybe a HDD?)
    Board size 5.5" x 5.5"
    Power either 5V DC fixed or 6-20V DC, max 8W
    Operating temperature 0-60 C
    Software:

    comBIOS for full headless operation over serial port (like running a Sparc w/ no frame buffer)
    PXE boot rom for diskless booting
    Designed to run emBSD and OpenBSD
    Runs most other x86 operating systems

    What more do you need?

  4. Re:G4 is by far the nicest consumer case I've ever on Case Tweaking · · Score: 1

    I dont know, the 7100 was a pain in the ass to add memory. I still have scars on my hand from that bad boy. Anytime you have to take the top off and remove the cd so you can then get a second person to help out really really sounds bad. And it was.

  5. Re:Same mod a while ago - here's a link on Case Tweaking · · Score: 1

    That is odd, he placed the motherboard on the non-lowering side of the case. G3 and G4 motherboards go on the fold down door. That makes access to the motherboard that much more easier. So he/she more or less went against the entire point of the G3/G4 tower design.

  6. hmmm incoming faxes? on Outsourcing Inbound Fax Service? · · Score: 1

    I know that Panasonic has fax machines that can send documents that are scaned in as .tif files. But that is outgoing. DX 2000
    Besides that I really cant think of anything.

  7. My gripe with bash is on What Does Your Command Prompt Look Like? · · Score: 1

    \w always gives ~ for your home directory. That sucks. Of course its a little thing really, but still sucks. Some fun ideas here.
    so here is mine :
    PS1="(\l) [\u@\[\e[31;1m\]\h\[\e[0m\]:\w] $ "
    I dunno, I just like to know what tty I am on (\l) and my server is the firewall, so I like the name to be in bold red
    (\[\e[31;1m\]\h\[\e[0m\]:).

    And yes I put a space between the $ and the end of string. Its just nice to have that space.