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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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
  16. danielhozac

    About the 2.6.(foo) kernels...

    The kernel tarball comes with tons of documentation (593 files, 155272 lines), and the help available in the kernel configuration is also quite extensive (usually refers you to files in the documentation or websites for more information). //Daniel
  17. danielhozac

    Function code executes prematurely

    PHP is not a client side scripting language such as JavaScript. PHP is processed by the server, hence the client never gets to see any PHP code. Have you read anything of the manual? It's a great resource: http://www.php.net/manual/en/ //Daniel
  18. danielhozac

    PHP testing in windows

    Have you tried looking at PHP's website? http://www.php.net/downloads.php has Windows downloads. //Daniel
  19. danielhozac

    RPM install help

    Install yum or apt for RPM, and install the package using the one you decide to install. They will automatically resolve dependencies and install them for you. http://ayo.freshrpms.net/ //Daniel
  20. danielhozac

    freebsd v rh9...will use for hosting/game servers...opinions please!

    If you can't physically access the server, I don't think you will be able to reinstall the operating system at all. //Daniel

Part and Inventory Search

Back
Top