<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>iPCNetworking Blog</title>
	
	<link>http://blog.ipcnetworking.com</link>
	<description />
	<lastBuildDate>Fri, 20 Apr 2012 06:55:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ipcnetworking-blog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ipcnetworking-blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>yum update Red Hat Linux / Fedora</title>
		<link>http://blog.ipcnetworking.com/archives/yum-update-red-hat-linux-fedora.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=yum-update-red-hat-linux-fedora</link>
		<comments>http://blog.ipcnetworking.com/archives/yum-update-red-hat-linux-fedora.html#comments</comments>
		<pubDate>Fri, 20 Apr 2012 06:54:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=609</guid>
		<description><![CDATA[Yum (Yellowdog Updater Modified) is a powerful automatic updater and package installer/remover on RPM-based Linux distributions like Red Hat / Fedora. Yum automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to &#8230; <a href="http://blog.ipcnetworking.com/archives/yum-update-red-hat-linux-fedora.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>Yum (Yellowdog Updater Modified)</b> is a powerful automatic updater and package installer/remover on RPM-based Linux distributions like Red Hat / Fedora. </p>
<p>Yum automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm.<br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7926587386426815";
/* SG-300x250-blog.ipcnetworking */
google_ad_slot = "8642420638";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
The main Yum configuration file is <i>/etc/yum.conf</i>. Basic repository listings are located in the <i>/etc/yum.repos.d/</i> directory. Unless you plan on adding other repositories or have a need to tweak certain configuration settings, these configuration files work as-is. Please refer to <i>yum.conf</i> manual page to find out the various options for this configuration file. You may like to take note about the <i>keepcache</i> option in this file. Set <i>keepcache=1</i> if you want to keep the downloaded RPM files from erased after they are installed. However, make sure the cachedir directory has enough space to save the downloaded files.<span id="more-609"></span></p>
<p>To install a package with Yum, simply running Yum with the install option:</p>
<blockquote><p>
# yum install gimp</p></blockquote>
<p>This will install the GIMP package and any dependencies it may have. You can specify more than one package at a time to install.</p>
<p>To get full information on a package installed, such as version, architecture, and a description, execute the following command:</p>
<blockquote><p>
# yum info [package]</p></blockquote>
<p>If you are not sure what a package is called, you can search the software description in repository metadata using Yum’s search option. For example, the following command search for GIMP in any package description:</p>
<blockquote><p>
# yum search gimp</p></blockquote>
<p>If you want to list an available package, you can use the list command. This will list all available packages and note which are installed. For example:</p>
<blockquote><p>
# yum list gimp</p></blockquote>
<p>Software always comes with bugs. As such, regular software update is important to help patching any potential problem. Yum offers several ways of getting the updates information. To find out if any package has any update available, but without performing any upgrade actions, use yum check-update and a list of available updates will be printed.</p>
<p>To upgrade packages, either specify the package to upgrade with the update option or do not specify any packages to update all packages that have updates available:</p>
<blockquote><p>
# yum update</p></blockquote>
<p>To remove a package from the system, use the remove command. This will remove the noted package as well as any requirements for that package that are no longer required by other packages. </p>
<p>Although Yum is designed to use over the network, you may also use it to install packages locally (by inserting a Linux distribution CD/DVD or copying a RPM to a local directory). Simly use the localinstall option to yum will do. For example, if your CD is mounted at /media/disk, you could execute the following command to install the gimp package:</p>
<blockquote><p>
# yum localinstall /media/disk/Fedora/RPMS/gimp-*</p></blockquote>
<p>Overall, Yum is a decent package manager. Most individuals will likely use graphical frontends to Yum, but knowing the Yum commands directly is a great idea in case X is not working or you are working remotely on a server.</p>
<p>By the way, Yum is written using python.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/nSdvqVFuyuImonWAh8_iWnWD0ko/0/da"><img src="http://feedads.g.doubleclick.net/~a/nSdvqVFuyuImonWAh8_iWnWD0ko/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nSdvqVFuyuImonWAh8_iWnWD0ko/1/da"><img src="http://feedads.g.doubleclick.net/~a/nSdvqVFuyuImonWAh8_iWnWD0ko/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/yum-update-red-hat-linux-fedora.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to determine / find CUPS version</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-determine-find-cups-version.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-determine-find-cups-version</link>
		<comments>http://blog.ipcnetworking.com/archives/how-to-determine-find-cups-version.html#comments</comments>
		<pubDate>Fri, 20 Apr 2012 06:30:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic & Printing]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=607</guid>
		<description><![CDATA[Simply execute the following command in your Unix machine to determine what version of CUPS running on your system. # cups-config &#8211;version cups-config is the CUPS program configuration utility. Some of the option available for this utility include: &#8211;api-version: current &#8230; <a href="http://blog.ipcnetworking.com/archives/how-to-determine-find-cups-version.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Simply execute the following command in your Unix machine to determine what version of CUPS running on your system.<br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7926587386426815";
/* SG-300x250-blog.ipcnetworking */
google_ad_slot = "8642420638";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
# cups-config &#8211;version</p>
<p>cups-config is the CUPS program configuration utility. Some of the option available for this utility include:</p>
<p>&#8211;api-version: current API version (major.minor).</p>
<p>&#8211;cflags: necessary compiler options.<br />
<span id="more-607"></span><br />
&#8211;datadir: default CUPS data directory.</p>
<p>&#8211;help: program usage message.</p>
<p>&#8211;ldflags: necessary linker options.</p>
<p>&#8211;libs: necessary librarys to link to. The &#8211;image option adds the CUPS imaging library to the list. The &#8211;static option shows the static libraries instead of the default (shared) libraries.</p>
<p>&#8211;serverbin: default CUPS binary directory, where filters and backends are stored.</p>
<p>&#8211;serverroot: default CUPS configuration file directory.</p>
<p>&#8211;version: full version number of the CUPS installation (major.minor.patch).</p>

<p><a href="http://feedads.g.doubleclick.net/~a/FZPqHk9Vt1iD7Ui-jZgfDyi4n-8/0/da"><img src="http://feedads.g.doubleclick.net/~a/FZPqHk9Vt1iD7Ui-jZgfDyi4n-8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FZPqHk9Vt1iD7Ui-jZgfDyi4n-8/1/da"><img src="http://feedads.g.doubleclick.net/~a/FZPqHk9Vt1iD7Ui-jZgfDyi4n-8/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/how-to-determine-find-cups-version.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete printer port in windows</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-delete-printer-port-in-windows.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-delete-printer-port-in-windows</link>
		<comments>http://blog.ipcnetworking.com/archives/how-to-delete-printer-port-in-windows.html#comments</comments>
		<pubDate>Fri, 20 Apr 2012 06:27:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic & Printing]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=605</guid>
		<description><![CDATA[In order to delete TCP/IP printer port in windows systems, follow the following steps: Open the printers folder &#8211; Start, Setting, Printers Remove the related printers using the printer port Select &#8220;Server Properties&#8221; from &#8220;File&#8221; menu Select the Ports tab &#8230; <a href="http://blog.ipcnetworking.com/archives/how-to-delete-printer-port-in-windows.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In order to delete TCP/IP printer port in windows systems, follow the following steps:<!--adsense--></p>
<ol>
<li>Open the printers folder &#8211; Start, Setting, Printers</li>
<li>Remove the related printers using the printer port</li>
<li>Select &#8220;Server Properties&#8221; from &#8220;File&#8221; menu</li>
<li>Select the Ports tab</li>
<li>Delete the related port here.</li>
</ol>
<p>That&#8217;s it!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/jcsp4fEbjmo32GmWSfuaQvUBrIY/0/da"><img src="http://feedads.g.doubleclick.net/~a/jcsp4fEbjmo32GmWSfuaQvUBrIY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jcsp4fEbjmo32GmWSfuaQvUBrIY/1/da"><img src="http://feedads.g.doubleclick.net/~a/jcsp4fEbjmo32GmWSfuaQvUBrIY/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/how-to-delete-printer-port-in-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SkyDrive</title>
		<link>http://blog.ipcnetworking.com/archives/skydrive-2.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=skydrive-2</link>
		<comments>http://blog.ipcnetworking.com/archives/skydrive-2.html#comments</comments>
		<pubDate>Thu, 19 Apr 2012 07:46:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=602</guid>
		<description><![CDATA[Found this new service from Microsoft the other day. This is really what I search for so far. Like Google toolbar that save my bookmark which I can use whenever access to the Internet, SkyDrive offer free diskspace for me &#8230; <a href="http://blog.ipcnetworking.com/archives/skydrive-2.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found this new service from Microsoft the other day. This is really what I search for so far. Like Google toolbar that save my bookmark which I can use whenever access to the Internet, SkyDrive offer free diskspace for me to access from anywhere of the Internet using web browser!<br />
<!--adsense--><br />
<span id="more-602"></span><br />
What is really cool is 25GB of free online storage! On top of that, maximu file size can be up to 100MB per file. This is really nice feature! User can also configure their file private or share it with contacts or make it to be public.</p>
<p>This is really nice service! See <a href="https://skydrive.live.com/">SkyDrive homepage</a> for subcribe for it!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/0RId5tMdukwdMVY7MMkB8TGTtx8/0/da"><img src="http://feedads.g.doubleclick.net/~a/0RId5tMdukwdMVY7MMkB8TGTtx8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0RId5tMdukwdMVY7MMkB8TGTtx8/1/da"><img src="http://feedads.g.doubleclick.net/~a/0RId5tMdukwdMVY7MMkB8TGTtx8/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/skydrive-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What laptop to buy</title>
		<link>http://blog.ipcnetworking.com/archives/what-laptop-to-buy.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-laptop-to-buy</link>
		<comments>http://blog.ipcnetworking.com/archives/what-laptop-to-buy.html#comments</comments>
		<pubDate>Thu, 19 Apr 2012 04:22:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=599</guid>
		<description><![CDATA[Actually nowaday, majority of new laptops marketed are having sufficient performance to run latest OSs. But basically i will check: How much memory it has: nowaday, at least 4GB is needed if you are installing windows 7, for XP, 1GB &#8230; <a href="http://blog.ipcnetworking.com/archives/what-laptop-to-buy.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Actually nowaday, majority of new laptops marketed are having sufficient performance to run latest OSs.<br />
<!--adsense--><br />
But basically i will check:</p>
<ol>
<li>How much memory it has: nowaday, at least 4GB is needed if you are installing windows 7, for XP, 1GB may be sufficient.</li>
<li>How much hardisk you need. 1TB will be preferred nowadays.</li>
</ol>
<p><span id="more-599"></span><br />
Other than that, you may like to check what are the freebies available in it &#8211; is Operating systems free with your purchased and so on. Warranty period is another important item that you may like to consider. My Dell laptop motherboard spoilt 1 year after my purchased. I get free replacement because of the warranty &#8211; it really worth it!</p>
<p>Investing is laptop is still not a cheap activities &#8211; so make sure that you really need it, only then buy it. The PC price drop really fast!</p>
<p>Last but not least, do some comparision shopping!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/gJEBVC6XPoURAANuAEcspVAEB4E/0/da"><img src="http://feedads.g.doubleclick.net/~a/gJEBVC6XPoURAANuAEcspVAEB4E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gJEBVC6XPoURAANuAEcspVAEB4E/1/da"><img src="http://feedads.g.doubleclick.net/~a/gJEBVC6XPoURAANuAEcspVAEB4E/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/what-laptop-to-buy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable beep sound in Dell Latitude</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-disable-beep-sound-in-dell-latitude.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-disable-beep-sound-in-dell-latitude</link>
		<comments>http://blog.ipcnetworking.com/archives/how-to-disable-beep-sound-in-dell-latitude.html#comments</comments>
		<pubDate>Thu, 19 Apr 2012 04:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=594</guid>
		<description><![CDATA[Open &#8220;Device Manager&#8221; Click on &#8220;View&#8221;-Menu Select &#8220;Show hidden Devices&#8221;. Click on &#8220;Non-Plug and Play Drivers&#8221;. Right-click on &#8220;Beep&#8221; and choose &#8220;disable&#8221;. Reboot your notebook.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Open &#8220;Device Manager&#8221;</li>
<li>Click on &#8220;View&#8221;-Menu</li>
<li>Select &#8220;Show hidden Devices&#8221;.</li>
<li>Click on &#8220;Non-Plug and Play Drivers&#8221;.</li>
<li>Right-click on &#8220;Beep&#8221; and choose &#8220;disable&#8221;.</li>
<li>Reboot your notebook.</li>
</ol>
<p><!--adsense--></p>

<p><a href="http://feedads.g.doubleclick.net/~a/hplzo1gGdqalqSrprQTqwN_5OPk/0/da"><img src="http://feedads.g.doubleclick.net/~a/hplzo1gGdqalqSrprQTqwN_5OPk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hplzo1gGdqalqSrprQTqwN_5OPk/1/da"><img src="http://feedads.g.doubleclick.net/~a/hplzo1gGdqalqSrprQTqwN_5OPk/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/how-to-disable-beep-sound-in-dell-latitude.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do I need to buy antivirus software for my PC?</title>
		<link>http://blog.ipcnetworking.com/archives/do-i-need-to-buy-antivirus-software-for-my-pc.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=do-i-need-to-buy-antivirus-software-for-my-pc</link>
		<comments>http://blog.ipcnetworking.com/archives/do-i-need-to-buy-antivirus-software-for-my-pc.html#comments</comments>
		<pubDate>Mon, 16 Apr 2012 03:08:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=592</guid>
		<description><![CDATA[It depends. If you have budget constraint, you may like to try anti virus free software. I have been using AVG Free Anti-Virus software for years. It works really fine so far. Updates are always available. AVG Free Anti-Virus can &#8230; <a href="http://blog.ipcnetworking.com/archives/do-i-need-to-buy-antivirus-software-for-my-pc.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It depends.</p>
<p>If you have budget constraint, you may like to try anti virus free software. I have been using AVG Free Anti-Virus software for years. It works really fine so far. <!--adsense-->Updates are always available. AVG Free Anti-Virus can be downloaded from <a href="http://free.avg.com/">http://free.avg.com/</a>.<br />
<span id="more-592"></span><br />
Maybe one of the drawbacks of freeware is limited or no technical support available. However, for personal usage, I do think that AVG Free Anti-Virus should be more than enough.</p>
<p>Anyway, if you are worry about technical support to the software you use, do consider fully supported commercial products from Trend Micro, Symantec, McAfee and so on.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/EjMeY9p5Ll4nM1C7YeatZr8K-Pw/0/da"><img src="http://feedads.g.doubleclick.net/~a/EjMeY9p5Ll4nM1C7YeatZr8K-Pw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EjMeY9p5Ll4nM1C7YeatZr8K-Pw/1/da"><img src="http://feedads.g.doubleclick.net/~a/EjMeY9p5Ll4nM1C7YeatZr8K-Pw/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/do-i-need-to-buy-antivirus-software-for-my-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download more than 2 files at a time in Firefox</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-download-more-than-2-files-at-a-time-in-firefox.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-download-more-than-2-files-at-a-time-in-firefox</link>
		<comments>http://blog.ipcnetworking.com/archives/how-to-download-more-than-2-files-at-a-time-in-firefox.html#comments</comments>
		<pubDate>Sun, 15 Apr 2012 01:52:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=589</guid>
		<description><![CDATA[In Firefox, when you try to download a couple of files at the same time, you might have noticed everything adding up in the download manager but only two files get downloaded from a server at any moment. The process &#8230; <a href="http://blog.ipcnetworking.com/archives/how-to-download-more-than-2-files-at-a-time-in-firefox.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In Firefox, when you try to download a couple of files at the same time, you might have noticed everything adding up in the download manager but only two files get downloaded from a server at any moment. The process of changing this limitation is pretty simple.<br />
<!--adsense--><br />
Step 1: Open Firefox and type <em>about:config</em> in the address bar and press &#8216;Enter&#8217;<br />
<span id="more-589"></span><br />
Step 2: Search for <em>network.http.max-persistent-connections-per-server</em> by entering this in the filter field.<br />
Step 3: This is set to 2 by default. You can set this to be whatever you want. Double click and set this digit to a higher number preferably under 10 to increase the simultaneous download limit per server.</p>
<p>Now, you can download more than just two files at a time. Anyway, this won&#8217;t fix it for every server you might download from. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/-Im1C703jUg-aeNjjig1oZ2sCV8/0/da"><img src="http://feedads.g.doubleclick.net/~a/-Im1C703jUg-aeNjjig1oZ2sCV8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-Im1C703jUg-aeNjjig1oZ2sCV8/1/da"><img src="http://feedads.g.doubleclick.net/~a/-Im1C703jUg-aeNjjig1oZ2sCV8/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/how-to-download-more-than-2-files-at-a-time-in-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla error: Fatal error: Maximum execution time of 30 seconds exceeded</title>
		<link>http://blog.ipcnetworking.com/archives/joomla-error-fatal-error-maximum-execution-time-of-30-seconds-exceeded.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-error-fatal-error-maximum-execution-time-of-30-seconds-exceeded</link>
		<comments>http://blog.ipcnetworking.com/archives/joomla-error-fatal-error-maximum-execution-time-of-30-seconds-exceeded.html#comments</comments>
		<pubDate>Tue, 15 Nov 2011 07:55:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=581</guid>
		<description><![CDATA[One of the reason for Joomla to generate message of &#8220;Fatal error: Maximum execution time of 30 seconds exceeded &#8230;&#8221; is with the max_execution_time settings in php.ini of web server&#8217;s root folder. This setting can be confirmed using the following &#8230; <a href="http://blog.ipcnetworking.com/archives/joomla-error-fatal-error-maximum-execution-time-of-30-seconds-exceeded.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the reason for Joomla to generate message of &#8220;Fatal error: Maximum execution time of 30 seconds exceeded &#8230;&#8221; is with the max_execution_time settings in php.ini of web server&#8217;s root folder.<br />
<!--adsense--><br />
This setting can be confirmed using the following method:<br />
<span id="more-581"></span><br />
Administration > Site > System Information > PHP Information > max_execution_time</p>
<p>If that is set to 30 seconds,then you may get the above error when installing extension via Joomla Installer.</p>
<p>To resolve this issue, edit the php.ini file and set max_execution_time to 60 or 90 or 120.</p>
<p>Once you did the changes, restart your web server will do.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/35DiVQWIVVZZAh9kKIBpVXcWK-c/0/da"><img src="http://feedads.g.doubleclick.net/~a/35DiVQWIVVZZAh9kKIBpVXcWK-c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/35DiVQWIVVZZAh9kKIBpVXcWK-c/1/da"><img src="http://feedads.g.doubleclick.net/~a/35DiVQWIVVZZAh9kKIBpVXcWK-c/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/joomla-error-fatal-error-maximum-execution-time-of-30-seconds-exceeded.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove friends from MSN profile but keep them as Messenger friend</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-remove-friends-from-msn-profile-but-keep-them-as-messenger-friend.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-remove-friends-from-msn-profile-but-keep-them-as-messenger-friend</link>
		<comments>http://blog.ipcnetworking.com/archives/how-to-remove-friends-from-msn-profile-but-keep-them-as-messenger-friend.html#comments</comments>
		<pubDate>Mon, 07 Nov 2011 14:24:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=577</guid>
		<description><![CDATA[Just search the Internet and found the following steps to hide your friends from your profile page in MSN 1. Sign in to profiles with your Windows Live ID. 2. Click on Privacy settings, then Advanced. 3. Under Profiles and &#8230; <a href="http://blog.ipcnetworking.com/archives/how-to-remove-friends-from-msn-profile-but-keep-them-as-messenger-friend.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just search the Internet and found the following steps to hide your friends from your profile page in MSN</p>
<p>1.  Sign in to profiles with your Windows Live ID.<br />
2.  Click on Privacy settings, then Advanced.<br />
3.  Under Profiles and search, click on Basic information.<br />
4.  Under Friends list, move the slider to Just me and click Save.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/0hXQqxoWhjfnDTulnp39Ht_3Ftk/0/da"><img src="http://feedads.g.doubleclick.net/~a/0hXQqxoWhjfnDTulnp39Ht_3Ftk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0hXQqxoWhjfnDTulnp39Ht_3Ftk/1/da"><img src="http://feedads.g.doubleclick.net/~a/0hXQqxoWhjfnDTulnp39Ht_3Ftk/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ipcnetworking.com/archives/how-to-remove-friends-from-msn-profile-but-keep-them-as-messenger-friend.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

