Jump to content

Doug G

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Doug G

  1. Doug G

    Christmas

    Happy holidays all
  2. There are a few tools that do network monitoring. There is a mega-list here: http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html
  3. Fedora uses modular php.ini files located in /etc/php,d/ These configuration modules are included by the primary php.ini The main php.ini file is in /etc When I need to make a change to any php.ini settings in fedora I try real hard to edit or create an ini module and not edit /etc/php.ini PS - I'm using fedora 16 but I suspect the php config files are the same in fedora 17.
  4. How so? DNS Servers are but one component of DNS.
  5. There's ispconfig3 if you want to try an open-source hosting panel package.
  6. Estimating is easy. The first 80% of the project takes the first 80% of the time, and the remaining 20% of the project takes the other 80% of the time.
  7. Eclipse PDT with zend debugger
  8. I've just started tinkering with sigmagrid a bit and it seems to work.
  9. Take a look here http://www.apachefriends.org/en/xampp.html
  10. If you use mysql, one easy way it to use mysql_workbench. You can right-click a table name in a database, choose create from the popup menu and see the create statement.
  11. WebDav is designed to offer what you want to do, but it can be a pain to get webdav setup properly. I used to use samba from linux to mount remote linux directories, but then I discovered sshfs.
  12. My phone becomes a wifi hotspot to my 4g broadband with the carrier's tethering option. I think it's good for 8 or 10 computer connections. There are also quite a few mobile wifi routers available, designed for just your situation.
  13. Microsoft DB's escapes double quotes by doubling them up. Similar to \". Just use two double quotes in your sql text and just one double quote ends up in the db.
  14. Throw in serial communication and baud for fun where you may need 10 or 11 bits per ascii character. The different possible bit count per character is why phone modem speeds were listed in baud, not bits/sec The only truly standard difinition is a bit, I started with an octal-based computer where each byte (yes some called octal digits bytes) was 3 bits.
  15. France, Germany, Switzerland should be on the list.
  16. Yep. And the price on that page you found makes me think I should go dig around in the garage and find mine
  17. If you want a guide you could build an ispconfig3 server. You'll end up with a properly configured and pretty easy to administer mail server. http://www.ispconfig.org/ispconfig-3/
  18. When you say the business is listed as the registrant, if you mean your client's business they can get in touch with GoDaddy to gain access to the registration record. At least a client of mine was able to do a similar move with Verisign back when they were Network Solutions. I believe they had to fax some documentation to Network Solutions to prove they were the business in question, but then they were able to get their domain back into their control from their developer (who was pulling an almost identical maneuver).
  19. I was on the road in the early 90's with a Toshiba laptop with 486dx processor, windows for workgroups 3.1 and a program called Trumpet Winsock to get connected via TCP/IP over a dialup connection. I think I had a speedy 2400 baud pcmcia modem card that cost a few hundred bucks then
  20. This one is pretty good, uses a database backend. http://www.k5n.us/webcalendar.php?topic=About
  21. After making the hosts changes did you flush your dns cache as requinix mentioned?
  22. You have to configure apache or IIS to run on different ports. You can't have two web servers on the same machine on the same port at the same time.
  23. Hosts file entries need to be an IP address followed by one or more hostnames. You can't do a hostname followed by a hostname line.
  24. look for the setting in this documentation page (in the uploads section) http://php.net/manual/en/ini.core.php
  25. You probably need to add the path to your temp directory to your openbasedir list of allowed paths.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.