
Doug G
Members-
Posts
61 -
Joined
-
Last visited
Everything posted by Doug G
-
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
-
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.
-
How so? DNS Servers are but one component of DNS.
-
There's ispconfig3 if you want to try an open-source hosting panel package.
-
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.
-
Eclipse PDT with zend debugger
-
I've just started tinkering with sigmagrid a bit and it seems to work.
-
Use XAMPP or LAMPP on Production.
Doug G replied to zohab's topic in PHP Installation and Configuration
Take a look here http://www.apachefriends.org/en/xampp.html -
how do i print out the sql i used to create my table in phpmyadmin
Doug G replied to mrsaywho's topic in Applications
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. -
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.
-
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.
-
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.
-
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.
-
France, Germany, Switzerland should be on the list.
-
Yep. And the price on that page you found makes me think I should go dig around in the garage and find mine
-
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/
-
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).
-
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
-
This one is pretty good, uses a database backend. http://www.k5n.us/webcalendar.php?topic=About
-
After making the hosts changes did you flush your dns cache as requinix mentioned?
-
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.
-
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.
-
Override default temp directory in php
Doug G replied to t8mas062184's topic in PHP Installation and Configuration
look for the setting in this documentation page (in the uploads section) http://php.net/manual/en/ini.core.php -
Override default temp directory in php
Doug G replied to t8mas062184's topic in PHP Installation and Configuration
You probably need to add the path to your temp directory to your openbasedir list of allowed paths.