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 biv343 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: *

  • Users: Heyman
  • Content: Threads
  • Order by date
  1. Heyman

    Need help with Multiple Constraint

    I am trying to make an if statement to have multiple constraints. Can it be done using perl?? I have so far: $serial = `cut -d : -f 3 serial.txt`; print (&quot;$serial&quot;); chomp ($serial); if ($serial (>= 2000000) && (<= 2600000)) { print (&quot;$serial is greater than 2000000...
  2. Heyman

    I'd like to use a lifeline Regis...

    I am trying to write a script that will appear only once during the init.d bootup. If I can, I'd like to get a GUI interface going but it doesn't have to. Have any of you guy's written a script that is GUI based and know of any good HOW-TO's??
  3. Heyman

    SMP Prob with Beowulf

    Hey guys,<br> <br> I am trying to cluster two computers, One a 333 and the other a 133. The 133 is the main server and I have got the /home and the /usr/local files shared by NFS.<br> <br> I have been reading the Beowulf HOW-TO and they say that the main server must have a RS access without a...
  4. Heyman

    MS Office error in Wine

    Hey guys I don't know if you have gotten this error or not, but I have installed wine and it works but when I start up any Office 97 application under it it says that the tahoma font has not been installed, Please reinstall.<br> <br> Any suggestions?????
  5. Heyman

    Anybody have a FTP Script for McAfee DAT Files

    I have tried to create my own script but I lack the programming experience to determine the latest DAT file from the rest. FTP also won't allow you to do retrieve a *.DAT file either.<br> <br> Any suggestions?????<br> <br> I saw a script on a web site that did just this but I have tried to go...
  6. Heyman

    Limiting Disk Space for users

    Hey guys I have been digging around in man pages for the whole day and have been trying to put a limit on how much space a user can have in his or her account whether it be web, ftp or mail space. <br> <br> I have been trying to look at the man for quota, quotaon, quotaoff, and checkquota.<br>...
  7. Heyman

    Does anybody know of any virtual hosting tutorials?

    Here is the deal. I have been working on www.linux-howto.com with the How-to on virtual hosting. In that tutorial it says that i have to get a vhost daemon running. ????????<br> <br> My book that I have been working with REDHAT 6 Unleashed says the only two things that I have to get right is...

Part and Inventory Search

Back
Top