Quest4 Miscellaneous
wntipcfg error
tinytest Need to test remote connectivity to a port to see if you are getting through a router/dsl/cable modem's port forwarding or firewall correctly while going from the WAN to a LAN using a private IP addressing scheme? Use RITLABS S.R.L's TinyWeb server as a tinytest port diagnostic tool to see if connectivity issues are related to an application, or if you can't connect because you are getting blocked by a firewall, port forwarding rules, etc.
Deliberant GUI over SSH Pull Up the WebGUI of a Deliberant Subscriber Module Over public Networks. If you are on a LAN behind a firewall and you need to pull up the WebGUI of a Deliberant wireless SM (subscriber module), which is on a private IP address, on an AP (access point) with a public IP address.
LocustWorld Static, Public IP Address If you have LocustWorld subscribers, on private IP addresses, who need to run a server of some type that needs to be accessed from the public Internet, here is the solution in a step-by-step format.
LocustWorld discussion group A group for Wireless ISPs (WISPs) and FreeNets, and especially those using LocustWorld as their OS/wireless network management system (although those who don't use LocustWorld are welcome to join), building custom APs using PC WRAP and Soekris boards, and using Deliberants for subscriber units. Note: This is an unofficial LocustWorld discussion group.
godaddy web hosting - find your path How to find your home directory path on godaddy.com linux web hosting in order to setup .htpasswd & .htaccess directory password protection.
Remote Desktop - Black Screen (No Login) Anatomy of a strange error in which an RDA client is unable to log on to an XP Pro host because, instead of a login prompt, only a black screen with no login is displayed.
Windows / Samba When logged on a Windows machine, Samba share can be accessed with no problems, but writes fail when the same Windows machine accesses the share from a running process or system service.
Northwind Database converted to MySQL Microsoft's Northwind Database converted to MySQL. Create a Northwind schema. Change to the Northwind MySQL database: use the "use" command to change to the database (example: mysql>use Northwind). Use the source command to execute the Northwind-MySQL.sql file (example: mysql>source e:\northwind-mysql.sql). It should import right in. Note: MySQL is case sensitive if the OS it is installed on is case sensitive.