<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NewJokeCity &#187; TechNews</title>
	<atom:link href="http://www.newjokecity.com/category/technews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newjokecity.com</link>
	<description>TechNews from the city of NewJoke</description>
	<lastBuildDate>Tue, 19 Jul 2011 20:52:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To: Enable BIND &#8211; Mac OS X&#8217;s Built-in DNS Server</title>
		<link>http://www.newjokecity.com/how-to-enable-bind-mac-os-xs-built-in-dns-server/</link>
		<comments>http://www.newjokecity.com/how-to-enable-bind-mac-os-xs-built-in-dns-server/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 13:44:11 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[MAC]]></category>
		<category><![CDATA[TechNews]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=148</guid>
		<description><![CDATA[Great article about enabling BIND on Mac OS X, it certainly helped me al lot! Read all about it here. Handy Commands As many things in *nix environments tend to be, managing your DNS server may seem just a bit more complicated than necessary. rndc is the DNS control utility, used to reload your DNS [...]]]></description>
			<content:encoded><![CDATA[<p>Great article about enabling BIND on Mac OS X, it certainly helped me al lot!</p>
<p><a title="Enable BIND, Mac OS X" href="http://www.macshadows.com/kb/index.php?title=How_To:_Enable_BIND_-_Mac_OS_X's_Built-in_DNS_Server" target="_blank">Read all about it here.</a></p>
<h3>Handy Commands</h3>
<p>As many things in *nix environments tend to be, managing your DNS server may seem just a bit more complicated than necessary.</p>
<ul>
<li><strong>rndc</strong> is the DNS control utility, used to reload your DNS configuration or restart your DNS server</li>
<li><strong>launchctl</strong> enables you to launch services such as DNS as a <a title="Daemon (page does not exist)" href="http://www.macshadows.com/kb/index.php?title=Daemon&amp;action=edit&amp;redlink=1">daemon</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/how-to-enable-bind-mac-os-xs-built-in-dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix blank page in JAWStats</title>
		<link>http://www.newjokecity.com/fix-blank-page-in-jawstats/</link>
		<comments>http://www.newjokecity.com/fix-blank-page-in-jawstats/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 19:36:46 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[TechNews]]></category>
		<category><![CDATA[blank page]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[JAWStats]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=125</guid>
		<description><![CDATA[if you got a blank page or a loop, you could have a problem with a special character. let&#8217;s remove them! open clsAWStats.php find @ line ~195 htmlspecialchars(urldecode(trim($arrData[$iIndexItem][$iIndexAttr]))) and add remove_sc &#8230; like this remove_sc(htmlspecialchars(urldecode(trim($arrData[$iIndexItem][$iIndexAttr])))) now go to the end of the file an add this function (before the ?&#62; tag ) function remove_sc($data) { [...]]]></description>
			<content:encoded><![CDATA[<p>if you got a blank page or a loop, you could have a problem with a special character. let&#8217;s remove them!</p>
<p>open clsAWStats.php</p>
<p>find @ line ~195</p>
<p>htmlspecialchars(urldecode(trim($arrData[$iIndexItem][$iIndexAttr])))</p>
<p>and add remove_sc &#8230; like this</p>
<p>remove_sc(htmlspecialchars(urldecode(trim($arrData[$iIndexItem][$iIndexAttr]))))</p>
<p>now go to the end of the file an add this function (before the ?&gt; tag <img src='http://www.newjokecity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>function remove_sc($data) {<br />
return preg_replace(&#8220;/[^a-zA-Z0-9\:\/.-_:;]/&#8221;,&#8221;,$data);<br />
}</p>
<p>Original post found at http://www.jawstats.com/community/thread119, thanks to the poster, this solutions worked perfect for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/fix-blank-page-in-jawstats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add ip to interface (linux)</title>
		<link>http://www.newjokecity.com/add-ip-to-interface-linux/</link>
		<comments>http://www.newjokecity.com/add-ip-to-interface-linux/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 08:49:01 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[TechNews]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=122</guid>
		<description><![CDATA[cd /etc/sysconfig/network-scripts cp ifcfg-eth0 ifcfg-eth0:0 vi ifcfg-eth0:0 DEVICE=eth0:0 &#60;&#8211; ONBOOT=yes BOOTPROTO=static IPADDR=xxx.xxx.xxx.xxx NETMASK=255.255.254.0 GATEWAY=xxx.xxx.xxx.xxx BROADCAST=xxx.xxx.xxx.255 restart network (/etc/init.d/network reload)]]></description>
			<content:encoded><![CDATA[<p>cd /etc/sysconfig/network-scripts<br />
cp ifcfg-eth0 ifcfg-eth0:0<br />
vi ifcfg-eth0:0</p>
<p>DEVICE=eth0:<span style="color: #ff0000"><strong>0</strong></span> <span style="color: #ff0000">&lt;&#8211;</span><br />
ONBOOT=yes<br />
BOOTPROTO=static<br />
IPADDR=xxx.xxx.xxx.xxx<br />
NETMASK=255.255.254.0<br />
GATEWAY=xxx.xxx.xxx.xxx<br />
BROADCAST=xxx.xxx.xxx.255</p>
<p>restart network (/etc/init.d/network reload)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/add-ip-to-interface-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create 301 redirect magento rewrite management</title>
		<link>http://www.newjokecity.com/create-301-redirect-magento-rewrite-management/</link>
		<comments>http://www.newjokecity.com/create-301-redirect-magento-rewrite-management/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:18:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[TechNews]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=115</guid>
		<description><![CDATA[From: http://yoursite.com/new.html To: http://yoursite.com/old.html Do the following in Magento to create the appropriate pemanent redirect: Navigate to Catalog &#62; Url Rewrite Management Click the “Add Urlrewrite” button Select “Custom” from the “Create Urlrewrite” drop-down menu The “Urlrewrite Information” form would be: ID Path: new.html Request Path: new.html Target Path: old.html Redirect: Permanent(301)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.newjokecity.com/wp-content/uploads/2010/10/magento-logo-125-355.jpg"><img class="alignnone size-full wp-image-111" title="magento-logo" src="http://www.newjokecity.com/wp-content/uploads/2010/10/magento-logo-125-355.jpg" alt="" width="124" height="41" /></a></p>
<p>From: <code><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">http://yoursite.com/new.html</span></code></p>
<p>To: <code><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">http://yoursite.com/old.html</span></code></p>
<p>Do the following in Magento to create the appropriate pemanent redirect:</p>
<ol>
<li>Navigate to Catalog &gt; Url Rewrite Management</li>
<li>Click the “Add Urlrewrite” button</li>
<li>Select “Custom” from the “Create Urlrewrite” drop-down menu</li>
<li>The “Urlrewrite Information” form would be:</li>
</ol>
<p><strong>ID Path: new</strong><code><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><strong>.html</strong></span></code></p>
<p><strong>Request Path: <code><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">new.html</span></code></p>
<p></strong> <strong>Target Path: <code><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">old.html</span></code></p>
<p></strong> <strong>Redirect: <code><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">Permanent(301)</span></code></p>
<p></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/create-301-redirect-magento-rewrite-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento error: Exception printing is disabled by default for security reasons</title>
		<link>http://www.newjokecity.com/magento-error-exception-printing-is-disabled-by-default-for-security-reasons/</link>
		<comments>http://www.newjokecity.com/magento-error-exception-printing-is-disabled-by-default-for-security-reasons/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 05:26:38 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[TechNews]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=110</guid>
		<description><![CDATA[Magento Error There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: 793079871864 Solution If you get the above error in Magento, try the following solution: 1) In your File Manager (or FTP client), or if you are like me on the commandline, go [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.newjokecity.com/wp-content/uploads/2010/10/magento-logo-125-355.jpg"><img class="alignnone size-full wp-image-111" title="magento-logo" src="http://www.newjokecity.com/wp-content/uploads/2010/10/magento-logo-125-355.jpg" alt="" width="124" height="41" /></a></p>
<p><span style="color: #ff0000;"><strong>Magento Error</strong></span><br />
There has been an error processing your request<br />
Exception printing is disabled by default for security reasons.<br />
Error log record number: 793079871864</p>
<p><span style="color: #00ff00;"><strong>Solution</strong></span><br />
If you get the above error in Magento, try the following solution:<br />
1) In your File Manager (or FTP client), or if you are like me on the commandline, go to your Magento folder. (/var/www/errors)<br />
2) Rename file &#8220;errors/local.xml.sample&#8221; to &#8220;errors/local.xml&#8221;.</p>
<p>Now, you will see the detailed error while accessing Magento (instead of the above default error).</p>
<p>It is recommended to rename again to local.xml.sample, when you&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/magento-error-exception-printing-is-disabled-by-default-for-security-reasons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZimbraMtaMyNetworks &#124; Allowing relaying for a remote machine</title>
		<link>http://www.newjokecity.com/zimbramtamynetworks-allowing-relaying-for-a-remote-machine/</link>
		<comments>http://www.newjokecity.com/zimbramtamynetworks-allowing-relaying-for-a-remote-machine/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:28:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Everyday News]]></category>
		<category><![CDATA[TechNews]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=106</guid>
		<description><![CDATA[ZimbraMtaMyNetworks Allowing relaying for a remote machine Let&#8217;s say you have a single machine on a remote network (for example, an automated mailing list manager with the IP address 10.10.200.25), and the current settings look like this: postconf mynetworks mynetworks = 127.0.0.0/8 10.10.130.0/24 Add the remote machine like this: zmprov modifyServer zimbra.example.com zimbraMtaMyNetworks &#8217;127.0.0.0/8 10.10.130.0/24 [...]]]></description>
			<content:encoded><![CDATA[<p>ZimbraMtaMyNetworks</p>
<p>Allowing relaying for a remote machine<br />
Let&#8217;s say you have a single machine on a remote network (for example, an automated mailing list manager with the IP address 10.10.200.25), and the current settings look like this:<br />
postconf mynetworks<br />
mynetworks = 127.0.0.0/8 10.10.130.0/24<br />
Add the remote machine like this:<br />
zmprov modifyServer zimbra.example.com zimbraMtaMyNetworks &#8217;127.0.0.0/8 10.10.130.0/24 10.10.200.25/32&#8242;<br />
postfix reload</p>
<p>More and other options on: <a href="http://wiki.zimbra.com/wiki/ZimbraMtaMyNetworks" target="_blank">http://wiki.zimbra.com/wiki/ZimbraMtaMyNetworks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/zimbramtamynetworks-allowing-relaying-for-a-remote-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Auto Connect to a Network Drive</title>
		<link>http://www.newjokecity.com/mac-auto-connect-to-a-network-drive/</link>
		<comments>http://www.newjokecity.com/mac-auto-connect-to-a-network-drive/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 11:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC]]></category>
		<category><![CDATA[TechNews]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Network mount]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Time Capsule]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=79</guid>
		<description><![CDATA[This item is related to : Time Machine with Network drive Problem: Every time you shut down your Mac, you lose your connection to a network drive. Solution: Preferences-&#62;Accounts-&#62;Login Items and adding the icon of your already mounted network volume. Mac OSX will mount it every time you log in.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-77" title="apple-logo" src="http://www.newjokecity.com/wp-content/uploads/2009/11/apple-logo1-150x150.jpg" alt="apple-logo" width="50" height="50" /></p>
<p>This item is related to :</p>
<h3><em><a title="Permanent Link to Time Machine with Network drive" rel="bookmark" href="../?p=74">Time Machine with Network drive</a></em></h3>
<p>Problem:</p>
<p>Every time you shut down your Mac, you lose your connection to a network drive.</p>
<p>Solution:</p>
<p>Preferences-&gt;Accounts-&gt;Login Items and adding the icon of your already mounted network volume. Mac OSX will mount it every time you log in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/mac-auto-connect-to-a-network-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Machine with Network drive</title>
		<link>http://www.newjokecity.com/time-machine-with-network-drive/</link>
		<comments>http://www.newjokecity.com/time-machine-with-network-drive/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:40:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC]]></category>
		<category><![CDATA[TechNews]]></category>
		<category><![CDATA[.apple.systempreferences tmshowunsupportednetworkvolumes]]></category>
		<category><![CDATA[capsule]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[open iterm]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=74</guid>
		<description><![CDATA[1. Mount your network drive (check step-5 if you are getting error in mounting) 2. Change the preferences by running following command (open iTerm or other shell) defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 3. Now activate the time machine 4. You will now be able to select your network drive. 5. In case, you loose your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-77" title="apple-logo" src="http://www.newjokecity.com/wp-content/uploads/2009/11/apple-logo1-150x150.jpg" alt="apple-logo" width="50" height="50" /></p>
<p>1. Mount your network drive (check step-5 if you are getting error in mounting)</p>
<p>2. Change the preferences by running following command (open iTerm or other shell)<br />
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</p>
<p>3. Now activate the time machine</p>
<p>4. You will now be able to select your network drive.</p>
<p>5. In case, you loose your network mount, you will need to reset the preference set in step-2, by running following command (open iTerm or other shell)<br />
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 0</p>
<p>For more detail, <a href="http://jkontherun.blogs.com/jkontherun/2007/10/will-leopards-t.html" target="_blank">read this</a></p>
<p>Completely copied from <a href="http://smangal.wordpress.com/2007/12/10/time-machine-with-network-drive/" target="_blank">http://smangal.wordpress.com/2007/12/10/time-machine-with-network-drive/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/time-machine-with-network-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Import Vmware Image into Virtualbox</title>
		<link>http://www.newjokecity.com/howto-import-vmware-image-into-virtualbox/</link>
		<comments>http://www.newjokecity.com/howto-import-vmware-image-into-virtualbox/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 11:16:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC]]></category>
		<category><![CDATA[TechNews]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=64</guid>
		<description><![CDATA[VirtualBox can run VMs created by VMware Workstation or Server for this you need to import vmdk files using the following procedure * Start Virtual Box * Goto File &#62; Virtual Disk Manager * Click Add. Locate and select the copied .vmdk file. Click OK. * Create a New VM as usual using the added [...]]]></description>
			<content:encoded><![CDATA[<p>VirtualBox can run VMs created by VMware Workstation or Server for this you need to import vmdk files using the following procedure</p>
<p>* Start Virtual Box</p>
<p>* Goto File &gt; Virtual Disk Manager</p>
<p>* Click Add.  Locate and select the copied .vmdk file. Click OK.</p>
<p>* Create a New VM as usual using the added vmdk file</p>
<p>* Boot the VM</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/howto-import-vmware-image-into-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Flash in Firefox Portable</title>
		<link>http://www.newjokecity.com/enable-flash-in-firefox-portable/</link>
		<comments>http://www.newjokecity.com/enable-flash-in-firefox-portable/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:54:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TechNews]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=50</guid>
		<description><![CDATA[Download file called &#8220;flashplayer-win.xpi&#8221; Open file with winzip/7-zip Copy files NPSWF32.dll and flashplayer.xpt to STATION:\PortableApps\FirefoxPortable\Data\plugins And you&#8217;re done.]]></description>
			<content:encoded><![CDATA[<p>Download file called &#8220;<a title="flashplayer-win.xpi" href="http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi" target="_blank">flashplayer-win.xpi</a>&#8221;</p>
<p>Open file with winzip/7-zip</p>
<p>Copy files NPSWF32.dll and flashplayer.xpt to STATION:\PortableApps\FirefoxPortable\Data\plugins</p>
<p>And you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/enable-flash-in-firefox-portable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.newjokecity.com @ 2012-02-06 06:31:21 -->
