<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Songhay System Funky KB: Internetworking Issues</title>
        <link>http://www.songhaysystem.com/kb/subject/internet</link>
        <description>The Funky Knowledge Base at songhaysystem.com. The subject of this channel is Internetworking Issues.</description>
        <lastBuildDate>Thu, 23 Oct 2008 23:04:54 GMT</lastBuildDate>
        <item>
<title>Apache HTTP Server 2.x: Force HTTPS by Port; .htaccess</title>
<link>http://www.songhaysystem.com/kb/number/2076072063/subject/internet</link>
<description><strong>Article Excerpt: </strong>RewriteEngine on

#Force HTTPS by port:
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
</description>
<pubDate>Thu, 23 Oct 2008 23:04:54 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>YouTube.com: Building an RSS Feed with Tags and Users</title>
<link>http://www.songhaysystem.com/kb/number/2076071994/subject/internet</link>
<description><strong>Article Excerpt: </strong>“To create an RSS feed for your favorite tags or users, simply enter the tag or username as specified in the below URLs. You can then add this URL to your newsreader. Please note, you will need to create a feed for each individual tag or user you wish t…</description>
<pubDate>Sun, 24 Aug 2008 06:53:01 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Conventional TCP Port Numbers</title>
<link>http://www.songhaysystem.com/kb/number/2076071898/subject/internet</link>
<description><strong>Article Excerpt: </strong>1	TCP Port Service Multiplexer (TCPMUX)
5	Remote Job Entry (RJE)
7	ECHO
18	Message Send Protocol (MSP)
20	FTP -- Data
21	FTP -- Control
22	SSH Remote Login Protocol
23	Telnet
25	Simple Mail Transfer Protocol (SMTP)
29	MSG ICP
37	Time
42	Host Name Server (…</description>
<pubDate>Mon, 08 Oct 2007 23:24:59 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>DreamHost: Maintaining an Offline Copy of WordPress</title>
<link>http://www.songhaysystem.com/kb/number/2076071876/subject/internet</link>
<description><strong>Article Excerpt: </strong>This note refers to WordPress 2.2.2 from a DreamHost bash shell to an Ubuntu VM.

Script mysqldump on the DreamHost server to export WordPress data. This is an example:

    mysqldump --opt -u myuser -p -h mydbdomain.com my_wp_db \
        --ignore-table=…</description>
<pubDate>Fri, 07 Sep 2007 20:22:52 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>.htaccess WARNING for Apache Servers: Do not encode the .htaccess file in UTF-8</title>
<link>http://www.songhaysystem.com/kb/number/2076071716/subject/internet</link>
<description><strong>Article Excerpt: </strong>Do not encode the .htaccess file in UTF-8. This will cause an internal server error. Just because you can do this:

    AddDefaultCharset UTF-8

does not mean that the .htaccess file itself should be encoded as UTF-8. For more information, see &quot;Various .h…</description>
<pubDate>Thu, 01 Dec 2005 01:16:05 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>PHP 5.0.4 Installation Notes</title>
<link>http://www.songhaysystem.com/kb/number/2076071709/subject/internet</link>
<description><strong>Article Excerpt: </strong>The &quot;advanced&quot; installation option allows the php 'root' folder to be selected among other bits.

upload_tmp_dir and session.save_path values may need to be enclosed in quotes to prevent parsing errors for unexpected characters.

the \ext folder under the…</description>
<pubDate>Tue, 20 Sep 2005 19:30:56 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>IIS 6.0: Anonymous Access and Sub-Authentication; IISSUBA.DLL</title>
<link>http://www.songhaysystem.com/kb/number/2076071539/subject/internet</link>
<description><strong>Article Excerpt: </strong>In IIS 5.x and below we may remember the Allow IIS to control password check box under Properties &amp;gt; Directory Security &amp;gt; Edit &amp;gt; Authentication Methods &amp;gt; Anonymous User Account. In IIS 6.0, this check box is not available and the functionality behind this …</description>
<pubDate>Tue, 07 Oct 2003 02:11:54 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>DNS: UCLA Addresses</title>
<link>http://www.songhaysystem.com/kb/number/2076071461/subject/internet</link>
<description><strong>Article Excerpt: </strong>MCCS Gateway:
149.142.231.1

MCCS DNS:
medhub.medctr.ucla.edu (149.142.194.60)
ns1.medctr.ucla.edu (149.142.194.64)

UCLA DNS:
dns.ucla.edu (164.67.128.1)

MCCS WINS:
winsmain.medctr.ucla.edu (149.142.8.9)
winsback.medctr.ucla.edu (149.142.193.74)</description>
<pubDate>Wed, 05 Feb 2003 04:44:19 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Flippant Remarks about the Mighty HOSTS File</title>
<link>http://www.songhaysystem.com/kb/number/2076071485/subject/internet</link>
<description><strong>Article Excerpt: </strong>First, a quote from http://www.accs-net.com/hosts/what_is_hosts.html:

The &quot;Hosts&quot; file in Windows and other operating systems is used to associate host names with IP addresses. Host names are the www.yahoo.com addresses that you see every day. IP address…</description>
<pubDate>Fri, 21 Jun 2002 21:44:44 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>IIS: Flippant Remarks about the SQL Server ADO Error &quot;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'&quot; and Active Directory
</title>
<link>http://www.songhaysystem.com/kb/number/2076071482/subject/internet</link>
<description><strong>Article Excerpt: </strong>If I ever want to know why someone would be &quot;forced&quot; to upgrade their Windows-based enterprise to Active Directory, all I have to do is try to programmatically connect to SQL Server from an ASP page that disallows anonymous access. IIS does not send logon…</description>
<pubDate>Tue, 28 May 2002 23:52:10 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Frontpage Webs; Setup; Moving</title>
<link>http://www.songhaysystem.com/kb/number/2076071478/subject/internet</link>
<description><strong>Article Excerpt: </strong>Recipe for setting up a New FrontPage Web:

Create new web root folder under root folder of web site. 

Add web content.

Make sure no old FrontPage files/folders are in this new folder.

Locate this folder in the MMC for Internet Information Server.

Rig…</description>
<pubDate>Thu, 23 May 2002 18:36:31 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>IIS and MS Office Applications: Flippant Remarks</title>
<link>http://www.songhaysystem.com/kb/number/2076071420/subject/internet</link>
<description><strong>Article Excerpt: </strong>Eventually some under-informed bozo may suggest using a web server to automate Microsoft Office applications. I used to summarily dismiss this talk as another Homer Simpson overdosing on the doughnuts. However, as I get older and more tolerant I realize t…</description>
<pubDate>Sun, 10 Mar 2002 17:25:30 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Microsoft Internet Explorer PROBLEM: Explorer Appears to Stop Responding When Started</title>
<link>http://www.songhaysystem.com/kb/number/2076071415/subject/internet</link>
<description><strong>Article Excerpt: </strong>Internet Explorer 5.x may appear to stop responding (hang) when opened but the animated globe in the upper-right corner of the browser window may continue to spin and you may receive a &quot;Detecting proxy settings...&quot; message in the status bar. This issue ca…</description>
<pubDate>Mon, 29 Oct 2001 00:52:49 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>IIS 5.0: Minimum NTFS Permissions</title>
<link>http://www.songhaysystem.com/kb/number/2076071419/subject/internet</link>
<description><strong>Article Excerpt: </strong>This MS KB article (Q271071) lists the minimum NTFS access permissions that are needed for an IIS 5.0 Web site:

    http://support.microsoft.com/support/kb/articles/q271/0/71.ASP

Good reference.</description>
<pubDate>Mon, 29 Oct 2001 02:27:45 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>URI for FTP Protocol with Username and Password</title>
<link>http://www.songhaysystem.com/kb/number/2076071305/subject/internet</link>
<description><strong>Article Excerpt: </strong>ftp://&amp;lt;User&amp;gt;:&amp;lt;Password&amp;gt;@ftp.domain.com/Usersfolder/</description>
<pubDate>Tue, 15 Aug 2000 07:32:00 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>DSL Notes</title>
<link>http://www.songhaysystem.com/kb/number/2076071306/subject/internet</link>
<description><strong>Article Excerpt: </strong>You don't need a server with mindspring, they will allow three logins at the same time with their DSL package.  Connect your modem to the uplink port on your hub, along with your computers.  Put your mindspring software and firewall software on each compu…</description>
<pubDate>Tue, 15 Aug 2000 07:32:00 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>IIS/PWS 4.0: Starting and stopping the Web Server from the Command Line; CMD Scripts</title>
<link>http://www.songhaysystem.com/kb/number/949045993/subject/internet</link>
<description><strong>Article Excerpt: </strong>There are many reasons why the Web Server needs to be stopped and started frequently. Here are two: debugging ActiveX Server Components (after they crash) and manually refreshing the IIS Server cache. I use two CMD scripts, PWSstart and PWSstop. These scr…</description>
<pubDate>Sun, 30 Jan 2000 08:00:22 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>IIS/PWS 4.0 PROBLEM: Can't See the Public Methods of My MTS Object in the MTS Explorer</title>
<link>http://www.songhaysystem.com/kb/number/949219231/subject/internet</link>
<description><strong>Article Excerpt: </strong>Do not make new MTS Components via the &quot;Import component(s) that are already registered&quot; command. Use the &quot;Install new component(s)&quot; command instead.</description>
<pubDate>Sun, 30 Jan 2000 08:01:19 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>EarthLink Access Numbers in 213 for k56, V.90</title>
<link>http://www.songhaysystem.com/kb/number/949301745/subject/internet</link>
<description><strong>Article Excerpt: </strong>Los Angeles, CA, USA 213 784-4492 Unlimited V.90,K56,V.34,ISDN1  
Los Angeles, CA, USA 213 985-4492 Unlimited V.90,K56,V.34,ISDN1  
Los Angeles, CA, USA 213 286-0135 Unlimited V.90,K56,V.34  
Los Angeles, CA, USA 213 286-0188 Unlimited V.90,K56,V.34  
Los…</description>
<pubDate>Mon, 31 Jan 2000 06:56:35 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netscape Enterprise Server 3.5.1 Administration: Setting Up Restricted Access</title>
<link>http://www.songhaysystem.com/kb/number/916272579/subject/internet</link>
<description><strong>Article Excerpt: </strong>To set up Restricted Access we need to create the user(s) and groups (if applicable), specify a restricted path and set permissions for the path.

Creating user(s) and groups: Choose General Administration &amp;gt; Users and Groups &amp;gt; New User. Under New User, yo…</description>
<pubDate>Thu, 14 Jan 1999 00:40:20 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netscape Enterprise Server 3.5.1 Administration: Allowing 128-bit (and Greater) Access to the Server; Verisign</title>
<link>http://www.songhaysystem.com/kb/number/908401142/subject/internet</link>
<description><strong>Article Excerpt: </strong>Once SSL is enabled you can specify which client ciphers will be allowed. By eliminating both SSL 2.0 and SSL 3.0 ciphers that are less than 128 bits, you can ensure that only &quot;stronger ciphers&quot; can access the server.

Specify preferred ciphers under Serv…</description>
<pubDate>Thu, 14 Jan 1999 00:09:32 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netcom Shell; Installing &quot;ppp&quot;</title>
<link>http://www.songhaysystem.com/kb/number/131/subject/internet</link>
<description><strong>Article Excerpt: </strong>INSTRUCTIONS ON SETTING UP A SHELL ACCOUNT
WITH GRAPHICAL WEB ACCESS
--------------------------------------------------------------------
This will give you PPP emulation with access to
www, news, mail, and Real Audio on a NETCOM Unix shell account.

The …</description>
<pubDate>Wed, 25 Nov 1998 20:24:36 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Importing .MBX And .IDX Files From Internet Mail to Outlook Express</title>
<link>http://www.songhaysystem.com/kb/number/890762873/subject/internet</link>
<description><strong>Article Excerpt: </strong>IE4's Outlook Express does not import Windows 95 Internet Mail .MBX and .IDX files directly. It does import the Windows 3.1 files. It may &quot;automatically&quot; upgrade the Windows 95 version.

But in the case of transferring .MBX and .IDX files from an existing…</description>
<pubDate>Wed, 21 Oct 1998 02:41:50 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Overview of Internetworking</title>
<link>http://www.songhaysystem.com/kb/number/903500098/subject/internet</link>
<description><strong>Article Excerpt: </strong>When a network of computers exchanges information with another network via a communications protocol called TCP/IP, we have what can be called Internetworking---the productive activity on the Internet.

TCP/IP or Transmission Control Protocol/Internet Pro…</description>
<pubDate>Wed, 19 Aug 1998 04:29:52 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netcom Shell: Setting up a PPP Session on a Power Macintosh; System 7.x</title>
<link>http://www.songhaysystem.com/kb/number/36/subject/internet</link>
<description><strong>Article Excerpt: </strong>1. Install Open Transport (OT 1.1.2). You may want to turn off virus detection during installation.

2. Install Open Transport PPP (1.0)

3. Run Control Panel TCP/IP with the following settings: Connect Via = PPP; Configure = Manually; IP Address/ Name Se…</description>
<pubDate>Wed, 19 Aug 1998 04:08:28 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Uploading Macintosh .HQX Files From An IBM Compatible PC</title>
<link>http://www.songhaysystem.com/kb/number/46/subject/internet</link>
<description><strong>Article Excerpt: </strong>To upload HQX files from a PC use binary file transfer as Macinotsh text is different from PC text. (HQX files are text encoded.) </description>
<pubDate>Tue, 09 Jun 1998 20:41:50 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netcom Shell; Viewing the FTP Directory</title>
<link>http://www.songhaysystem.com/kb/number/38/subject/internet</link>
<description><strong>Article Excerpt: </strong>The command

ls -al /ftp/pub/ra/rasx

displays a listing of the files in my ftp directory.</description>
<pubDate>Tue, 09 Jun 1998 20:48:38 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netcom Shell; SMTP; MAPI Client Cannot Transfer Mail</title>
<link>http://www.songhaysystem.com/kb/number/33/subject/internet</link>
<description><strong>Article Excerpt: </strong>At times transferring mail from the Netcom Shell to a MAPI client like Outlook Express mail fail due to an SMTP server failure on Netcom. By changing the server specification from netcom2.nectom.com through netcom22.netcom may solve this problem.</description>
<pubDate>Tue, 09 Jun 1998 20:46:18 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netcom Shell; Inserting a Text File Into a Pine Message</title>
<link>http://www.songhaysystem.com/kb/number/45/subject/internet</link>
<description><strong>Article Excerpt: </strong>Trying to cut and paste text into pine causes Netcom's server to suspend the connection and even send e-mail with accusations of multiple logins! To avoid this, paste text into a pico editing session and save a file. Then run pine and type Ctrl-R to read …</description>
<pubDate>Tue, 09 Jun 1998 20:47:19 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netcom Shell; Egrep; Reading FTP Transfer Logs</title>
<link>http://www.songhaysystem.com/kb/number/39/subject/internet</link>
<description><strong>Article Excerpt: </strong>The command 

egrep 'rasx' /ftp/logs/xferlog

searches the huge xferlog files for hits to the ftp directory. It is referenced by an alias in my .cshrc file.</description>
<pubDate>Tue, 09 Jun 1998 20:42:47 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Browsers Not Supporting HTTP Downloads; Netscape, Internet Explorer 2.x</title>
<link>http://www.songhaysystem.com/kb/number/27/subject/internet</link>
<description><strong>Article Excerpt: </strong>Netscape and Microsoft Internet Explorer 2.x do not support HTTP downloads. This probably applies to AOL 2.x for both Mac and PC. The symptoms of this is when a URL pointing to a binary file in an HTTP serviced directory jumps to a new page and starts loa…</description>
<pubDate>Tue, 09 Jun 1998 20:29:36 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Netcom Shell; Custom 'Modemload' Command; Eudora; News</title>
<link>http://www.songhaysystem.com/kb/number/42/subject/internet</link>
<description><strong>Article Excerpt: </strong>My 'modemload' alias is really 'rup localhost' which checks the level resources used for dial-in users. If the values get around 10 then mail and news might not be accessible via ppp (SLiRP clients). </description>
<pubDate>Fri, 22 May 1998 17:25:41 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>

    </channel>
</rss>