This is not applicable if the content of file is as followed:-<br><br>/*<br>this is a test<br>delete this row<br>*/<br><br>or <br>/********************************<br>this is a test<br>delete this row<br>*********************************/<br><br>It will give result as followed:-<br><br>this is a...
I already tried but when I tried to switch from normal user to super user use su command, it shows me error "su: you are not in the correct group to su root." Any idea?
Hi,<br>I have a question on mput command. May I know does mput command have a function in which it will not point for answer every time it wants to put a file? Imagine I have more than 100 files that I need to press enter 100 times. Any...
Hi,<br>I am new to apache server and have a problem here. May I know how to compile DSO support into apache? Without it I can't execute LoadModule and AddModule in my httpd.conf. It will return following errors:-<br><br>"Syntax error on line 207 of...
Did you dump out the data properly? You can do this use mysqldump -u [username] -p[password] [database name] > [filename]<br><br>like example <br>mysqldump -u username -ppassword database > database.sql<br><br>The command above will dump the database named database to...
Hi,<br>I need to delete the content of files which start with /* and end with */. Like example:- <br><br>/* Today is Friday<br>Now is 3p.m. */<br><br>And also I need to delete the line from the start point with "//". Like example:-<br><br>Today is...
Additional to my question. I found that mysql.sock is not found on my machine after I installed mysql. Did I install the wrong version or does it a common problem while installing mysql? Anyone have idea on this? Thks.
Hi,<br>I have a problem here. I had just installed mysql into my FreeBSD machine. After that I tried to run mysql command but it returns following errors. <br><br>"/usr/libexec/ld-elf.so.1: mysql: Shared object has no run-time symbol table"<br><br>Does anyone of...
Hi,<br>I tried to put it inside cgi-bin directory and tried to execute it directly from browser but still get the same result. I configured my server as ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/" and put my cgi script inside...
Hi,<br>I solved the problem already. Previously I mount the floppy drive without a floppy disk inside it. That's why it returns input/output error. Mike, Octalman, Thks for your guidens.<br><br><br>Rgds,<br>Adeline
Hi,<br>I tried to put it inside cgi-bin directory and tried to execute it directly from browser but still get the same result. I configured my server as ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/" and put my cgi script inside...
Hi,<br>I had just installed mysql on FreeBSD machine. when I execute "mysql" it returns following errors:-<br><br>Ignored d_tag 65536<br>Ignored d_tag 18612224<br>Ignored d_tag 87031808<br>Ignored d_tag 87687168<br>Ignored d_tag 88801280<br>Ignored d_tag 90374144<br>Ignored...
Hi,<br>When i try to umount it, it return errors "/dev/fd0 not currenly mounted". So i tried to mount it again with commands "mount -t msdos /dev/fd0 /floppy" but it still return errors "hard error reading fsbn 0 Input/output error". Do you...
Hi,<br>I had just installed perl5 on my machine. when i try to execute cgi script i.e xxx.cgi on browser, i will see the content of the source code and not the output. My cgi script is stored same directory as my webpage i.e /htdocs/xxx/xxx.cgi. Any advice on...
Hi,<br>I had just installed perl5 on my machine. when i try to execute cgi script i.e xxx.cgi on browser, i will see the content of the source code and not the output. My cgi script is stored same directory as my webpage i.e /htdocs/xxx/xxx.cgi. Any advice on...
I have a problem here. I mounted the floppy drive using "mount -t msdos /dev/fd0 /floppy" and the first time it's ok. But I forgot and mount it for the second time and this time it give input/output errors. And the floppy drive doesn't work...
I just install Freebsd. When I try to ftp to other server, it will show error "No route to host". So I try to add a new route. Now it shows "Writing to routing socket: Network is unreachable". May I know what is going...
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.