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...
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...
Ok here's a simple form with only 3 bits of data:
<HTML>
<form name="form1" METHOD="POST" ENCTYPE="text/plain" action="http:test2.pl">
<TABLE cellpadding="3" CELLSPACING=0 BORDER="0" WIDTH=480>
<TR>
<TD...
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...
Ok little script here:
$in = <>;
if ($in =~ /p*o*b*o*x/i) {
print "MATCH"
}
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...
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...
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...
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.
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...
Ack. I was never too experienced at reg exps, and taking 8 months off from them has only made me worse...
I have a program running that uses regular expressions and I'm having trouble figuring out what one does. I'd appreciate it if somebody could help me.
This is what it looks like...
Well it's in the ballpark, but not exactly. I need the pid of a specific process, not just all the processes.
The line you gave me just gives me all the pids, it's not exactly what I need.
I want a PID, just a PID and nothing but a PID.
You'd think ps would have an option for this, but if it does I can't find it.
I've tried piping the results of a PS command into every little unix widget I can think of I can't find a way to get the PID that works every time.
Any suggestions?
I...
Hi all,
I'm looking for an clock updating program that will run in Red Hat Linux 7.1. To NT folks we run something called Timeserv. I'm sure UNIX must have something like this but I don't know what it's called so it's making my attempt to locate it difficult.
If anybody could tell...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.