Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adelinewss

  1. adelinewss

    The sed command

    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...
  2. adelinewss

    Switch to superuser

    I already tried but when I tried to switch from normal user to super user use su command, it shows me error &quot;su: you are not in the correct group to su root.&quot;&nbsp;&nbsp;Any idea?
  3. adelinewss

    Switch to superuser

    Can any body tell me how to allow an user to switch to become a superuser?&nbsp;&nbsp;<br><br>su - in command prompt?<br><br>Thks.
  4. adelinewss

    mput command

    Hi,<br>I have a question on mput command.&nbsp;&nbsp;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?&nbsp;&nbsp;Imagine I have more than 100 files that I need to press enter 100 times.&nbsp;&nbsp;Any...
  5. adelinewss

    Help needed here.

    Hi,<br>I am new to apache server and have a problem here.&nbsp;&nbsp;May I know how to compile DSO support into apache?&nbsp;&nbsp;Without it I can't execute LoadModule and AddModule in my httpd.conf.&nbsp;&nbsp;It will return following errors:-<br><br>&quot;Syntax error on line 207 of...
  6. adelinewss

    The sed command

    Thanks a lot for your help.&nbsp;&nbsp;It's greatly appreciated.
  7. adelinewss

    moving mysql-data files?!

    Did you dump out the data properly?&nbsp;&nbsp;You can do this use mysqldump -u [username] -p[password] [database name] &gt; [filename]<br><br>like example <br>mysqldump -u username -ppassword database &gt; database.sql<br><br>The command above will dump the database named database to...
  8. adelinewss

    The sed command

    Hi,<br>I need to delete the content of files which start with /* and end with */.&nbsp;&nbsp;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 &quot;//&quot;.&nbsp;&nbsp;Like example:-<br><br>Today is...
  9. adelinewss

    A question on mysql

    Additional to my question.&nbsp;&nbsp;I found that mysql.sock is not found on my machine after I installed mysql.&nbsp;&nbsp;Did I install the wrong version or does it a common problem while installing mysql?&nbsp;&nbsp;Anyone have idea on this?&nbsp;&nbsp;Thks.
  10. adelinewss

    A question on mysql

    Hi,<br>I have a problem here.&nbsp;&nbsp;I had just installed mysql into my FreeBSD machine.&nbsp;&nbsp;After that I tried to run mysql command but it returns following errors. <br><br>&quot;/usr/libexec/ld-elf.so.1: mysql: Shared object has no run-time symbol table&quot;<br><br>Does anyone of...
  11. adelinewss

    CGI script doesn't execute correctly on web browser

    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.&nbsp;&nbsp;I configured my server as ScriptAlias /cgi-bin/ &quot;/usr/local/apache/cgi-bin/&quot;&nbsp;&nbsp;and put my cgi script inside...
  12. adelinewss

    Problem with mounting floppy drive

    Hi,<br>I solved the problem already.&nbsp;&nbsp;Previously I mount the floppy drive without a floppy disk inside it.&nbsp;&nbsp;That's why it returns input/output error.&nbsp;&nbsp;Mike, Octalman, Thks for your guidens.<br><br><br>Rgds,<br>Adeline
  13. adelinewss

    Cgi script doesn't execute correctly on browser

    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.&nbsp;&nbsp;I configured my server as ScriptAlias /cgi-bin/ &quot;/usr/local/apache/cgi-bin/&quot;&nbsp;&nbsp;and put my cgi script inside...
  14. adelinewss

    Error when execute "mysql" command

    Hi,<br>I had just installed mysql on FreeBSD machine.&nbsp;&nbsp;when I execute &quot;mysql&quot; 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...
  15. adelinewss

    Problem with mounting floppy drive

    Hi,<br>It's still give the same result after I reboot the system.&nbsp;&nbsp;I don't know what is going wrong.&nbsp;&nbsp;Pls advice.<br><br>Thks.

Part and Inventory Search

Back
Top