<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://allyourtech.com/content">
<channel>
 <title>AllYourTech.com - Tips</title>
 <link>http://allyourtech.com/content/taxonomy/term/18/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Windows Update or IE Problems?</title>
 <link>http://allyourtech.com/content/downloads/11_04_2006_windows_update_or_ie_problems.php</link>
 <description>&lt;p&gt;Try using this Firefox enabled Windows Update, availabe at:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://windowsupdate.62nds.com/&quot; alt=&quot;Windiz Update&quot;&gt;http://windowsupdate.62nds.com/&lt;/a&gt;&lt;/p&gt;

</description>
 <category domain="http://allyourtech.com/content/downloads">Downloads</category>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Tue, 11 Apr 2006 06:36:10 -0400</pubDate>
</item>
<item>
 <title>Add scroll bars to cmd.exe and command.com</title>
 <link>http://allyourtech.com/content/tips/21_02_2006_add_scroll_bars_to_cmd_exe_and_command_com.php</link>
 <description>&lt;p&gt;On a few Windows systems, I&#039;ve found that by default there are no scroll bars on the side of command prompt windows for going back and reading previous input and output.  This isn&#039;t a bug or a flaw, but simply a misconfiguration of the screen buffer.&lt;/p&gt;

&lt;p&gt;To correct this, right-click on the top-left corner of the command prompt window and choose &quot;properties.&quot;  Under the &quot;layout&quot; tab, look for &quot;Screen Buffer Size&quot; and change the height setting to something arbitrarily high.&lt;/p&gt;

&lt;p&gt;This may vary depending upon your Windows command line of choice and your version of Windows, but the problem is essentially the same.&lt;/p&gt;
</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Tue, 21 Feb 2006 05:30:47 -0500</pubDate>
</item>
<item>
 <title>Change the port Windows Remote Desktop operates on</title>
 <link>http://allyourtech.com/content/tips/28_01_2006_change_the_port_windows_remote_desktop_operates_on.php</link>
 <description>&lt;p&gt;There are times when you may need to change the port that Remote Desktop listens on for connections.  For example, you may be using a router that doesn&#039;t support port forwarding or you may want to change ports for security reasons.  No matter the reason, this change can be made easily using the Windows Registry Editor.&lt;/p&gt;

&lt;p&gt;Using &lt;code&gt;regedit&lt;/code&gt; or &lt;code&gt;regedt32&lt;/code&gt;, navigate to &lt;code&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\&lt;/code&gt; and double-click &lt;code&gt;PortNumber&lt;/code&gt;.  Select &quot;decimal&quot; and change the current number to your desired listening port.&lt;/p&gt;

</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Sat, 28 Jan 2006 12:13:27 -0500</pubDate>
</item>
<item>
 <title>Check for a floppy disk in the drive before rebooting a remote server</title>
 <link>http://allyourtech.com/content/tips/24_01_2006_check_for_a_floppy_disk_in_the_drive_before_rebooting_a_remote_server.php</link>
 <description>&lt;p&gt;If you ever have to reboot a server remotely, be sure to check whether or not there is a disk in the floppy drive.  It&#039;s customary on a server to disable booting to floppies in the BIOS, but on a remote server that you have not personally configured, you can&#039;t be too careful.&lt;/p&gt;

&lt;p&gt;This will help to prevent late night road trips, downtime, and frustrations that are totally unneeded.&lt;/p&gt;

</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Tue, 24 Jan 2006 09:22:28 -0500</pubDate>
</item>
<item>
 <title>Do your own DNS lookups in Linux</title>
 <link>http://allyourtech.com/content/tips/25_11_2005_do_your_own_dns_lookups_in_linux.php</link>
 <description>Need to see if your website&#039;s DNS changes have propogated yet?  At the command line, &quot;host domainname.tld&quot; to look up the DNS redcord of the given host.
</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Fri, 25 Nov 2005 08:14:56 -0500</pubDate>
</item>
<item>
 <title>Forward a page using PHP</title>
 <link>http://allyourtech.com/content/tips/14_11_2005_forward_a_page_using_php.php</link>
 <description>&lt;p&gt;Often, forwarding web pages is done with .htaccess.  But sometimes you don&#039;t want to mess with editing .htaccess (or you may not have access to it).  You can do HTML forwarding, but PHP allows you to use a more transparent method (and you&#039;d like to retain referrer information).  Just edit the code below and add it to the page in question.&lt;/p&gt;

&lt;code&gt;
&amp;lt;?php&lt;br /&gt;
&amp;nbsp;&amp;nbsp;header(&quot;Location: http://domain.tld/page.php&quot;); &lt;br /&gt;
?&amp;gt;
&lt;/code&gt;

</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Mon, 14 Nov 2005 14:27:12 -0500</pubDate>
</item>
<item>
 <title>Find public download mirrors</title>
 <link>http://allyourtech.com/content/tips/22_10_2005_find_public_download_mirrors.php</link>
 <description>&lt;p&gt;Downloads happening to slowly?  Try finding a faster mirror using &lt;a href=&quot;http://filemirrors.com/&quot;&gt;FileMirrors.com&lt;/a&gt;.&lt;/p&gt;
</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Sat, 22 Oct 2005 15:38:06 -0400</pubDate>
</item>
<item>
 <title>Bypass compulsory Web registration</title>
 <link>http://allyourtech.com/content/tips/22_10_2005_bypass_compulsory_web_registration.php</link>
 <description>&lt;p&gt;Don&#039;t you hate having to register to access the content of a site?  Get help from like-minded folks at &lt;a href=&quot;http://bugmenot.com/&quot;&gt;BugMeNot.com&lt;/a&gt;.&lt;/p&gt;
</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Sat, 22 Oct 2005 15:33:11 -0400</pubDate>
</item>
<item>
 <title>Pick the perfect CMS</title>
 <link>http://allyourtech.com/content/tips/22_10_2005_pick_the_perfect_cms.php</link>
 <description>&lt;p&gt;Having trouble picking out the perfect content management system (CMS) for that new Web project?  Try using &lt;a href=&quot;http://cmsmatrix.org/&quot;&gt;The CMS Matrix&lt;/a&gt; to find the one that matches your server environment and needs.&lt;/p&gt;
</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Sat, 22 Oct 2005 15:29:33 -0400</pubDate>
</item>
<item>
 <title>Check your kernel version</title>
 <link>http://allyourtech.com/content/tips/14_10_2005_check_your_kernel_version.php</link>
 <description>&lt;p&gt;Not sure which kernel version you are running?  Run this at the command line for a quick answer to that and a few other questions about your system.&lt;/p&gt;
&lt;code&gt;uname -a&lt;/code&gt;</description>
 <category domain="http://allyourtech.com/content/tips">Tips</category>
 <pubDate>Fri, 14 Oct 2005 13:24:13 -0400</pubDate>
</item>
</channel>
</rss>
