Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by iggystar

  1. iggystar

    additions made to routing table disappear in RH 7.3

    I'm using the route command to update my routing table but if the machine gets rebooted the routes disapper. For example I do this: route add -net 192.168.100.0 netmask 255.255.255.0 gw 10.208.148.5 This command works, as I'll now be able to reach that 192 network. I can also check...
  2. iggystar

    ifconfig forgets its settings upon reboot

    Fantastic thanks. That's pretty obvious actually, once you know it's there.
  3. iggystar

    ifconfig forgets its settings upon reboot

    Ok I'm obviously doing something stupid but I can't think what it is and I've never had this problem before. I have a RH 7.3 box that I run ifconfig eth0 172.16.6.120 netmask 255.255.255.0 up and it works. I have that IP, I can setup routes and surf the web, ping boxes, ftp, etc. Then the...
  4. iggystar

    Diff browsers formatting data differently when using POST and GET

    Ok here's a simple form with only 3 bits of data: <HTML> <form name=&quot;form1&quot; METHOD=&quot;POST&quot; ENCTYPE=&quot;text/plain&quot; action=&quot;http:test2.pl&quot;> <TABLE cellpadding=&quot;3&quot; CELLSPACING=0 BORDER=&quot;0&quot; WIDTH=480> <TR> <TD...
  5. iggystar

    Diff browsers formatting data differently when using POST and GET

    I've tried it using IE 6.0 and 5.5 I'll chop down the HTML to just a simply form and then check it again and post it.
  6. iggystar

    Diff browsers formatting data differently when using POST and GET

    I have a simple little script that captures some data from a form and the just e-mails it off. My problem is, IE isn't formatting the data the way I expect it too. For example, I ask for first and last names, among other things. When I use the Opera browser it sends the data to me like this...
  7. iggystar

    easy reg expression question that I know you can help me with

    Thanks. Never seen this: perldoc perlre before. I'll give it a try tomorrow.
  8. iggystar

    easy reg expression question that I know you can help me with

    Ok little script here: $in = <>; if ($in =~ /p*o*b*o*x/i) { print &quot;MATCH&quot; } Simple enough huh? Here the problem, if I feed it po xob it still counts as a match. I don't want it to. I want to match p o b o x, with any amount of characters between them, but I want them to be in...
  9. iggystar

    * fails - too many files - what to do?

    Ok I knew the solution to this problem a year ago and now I forget it. I have a folder the gets heaps and heaps of little itty bitty files everytime a program we have gets run. There are so many files, in fact, that any command I use that has a * in it fails. I can't tar them, rm *, gzip...
  10. iggystar

    Changing partitions post install

    I've just installed RH 7.2 on a couple boxes I have. I let the install program just handle all my partitioning for me as I didn't have any big plans for the boxes I didn't think it would matter. Turns out it matters. My /var is way too small and my /usr is big enough for every file stored on...
  11. iggystar

    Just setup RH 7.2 and having networking trouble

    HA! I was trying to give it .204 when the address should really be .202 What a stupid mistake. They changed the interface in 7.2 from what I was used to so I assumed I screwed something up there. Thanks for the help.
  12. iggystar

    Just setup RH 7.2 and having networking trouble

    I'm trying to assign an interface a certain static IP but on bootup I'm told that something else is occupying that IP. Now my first time through I did make a config mistake that could be causing this problem, but according to the KDE Network Configurator nothing is sitting on that IP. Anybody...

Part and Inventory Search

Back
Top