Search Results

Search: Posts Made By: stevenswj
1,254
Posted By stevenswj
Question about IO redirection
for shell operators like <, >, <<, and >> do the LHS always have to be a process or device and the RHS a file or device?

Is it possible for the RHS to be a process?
1,047
Posted By stevenswj
Need help configuring apache
In this configuration file I added in /etc/httpd/conf.d, lets call it application.conf, and for some cgi scripts found outside the document root for the apache server, lets call the foreign folder...
1,304
Posted By stevenswj
So if I plan to stick with the same server name,...
So if I plan to stick with the same server name, then I should probably not use virtual hosts? Sorry I'm a newbie to this stuff.
1,304
Posted By stevenswj
Ah, that looks like another way to do it. So...
Ah, that looks like another way to do it.

So the way I figure there's several ways to do this:
1) the one you mentioned
2) symbolic links
3) virtual hosting?
4) changing DocumentRoot

I'd...
1,304
Posted By stevenswj
Running web pages located outside webserver space
I can't find any good, active Apache forums, anyone know? Either way I'll ask once here.

Let's say all webpages on the server run from /var/www directory and you would like to store some webpages...
11,118
Posted By stevenswj
EDIT: Alright nevermind though I still had a...
EDIT: Alright nevermind though I still had a problem but I didn't. Thanks
11,118
Posted By stevenswj
How to create ext3 filesystem on regular file?
After doing something like:

dd if=/dev/zero of=ext3.img bs=1024 count=1048576

I'd like to put an ext3 filesystem on ext3.img. What should I run? Thanks
2,965
Posted By stevenswj
Manipulating env variables for user apache?
So that they can be used in a cgi script? How best to do this? Thanks

---------- Post updated at 06:24 PM ---------- Previous update was at 02:38 AM ----------

Anyone that can help me with...
1,316
Posted By stevenswj
Shell arrays need help
Ok so spaces separate elements. What if you wanted an element to have a space in it?

For instance:
nums="one two three and a half"

where "three and a half" is THE SAME element?
2,089
Posted By stevenswj
Ah thanks
Ah thanks
2,089
Posted By stevenswj
Do I put anything in there or just create the...
Do I put anything in there or just create the file?

If the latter is true then it had no effect.
2,089
Posted By stevenswj
ssh annoyance
I have this script that routinely ssh into another host to collect data from that host.

However we have these annoying boilerplates on all our machines that flood the screen from all the ssh's.
...
Forum: Linux 10-23-2010
2,946
Posted By stevenswj
Block device fs vs normal directory
I use CentOS

I talked with this guy who seems to think loop mounting a fs ext3 image on a directory, as opposed to just using the underlying filesystem, will work better as far as IO conflicts. I...
1,522
Posted By stevenswj
Block device fs vs normal directory
I talked with this guy who seems to think loop mounting a fs ext3 image on a directory, as opposed to just using the underlying filesystem, will work better as far as IO conflicts. I have no idea why...
Forum: Linux 10-17-2010
6,229
Posted By stevenswj
Create an ext3 fs image
Which I will use as a loop mount mounted on an arbitrary directory, say /home/me/dir running something like mount -o loop ext3_image.img /home/me/dir

What command(s) should I run to create this? I...
3,147
Posted By stevenswj
Yea I'm good :b:
Yea I'm good :b:
3,147
Posted By stevenswj
Need help with parameter expansion
Say you have this numeric variable that can be set by the user but you never want it to leave a certain range when it gets printed. How could you use parameter expansion such that it will never...
1,572
Posted By stevenswj
Nah didn't know about it, I'll give it a peep
Nah didn't know about it, I'll give it a peep
1,572
Posted By stevenswj
Script for renaming files
I wanna back up the original version of files in a directory by appending .ORIG to them. I'm guessing I'd need CP and AWK in some form or fashion. Can someone give me a template? Thanks
1,485
Posted By stevenswj
I don't believe so ---------- Post updated...
I don't believe so

---------- Post updated at 10:57 AM ---------- Previous update was at 10:57 AM ----------

It's an NFS partition, might the disk blocks still be in tact if I have not written...
1,485
Posted By stevenswj
Accidentally removed a script
I accidentally rm a script (typo) and it doesn't even show up in the trash. Is there any way I can recover?
3,427
Posted By stevenswj
Need help writing RPM .spec file
I'm new to this. This installer just installs PHP code so NOTHING needs to be built (do I still need to use the build and buildroot directories?). I would just like to create an installer (spec)...
Forum: Programming 10-12-2010
7,969
Posted By stevenswj
I use as86, which is an assembler for 8086..80386...
I use as86, which is an assembler for 8086..80386 processors
Forum: Programming 10-11-2010
7,969
Posted By stevenswj
'seg' assembly instruction in .s file
Is this x86? I encountered this instruction and can't seem to find any info on what it does anywhere. Any ideas? This is how it appears:

seg es
Forum: Programming 10-11-2010
1,384
Posted By stevenswj
Memory addressing question
Forgive me if this sounds like a newbie question. Any time you obtain a stack address from a pointer, what is this relative to by default? Is it the extra segment, the stack segment, what? How do...
Showing results 1 to 25 of 25

 
All times are GMT -4. The time now is 11:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy