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...
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...
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...
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...
I've just installed SSH on my linux box and it works great. The only problem is it doesn't start when the system reboots, I actually have to type "sshd" at the terminal to get it to go.
In the past, when I want a daemon to run, I've used the setup command (I'm using a red hat distro)...
My skill with Linux waxes and wanes with my usage. I don't use it often enough to get really good and during my times off I forget stuff that I used to know. Here's an example:
There was a great site for finding every RPM you could ever need, and I forget where it is now. Anybody have any...
Can somebody point me to a site, or even an RFC, that has a good detailed description of what error messages mean. I'm specifically looking for a good description that would help me understand what causes a 400 - Bad Request error.
I've run web searches and I've searched the RFC database...
Is there a way to have a distribution list have an auto reply? If there is I can't seem to find it.
My solution so far is to have a special user on the list named DistributionAutoReply who's only job is to send out replies but these seems more like a kluge than a real solution.
So I have a questions and and issue I'd like help with...here goes:
1) What exactly is it that make a machine (or a domain for that matter) show up in Network Neighborhood? I have a nagging suspicion that it's WINS but I cant find anything to confirm that, only wispy implications, and shodowy...
I should know this but I dont because I'm so rusty in C it almost hurts so I know somebody out there can answer this in like 2 seconds. I have a char* that I'm sending to a function. I want to do work on that char* in the function and I want the changes I make to stick after I leave the...
I apparantly have an invalid wrapper. Would that stop me from running CGI stuff?
From what I've read I don't think it should and that I only need suexec when I want to change the user that is running the cgi script. Since I'm not trying to do that I dont think I should need suexec but I'm...
if I use rpm to "install" something, what exacly happens?
Where does the file go that I just "installed" go?
Why doesn't RPM tell me? Why doesn't it ask me where I want it? Why does it feel like I'm only 1/2 done even though rpm is supposed to "install" for me?
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.