<?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>tutorials, tips, tricks and IT resources</title>
	<atom:link href="http://www.idglabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idglabs.com</link>
	<description>IDGLabs.COM -  Want to participate in the discussion? Share your knowledge with us...</description>
	<lastBuildDate>Tue, 10 Aug 2010 10:38:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Enable SSH Terminal for FTP user within Plesk</title>
		<link>http://www.idglabs.com/2010/08/enable-ssh-terminal-for-ftp-user-within-plesk/</link>
		<comments>http://www.idglabs.com/2010/08/enable-ssh-terminal-for-ftp-user-within-plesk/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 10:38:30 +0000</pubDate>
		<dc:creator>IDGLabs.Com</dc:creator>
				<category><![CDATA[Manage Server]]></category>
		<category><![CDATA[Web Servers]]></category>

		<guid isPermaLink="false">http://www.idglabs.com/?p=10062</guid>
		<description><![CDATA[The following will show you how to enable the SSH Terminal for any domain in Plesk. This will allow the FTP user to connect using SSH from any computer or from within Plesk. WARNING: Enabling SSH for this user will enable the SSH Terminal icon which displays in Plesk. It is advisable that you use [...]]]></description>
		<wfw:commentRss>http://www.idglabs.com/2010/08/enable-ssh-terminal-for-ftp-user-within-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Production Setup on VPS/Server for Drupal</title>
		<link>http://www.idglabs.com/2010/08/ubuntu-production-setup-on-vpsserver-for-drupal-2/</link>
		<comments>http://www.idglabs.com/2010/08/ubuntu-production-setup-on-vpsserver-for-drupal-2/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 11:16:17 +0000</pubDate>
		<dc:creator>IDGLabs.Com</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.idglabs.com/?p=10059</guid>
		<description><![CDATA[Update: Linode just released Ubuntu 9.04 today, the steps here should be the same. Installing Ubuntu Server If you are on a VPS, your hosting company would have prepared the Ubuntu image that they maintain. Therefore, you can skip this section if you are using a VPS. Choosing between 32 bits and 64 bits server [...]]]></description>
		<wfw:commentRss>http://www.idglabs.com/2010/08/ubuntu-production-setup-on-vpsserver-for-drupal-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create a symbolic link?</title>
		<link>http://www.idglabs.com/2010/07/how-do-i-create-a-symbolic-link/</link>
		<comments>http://www.idglabs.com/2010/07/how-do-i-create-a-symbolic-link/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 05:19:07 +0000</pubDate>
		<dc:creator>IDGLabs.Com</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.idglabs.com/?p=10057</guid>
		<description><![CDATA[How do I create a symbolic link? ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT] For example: ln -s /usr/local/apache/logs ./logs This points a symbolic link “./logs” to “/usr/local/apache/logs”]]></description>
		<wfw:commentRss>http://www.idglabs.com/2010/07/how-do-i-create-a-symbolic-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Address already in use: make_sock: could not bind to address 0.0.0.0:443</title>
		<link>http://www.idglabs.com/2010/07/address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-0443/</link>
		<comments>http://www.idglabs.com/2010/07/address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-0443/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 07:22:45 +0000</pubDate>
		<dc:creator>IDGLabs.Com</dc:creator>
				<category><![CDATA[Apache - Apache]]></category>

		<guid isPermaLink="false">http://www.idglabs.com/?p=10055</guid>
		<description><![CDATA[COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME httpd 2690 root 4u IPv4 13608 TCP *:https (LISTEN) httpd 2691 apache 4u IPv4 13608 TCP *:https (LISTEN) httpd 2692 apache 4u IPv4 13608 TCP *:https (LISTEN) httpd 2693 apache 4u IPv4 13608 TCP *:https (LISTEN) httpd 2694 apache 4u IPv4 13608 TCP *:https (LISTEN) httpd [...]]]></description>
		<wfw:commentRss>http://www.idglabs.com/2010/07/address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-0443/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443</title>
		<link>http://www.idglabs.com/2010/07/98address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-0443/</link>
		<comments>http://www.idglabs.com/2010/07/98address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-0443/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 07:17:03 +0000</pubDate>
		<dc:creator>IDGLabs.Com</dc:creator>
				<category><![CDATA[Apache - Apache]]></category>

		<guid isPermaLink="false">http://www.idglabs.com/?p=10053</guid>
		<description><![CDATA[Every 2 &#8211; 4 hours, apache will stop working. When i type: /etc/init.d/httpd restart it says: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down I have the same problem on another DirectAdmin server, but on [...]]]></description>
		<wfw:commentRss>http://www.idglabs.com/2010/07/98address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-0443/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Content Delivery Network via cdn.idglabs.com

Served from: www.idglabs.com @ 2010-09-07 09:59:59 -->