9 More Discussions You Might Find Interesting
1. Web Development
Hi
from Running web apps from your home folder
I've more or less follow the guide,
the reason why I'm expering 403 Forbidden is because the higher level directory will take precedance.
$ ls -lrthd /home/phpmy/www/joomla/ drwxrwxr-x 2 phpmy phpmy 4.0K May 1 20:26... (2 Replies)
Discussion started by: jediwannabe
2 Replies
2. AIX
Hi,
I am trying to debug my project using dbx to understand the code and functionality of modules.
I compiled all my C files using gcc -g flag to enable the debug option.
I was able to get in to the debug mode using dbx.
I was able to create breakpoints using stop at line no.
"stop at... (7 Replies)
Discussion started by: Sachin1987
7 Replies
3. Shell Programming and Scripting
hi,
I would like to ask or is it possible to dump a hex using dd from starting point to end point just like the "xxd -s 512 -l 512 <bin file>"
I know the redirect hexdump -C but i can't figure it out the combination options of dd.
Hope someone can share their knowledge..
Thanks in... (3 Replies)
Discussion started by: jao_madn
3 Replies
4. Shell Programming and Scripting
Hello everyone,
I am searching for a way to open a webpage out of the shell and then save it's source to a file. Simply using wget doesn't work as there is java involved.
So my idea was to open the URL in firefox (or any other browser) where it it can be opened and then save the source to a... (2 Replies)
Discussion started by: shimaric
2 Replies
5. Shell Programming and Scripting
Hi guys
I need a script that can ping a list of hosts and print the output to my homepage, with the result "running" or "dead".
I'm new in this so please be patient with me.
Can anybody help me? (1 Reply)
Discussion started by: NickB
1 Replies
6. UNIX for Advanced & Expert Users
Hi,
I'am working on a RedHat server (V5) and having on it 2 Apache instances, but after each reboot i have the wrong one starting so that i have to stop it doing "httpd -k stop" and than launch the right one doing "/etc/init.d/httpd -k start".
For more Details, you may see the link i inserted... (4 Replies)
Discussion started by: mehdi1973
4 Replies
7. Linux
Hello all,
I am new to Linux and am trying to set a password for access to Apache server access. I have both Apache and Tomcat installed in my server, Apache forwards the requests to our Tomcat server which servers the java application we have.
The Java application is not configured to ask... (1 Reply)
Discussion started by: firefox211
1 Replies
8. Shell Programming and Scripting
Hi,
we can open firefox Google to open a webpage.But, how can I open the firefox directly with the search term given at commandline and directly display the page with search results. (1 Reply)
Discussion started by: ramkishore
1 Replies
9. Shell Programming and Scripting
Does anyone know of a way to set up some sort of marker in a shell script, from which the script can be restarted..
e.g.
MARKER1
check env variable MAX_RETRY
if var not set then
while true
do
check var
if set go to MARKER1
... (2 Replies)
Discussion started by: handak9
2 Replies