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 Chriss Miller 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 danielhozac

  1. danielhozac

    nfs-utils

    rpm -q nfs-utils should tell you then. //Daniel
  2. danielhozac

    Lock Screen not working

    If you are running as root, this is the expected behaviour. xscreensaver refuses to start for the root user. You should have a separate user account anyway, since the root account should only be used for maintainance tasks. //Daniel
  3. danielhozac

    nfs-utils

    What distribution are you running? //Daniel
  4. danielhozac

    QM_MODULES:function not implemented on Kernel 2.6.1

    I remember getting that error on my UML kernels which I compiled without module support. Did you include module support in your kernel? //Daniel
  5. danielhozac

    parse error T_IF..Newbie Alert

    And the reason you are getting a parse error is because you are missing the terminating semi-colon on the mysql_query line. //Daniel
  6. danielhozac

    trouble with IPTABLE script

    The PREROUTING and POSTROUTING chains do not exist in the filter table (the default). You will have to specify the table to use them (-t nat). //Daniel
  7. danielhozac

    Slackware Update Handling

    With Slackware, you'll have to download every package yourself. However, I think there is a script called swaret (not sure as I've never liked Slack) which will automate it for you. //Daniel
  8. danielhozac

    Ghost Linux

    I've found dd to work quite well. //Daniel
  9. danielhozac

    probably basic question.. :\

    ${"blabla" . $num} should do it. See http://www.php.net/variables.variable for more information. //Daniel
  10. danielhozac

    Sending a page of text to a fax machine

    No. You would have to do it manually. //Daniel
  11. danielhozac

    Copying files from Subdirectories

    To execute a command, you need to put the command in backticks (`), like: `COPY file1 file2` the way siberian has it in the first reply. //Daniel
  12. danielhozac

    Copying files from Subdirectories

    You don't have the backticks surrounding the command. //Daniel
  13. danielhozac

    About the 2.6.(foo) kernels...

    Simply configuring the kernel and going to Device drivers -> Networking support -> Networking options and selecting Help on the "Network packet filtering (replaces ipchains)" would have told you it was using Netfilter. //Daniel
  14. danielhozac

    hacking attempt

    I'd say it looks like something trying to use HTTPS on a HTTP web server. //Daniel
  15. danielhozac

    .htaccess: URL Rewriting

    Try RewriteRule (.+) product.php?name=$1 //Daniel

Part and Inventory Search

Back
Top