<?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.xmodx.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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>netstat -an | grep -i listen</title> <link>http://xmodx.com</link> <description>xMoDx</description> <lastBuildDate>Wed, 21 Jul 2010 13:19:39 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.xmodx.com/xmodx" /><feedburner:info uri="xmodx" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Tech News</media:category><itunes:explicit>no</itunes:explicit><itunes:subtitle>xMoDx</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Tech News" /></itunes:category><feedburner:emailServiceId>xmodx</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Logging into your Server via RDP</title><link>http://feeds.xmodx.com/~r/xmodx/~3/wFwL-JXzDDI/</link> <comments>http://xmodx.com/logging-into-your-server-via-rdp/#comments</comments> <pubDate>Thu, 13 May 2010 07:30:04 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Guides]]></category><guid isPermaLink="false">http://xmodx.com/?p=2421</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WhcUnDJAh9ar_wxfrknwdQBxs9A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WhcUnDJAh9ar_wxfrknwdQBxs9A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WhcUnDJAh9ar_wxfrknwdQBxs9A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WhcUnDJAh9ar_wxfrknwdQBxs9A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;This article addresses how to connect and log in to your Windows Server  via RDP using Windows&amp;#8217; Remote Desktop Connection client.
Starting the Client :
To start Remote Desktop, click Start  All Programs  Accessories  Communications  Remote Desktop ConnectionNow, enter the IP address of the server and simply press Connect. Sponsored Links:google_ad_client = [...]</description> <wfw:commentRss>http://xmodx.com/logging-into-your-server-via-rdp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/logging-into-your-server-via-rdp/</feedburner:origLink></item> <item><title>Using cURL to get all links in a webpage</title><link>http://feeds.xmodx.com/~r/xmodx/~3/m5Qr-5gtP-c/</link> <comments>http://xmodx.com/using-curl-to-get-all-links-in-a-webpage/#comments</comments> <pubDate>Fri, 07 May 2010 09:42:05 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Guides]]></category><guid isPermaLink="false">http://xmodx.com/?p=2408</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PoKTJN2ctPQY3NPJ_7aO4ifoxf0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PoKTJN2ctPQY3NPJ_7aO4ifoxf0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PoKTJN2ctPQY3NPJ_7aO4ifoxf0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PoKTJN2ctPQY3NPJ_7aO4ifoxf0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;The code below finds all links in the href attribute of anchor tags of a given page url. Sponsored Links:google_ad_client = "pub-0983540800597903";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FFFFFF";
google_color_text = "555555";
google_color_url = "555555";&amp;#60;?
$request_url ='http://xmodx.com';$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $request_url);	// The url to get links from
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);	// We want to get [...]</description> <wfw:commentRss>http://xmodx.com/using-curl-to-get-all-links-in-a-webpage/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/using-curl-to-get-all-links-in-a-webpage/</feedburner:origLink></item> <item><title>Command line BitTorrent client for Centos 5.4</title><link>http://feeds.xmodx.com/~r/xmodx/~3/gMc8ZAm98qY/</link> <comments>http://xmodx.com/command-line-bittorrent-client-for-centos-5-4/#comments</comments> <pubDate>Fri, 23 Apr 2010 07:06:37 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Guides]]></category><guid isPermaLink="false">http://xmodx.com/?p=2400</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M7xmxMtPrK5bYu-mU1-aTkve9ro/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M7xmxMtPrK5bYu-mU1-aTkve9ro/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M7xmxMtPrK5bYu-mU1-aTkve9ro/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M7xmxMtPrK5bYu-mU1-aTkve9ro/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;BitTorrent is the name of a peer-to-peer (P2P) file distribution protocol, and of a free software implementation of that protocol.
The BitTorrent client is a computer program developed by BitTorrent, Inc. used to download and upload files via the BitTorrent protocol. You can download python based command line BitTorrent client download for Linux/BSD/Mac OS X/UNIX link [...]</description> <wfw:commentRss>http://xmodx.com/command-line-bittorrent-client-for-centos-5-4/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/command-line-bittorrent-client-for-centos-5-4/</feedburner:origLink></item> <item><title>Additions Installation and SSH Access to a Sun VirtualBox</title><link>http://feeds.xmodx.com/~r/xmodx/~3/Nuv_0pM58X8/</link> <comments>http://xmodx.com/additions-installation-and-ssh-access-to-a-sun-virtualbox/#comments</comments> <pubDate>Fri, 23 Apr 2010 02:01:44 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Guides]]></category><guid isPermaLink="false">http://xmodx.com/?p=2394</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WHvahSj2T-2wcLTkL_nSltRIp3Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WHvahSj2T-2wcLTkL_nSltRIp3Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WHvahSj2T-2wcLTkL_nSltRIp3Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WHvahSj2T-2wcLTkL_nSltRIp3Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I&amp;#8217;ve got the latest release Centos 5.4 Linux running on top of Windows 7 using Sun VirtualBox, so I decided to first find out how to connect to my Linux guest machine from my Windows host machine.
First stop, I need remove a minor irritation that requires me to manually switch my mouse between my Linux [...]</description> <wfw:commentRss>http://xmodx.com/additions-installation-and-ssh-access-to-a-sun-virtualbox/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/additions-installation-and-ssh-access-to-a-sun-virtualbox/</feedburner:origLink></item> <item><title>PHP Parse Error: syntax error, unexpected $end</title><link>http://feeds.xmodx.com/~r/xmodx/~3/-tZwi9a04B0/</link> <comments>http://xmodx.com/php-parse-error-syntax-error-unexpected-end/#comments</comments> <pubDate>Thu, 22 Apr 2010 09:02:06 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Guides]]></category><guid isPermaLink="false">http://xmodx.com/?p=2387</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/O2anl1QHrLejAbD8zMh8O1NfpOI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O2anl1QHrLejAbD8zMh8O1NfpOI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/O2anl1QHrLejAbD8zMh8O1NfpOI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O2anl1QHrLejAbD8zMh8O1NfpOI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;In PHP 5, the following error may appears as an error entry in Apache error log or simply displays on PHP web page, even if calling to php scripts with php_info() works perfectly and successfully returns information on PHP configurations:
Parse Error: syntax error, unexpected $end in .. phpfile.php on line
The error may caused by [...]</description> <wfw:commentRss>http://xmodx.com/php-parse-error-syntax-error-unexpected-end/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/php-parse-error-syntax-error-unexpected-end/</feedburner:origLink></item> <item><title>Apache and phpmyadmin with SSL/TLS</title><link>http://feeds.xmodx.com/~r/xmodx/~3/Jm8nq814H-4/</link> <comments>http://xmodx.com/apache-and-phpmyadmin-with-ssltls/#comments</comments> <pubDate>Wed, 21 Apr 2010 13:08:34 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Linux System Admin]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[SSL]]></category><guid isPermaLink="false">http://xmodx.com/?p=2430</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TBmvdWfrnGRZ6L_NjhgWdA5tFpg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TBmvdWfrnGRZ6L_NjhgWdA5tFpg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TBmvdWfrnGRZ6L_NjhgWdA5tFpg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TBmvdWfrnGRZ6L_NjhgWdA5tFpg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Introduction to SSL:
Secure Sockets Layer (SSL) is the most widely known protocol that offers privacy and good reliability for client-server communication over the Internet. SSL itself is conceptually quite simple: it negotiates the cryptography algorithms and keys between two sides of a communication, and establishes an encrypted tunnel through which other protocols (like HTTP) can [...]</description> <wfw:commentRss>http://xmodx.com/apache-and-phpmyadmin-with-ssltls/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/apache-and-phpmyadmin-with-ssltls/</feedburner:origLink></item> <item><title>How to obtain facebook password</title><link>http://feeds.xmodx.com/~r/xmodx/~3/tqcKUxcOvJg/</link> <comments>http://xmodx.com/how-to-obtain-facebook-password/#comments</comments> <pubDate>Fri, 09 Apr 2010 12:20:44 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Hacks]]></category><guid isPermaLink="false">http://xmodx.com/?p=2370</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Y1qlG6lpjT9Viln1hgPkmOVHQ2o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y1qlG6lpjT9Viln1hgPkmOVHQ2o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Y1qlG6lpjT9Viln1hgPkmOVHQ2o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y1qlG6lpjT9Viln1hgPkmOVHQ2o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;this is not a hacking tutorial&amp;#8230; this is a video showing the information you share online is not safe! Sponsored Links:google_ad_client = "pub-0983540800597903";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FFFFFF";
google_color_text = "555555";
google_color_url = "555555";Click HERE to watch video
&amp;#60;!&amp;#8211; download source code is available to site members only &amp;#8211;&amp;#62;
No Related PostHow [...]</description> <wfw:commentRss>http://xmodx.com/how-to-obtain-facebook-password/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <feedburner:origLink>http://xmodx.com/how-to-obtain-facebook-password/</feedburner:origLink></item> <item><title>Enable Windows 7 God Mode</title><link>http://feeds.xmodx.com/~r/xmodx/~3/Ft6hlPWQ0Jk/</link> <comments>http://xmodx.com/enable-windows-7-god-mode/#comments</comments> <pubDate>Wed, 07 Apr 2010 04:42:00 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Guides]]></category><guid isPermaLink="false">http://xmodx.com/?p=2363</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EvFySWuZmfPsKn7VOupro63qhLU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EvFySWuZmfPsKn7VOupro63qhLU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EvFySWuZmfPsKn7VOupro63qhLU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EvFySWuZmfPsKn7VOupro63qhLU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;1) Create Folder
2) Rename it with GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Sponsored Links:google_ad_client = "pub-0983540800597903";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FFFFFF";
google_color_text = "555555";
google_color_url = "555555";God Mode Control Panel Give you access to all of Windows 7 functions in 1 place
No Related Postwhat are you going to do if your Linux server got hackedHow [...]</description> <wfw:commentRss>http://xmodx.com/enable-windows-7-god-mode/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/enable-windows-7-god-mode/</feedburner:origLink></item> <item><title>Reformat Nokia Drive C:</title><link>http://feeds.xmodx.com/~r/xmodx/~3/0imDROjC-FY/</link> <comments>http://xmodx.com/reformat-nokia-drive-c/#comments</comments> <pubDate>Tue, 09 Feb 2010 22:33:05 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[Hacks]]></category><guid isPermaLink="false">http://xmodx.com/?p=2360</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Jlm2JZgNFGOnuWG8ffimN-g2DtI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jlm2JZgNFGOnuWG8ffimN-g2DtI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Jlm2JZgNFGOnuWG8ffimN-g2DtI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jlm2JZgNFGOnuWG8ffimN-g2DtI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;3 finger salute
1 Turn phone off
2 Press and hold the green (talk) key on the left + number 3 on the keypad + the * key
3 Then turn the phone back on.  Sponsored Links:google_ad_client = "pub-0983540800597903";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FFFFFF";
google_color_text = "555555";
google_color_url = "555555";No Related PostThe [...]</description> <wfw:commentRss>http://xmodx.com/reformat-nokia-drive-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/reformat-nokia-drive-c/</feedburner:origLink></item> <item><title>Google DNS vs OpenDNS</title><link>http://feeds.xmodx.com/~r/xmodx/~3/1OilJcdslp0/</link> <comments>http://xmodx.com/google-dns-vs-opendns/#comments</comments> <pubDate>Tue, 12 Jan 2010 06:12:40 +0000</pubDate> <dc:creator>xMoDx</dc:creator> <category><![CDATA[News]]></category><guid isPermaLink="false">http://xmodx.com/?p=2329</guid> <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/V1kXH8r8ePsjwOFJ3zyAfCkFtbg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V1kXH8r8ePsjwOFJ3zyAfCkFtbg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/V1kXH8r8ePsjwOFJ3zyAfCkFtbg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V1kXH8r8ePsjwOFJ3zyAfCkFtbg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Slow DNS resolving is one of the major causes of browsing slowdowns. The DNS services provided by the ISPs were often crappy and erratic and  OpenDNS had emerged as the de-facto alternative. OpenDNS was not without its faults. Though it was rarely erratic, the performance was not blazing fast. Also if OpenDNS did not [...]</description> <wfw:commentRss>http://xmodx.com/google-dns-vs-opendns/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://xmodx.com/google-dns-vs-opendns/</feedburner:origLink></item> <media:rating>nonadult</media:rating></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)
Database Caching 2/98 queries in 1.717 seconds using disk

Served from: xmodx.com @ 2010-07-31 06:35:11 -->
