<?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>/var/log/jopoy/notes.log</title>
	<atom:link href="http://jopoy.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://jopoy.com</link>
	<description>jopoy solano's random notes</description>
	<lastBuildDate>Tue, 17 Aug 2010 08:39:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enabling File Downloads in IIS</title>
		<link>http://jopoy.com/?p=137</link>
		<comments>http://jopoy.com/?p=137#comments</comments>
		<pubDate>Wed, 11 Aug 2010 01:30:55 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://jopoy.com/?p=137</guid>
		<description><![CDATA[To enable directory browsing and downloading in Apache, what you only need to do is enable directory browsing and make sure that the file has read access. But in IIS, you have to do an extra task, which is to identify which file extensions are allowed. To enable file downloads, go to IIS Management Console. [...]]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paranoid Android</title>
		<link>http://jopoy.com/?p=138</link>
		<comments>http://jopoy.com/?p=138#comments</comments>
		<pubDate>Tue, 10 Aug 2010 08:00:00 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[HTC Desire]]></category>

		<guid isPermaLink="false">http://jopoy.com/?p=138</guid>
		<description><![CDATA[Yehey! I finally have an Android Phone (HTC Desire). I never had a gadget for a best friend since the iPod. Now, I have two. I&#8217;ve been scouring the Android Market and came up with following must have Apps (for me at least). 1. ConnectBot, for SSH and Telnet access. 2. AndroidVNC, for, of course [...]]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browsing the Internet with SSH tunneling</title>
		<link>http://jopoy.com/?p=124</link>
		<comments>http://jopoy.com/?p=124#comments</comments>
		<pubDate>Tue, 16 Mar 2010 07:41:12 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://jopoy.com/?p=124</guid>
		<description><![CDATA[On your server: 1. Just create an SSH account. On your client (Linux/Mac): 1. Open a terminal and key in the following, #ssh -fND 8080 username@remoteserver.net 2. Open Firefox and go to Preferences -&#62; Advanced -&#62; Network -&#62; Proxy Settings and choose &#8220;Manual proxy configuration.&#8221; 3. Put &#8220;127.0.0.1&#8243; for the SOCKS host field and &#8220;8080&#8243; [...]]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=124</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox/flash has no sound in Ubuntu 9.10</title>
		<link>http://jopoy.com/?p=122</link>
		<comments>http://jopoy.com/?p=122#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:41:02 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jopoy.com/?p=122</guid>
		<description><![CDATA[Just remove ./pulse from your home folder and close/open Firefox.]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=122</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and Running RubyOnRails on Ubuntu</title>
		<link>http://jopoy.com/?p=118</link>
		<comments>http://jopoy.com/?p=118#comments</comments>
		<pubDate>Thu, 10 Dec 2009 02:33:41 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jopoy.com/?p=118</guid>
		<description><![CDATA[sudo apt-get install ruby-full build-essential or sudo aptitude install ruby build-essential libopenssl-ruby ruby1.8-dev sudo apt-get install rubygems echo &#8220;export PATH=/var/lib/gems/1.8/bin:$PATH&#8221; &#62;&#62; ~/.bashrc sudo gem update &#8211;system INSTALLING Rails sudo gem install rails or apt-get install rails (installing rails with gem is preferred) sudo aptitude install libfcgi-dev RUNNING RubyOnRails rails /home/myuser/www/mynewapp -d mysql (-D if you [...]]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=118</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardening TPC/IP in linux</title>
		<link>http://jopoy.com/?p=112</link>
		<comments>http://jopoy.com/?p=112#comments</comments>
		<pubDate>Fri, 20 Nov 2009 08:20:45 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://jopoy.com/?p=112</guid>
		<description><![CDATA[Execute the following: sysctl -w net.ipv4.icmp_echo_ignore_broadcasts=1 sysctl -w net.ipv4.conf.all.accept_redirects=0 sysctl -w net.ipv6.conf.all.accept_redirects=0 sysctl -w net.ipv4.conf.all.send_redirects=0 sysctl -w net.ipv6.conf.all.send_redirects=0 sysctl -w net.ipv4.conf.all.accept_source_route=0 sysctl -w net.ipv4.conf.all.forwarding=0 sysctl -w net.ipv4.conf.all.rp_filter=1 sysctl -w net.ipv4.tcp_max_syn_backlog=1280 sysctl -w net.ipv4.tcp_syncookies=1 sysctl -w net.ipv4.conf.all.log_martians=1 sysctl -w net.ipv4.conf.all.mc_forwarding=0 To make it permanent, put the same line above minus the &#8220;sysctl -w &#8221; command  in [...]]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=112</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful commands for displaying Network Services/Connections</title>
		<link>http://jopoy.com/?p=105</link>
		<comments>http://jopoy.com/?p=105#comments</comments>
		<pubDate>Fri, 20 Nov 2009 06:28:57 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://jopoy.com/?p=105</guid>
		<description><![CDATA[#netstat -an&#124;awk &#8216;/tcp/ {print $6}&#8217;&#124;sort&#124; uniq -c #netstat -anp #lsof&#124;grep LISTEN]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=105</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change WordPress URL via MySQL</title>
		<link>http://jopoy.com/?p=97</link>
		<comments>http://jopoy.com/?p=97#comments</comments>
		<pubDate>Tue, 23 Jun 2009 23:49:33 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jopoy.com/wp/?p=97</guid>
		<description><![CDATA[UPDATE wp_options SET option_value = replace(option_value, &#8216;http://localhost/mis&#8217;, &#8216;http://www.ubaguio.edu/mis&#8217;) WHERE option_name = &#8216;home&#8217; OR option_name = &#8216;siteurl&#8217;;]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killing network connections from the MS Windows command line</title>
		<link>http://jopoy.com/?p=94</link>
		<comments>http://jopoy.com/?p=94#comments</comments>
		<pubDate>Thu, 18 Jun 2009 06:03:53 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jopoy.com/wp/?p=94</guid>
		<description><![CDATA[1. Show active connections using netstat: &#62;netstat -anb 2. Kill connection based on process ID. &#62;taskkill /pid &#60;pid&#62;]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LToT+eLDI, a perfect combination</title>
		<link>http://jopoy.com/?p=78</link>
		<comments>http://jopoy.com/?p=78#comments</comments>
		<pubDate>Tue, 07 Apr 2009 06:23:13 +0000</pubDate>
		<dc:creator>jopoy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://jopoy.com/wp/?p=78</guid>
		<description><![CDATA[Last year, I was fortunate enough to have participated in two international workshops. One was entitled,” eLDI – eLearning Development and Implementation,” sponsored by the Federal Ministry for Economic Cooperation and Development (BMZ) on behalf of the Government of the Federal Republic of Germany, implemented and supported by common sense through Inwent. The other was, [...]]]></description>
		<wfw:commentRss>http://jopoy.com/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
