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 TouchToneTommy 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. bull3t

    Will programmers become redundant?

    char ** seeException() { char *value="Microsoft was forced to encorporate Java into their software through legal means.. right? (or is that the alcohol talking?)"; return &value; } Programmers will always have jobs, in one form or another. Believe it or not it's guys like Bill...
  2. bull3t

    Web site management software -- reccomend?

    Now Clive is on the right track. We use CVS in our development environment, and for the price, you just can't beat it. I am available for consult if you need assistance with this issue. You can email me at alp@perryconsulting.net . I specialize in Slackware distro, and have Sair/Linux GNU...
  3. bull3t

    2 kernel questions

    The kernel is not that complicated. You are best off compiling it for the hardware you plan on running it on however. There is much to learn young grasshopper. That patch will do you no good unless you know how to compile kernels. RPMs are the best bet if you do not have the time to learn...
  4. bull3t

    getting computer online

    "can ping other computers inside my subnetmask, but i cant ping anything else.  I have entered my nameservers in /etc/resolv.conf What esle do i need to change to be able to ping computers outside my subnet(computers on the internet)?" That is the duty of your default GW...
  5. bull3t

    write error (disk full?).

    ZIP is limited by filesize. I forget what the cieiling is, and I have had a few drinks tonight.. Questions: 1) where did the zip file originate from? what utility was used to create the zipfile you are trying to extract? 2) What utility are you using to extract those files? Is the extracted...
  6. bull3t

    how to check to be sure all of the servics are down

    Those are all good tips. You may want to use an init script to startup/shutdown Oracle on any Unix machine which will make sure these services are all stopped/started properly. I will post one soon on http://www.perryconsulting.net for anyone to use per the GPL licence. It is not there at the...
  7. bull3t

    Linux/PHP setup ?

    Find where your Apache binary has been installed find / -name &quot;httpd&quot; Then run it from its path with this switch, <where your httpd file is located>/httpd -v You will see output like: Server version: Apache/1.3.20 (Unix) Server built: Jun 17 2002 14:09:06 Is it the one you are...
  8. bull3t

    adding 2nd ip address to slackware firewall

    Hi Gary, The beauty of Slackware is that there is no standard to exactly how you may want to implement your own firewall, among many other real-world system implementations. A distro such as Slackware has a lot of flexibility because of it does not have a cookie cutter &quot;solution&quot; to...

Part and Inventory Search

Back
Top