<?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>... coding (the life) &#187; ubuntu</title>
	<atom:link href="http://www.marvinmarcelo.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marvinmarcelo.com</link>
	<description>Anything about programming, and a little about me.</description>
	<lastBuildDate>Mon, 09 Jan 2012 13:44:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ruby on Rails on Ubuntu 10.04 Lucid Lynx</title>
		<link>http://www.marvinmarcelo.com/ruby-on-rails-on-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://www.marvinmarcelo.com/ruby-on-rails-on-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 06:28:18 +0000</pubDate>
		<dc:creator>Marvin</dc:creator>
				<category><![CDATA[me stuff]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.marvinmarcelo.com/?p=1787</guid>
		<description><![CDATA[Just need to keep this for reference. Quite important when playing around with RoR. Thanks to the source marvin@marvinmarcelo:~$ su marvin@marvinmarcelo:~$ apt-get install build-essential marvin@marvinmarcelo:~$ apt-get install ruby rdoc libopenssl-ruby marvin@marvinmarcelo:~$ wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz marvin@marvinmarcelo:~$ tar zxvf rubygems-1.3.7.tgz marvin@marvinmarcelo:~$ cd rubygems-1.3.7 &#8230; <a href="http://www.marvinmarcelo.com/ruby-on-rails-on-ubuntu-10-04-lucid-lynx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just need to keep this for reference. Quite important when playing around with RoR. Thanks to the <a href="http://castilho.biz/blog/2010/05/08/how-to-install-ruby-on-rails-on-ubuntu-10-04-lucid-lynx/">source</a></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">marvin@marvinmarcelo:~$ su
marvin@marvinmarcelo:~$ apt-get install build-essential
marvin@marvinmarcelo:~$ apt-get install ruby rdoc libopenssl-ruby
marvin@marvinmarcelo:~$ wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz
marvin@marvinmarcelo:~$ tar zxvf rubygems-1.3.7.tgz
marvin@marvinmarcelo:~$ cd rubygems-1.3.7
marvin@marvinmarcelo:~$ ruby setup.rb
marvin@marvinmarcelo:~$ ln -s /usr/bin/gem1.8 /usr/local/bin/gem
marvin@marvinmarcelo:~$ gem install rails</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.marvinmarcelo.com/ruby-on-rails-on-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Torrent session via terminal</title>
		<link>http://www.marvinmarcelo.com/torrent-session-via-terminal/</link>
		<comments>http://www.marvinmarcelo.com/torrent-session-via-terminal/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 13:00:55 +0000</pubDate>
		<dc:creator>Marvin</dc:creator>
				<category><![CDATA[me stuff]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[transmission]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.marvinmarcelo.com/?p=1509</guid>
		<description><![CDATA[I&#8217;ve been looking on how to start a torrent session on another machine lately (on *nix flavor), and I thought there&#8217;s probably a command-line for it, and I was right. Since I can SSH thru in my Ubuntu machine at &#8230; <a href="http://www.marvinmarcelo.com/torrent-session-via-terminal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking on how to start a torrent session on another machine lately (on *nix flavor), and I thought there&#8217;s probably a command-line for it, and I was right. Since I can SSH thru in my Ubuntu machine at home, this sounds like a fit option.</p>
<p>The need arises when I&#8217;m in the office, working of course, and a movie title suddenly pops in my head and I get eager watching it. So I&#8217;d search for torrent for that movie with good remarks, at least watchable quality. Download it then SCP that to my machine at home and start session torrent on CLI. Takes at least a minute of my time to fire it up, but most importantly, it&#8217;s finished downloading when I get home. And watch on dinner I guess.</p>
<p>So, if you&#8217;re using Ubuntu, transmission is commonly installed there. But we need the <tt>transmission-cli</tt> package installed, which includes <tt>transmission-daemon</tt> and <tt>transmission-remote</tt> for starting CLI torrent session. First fire up the daemon, then use remote to add torrent file, like this one below</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">marvin@localhost:~/Desktop$ transmission-daemon
marvin@localhost:~/Desktop$ transmission-remote -a Avatar-2009-TELESYNC-XviD-ORC.torrent</pre></div></div>

<p>If it says <tt>The program 'transmission-daemon' is currently not installed</tt>, just type the suggested install command. It should be like this</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">marvin@localhost:~$ sudo apt-get install transmission-cli</pre></div></div>

<p>Now, if you want to find out download stats just add the <tt>-l</tt> or <tt>--list</tt> like the one below, will list all torrents and status.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">marvin@localhost:~/Desktop$ transmission-remote -l</pre></div></div>

<p>Use <tt>transmission-remote --help</tt> for other options. You can set upload and download limits too.</p>
<p>Here are useful links:</p>
<ul>
<li><a href="http://linux.die.net/man/1/transmission-remote">http://linux.die.net/man/1/transmission-remote</a></li>
<li><a href="http://www.transmissionbt.com/">http://www.transmissionbt.com/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marvinmarcelo.com/torrent-session-via-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Sun</title>
		<link>http://www.marvinmarcelo.com/our-sun/</link>
		<comments>http://www.marvinmarcelo.com/our-sun/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 07:30:21 +0000</pubDate>
		<dc:creator>Marvin</dc:creator>
				<category><![CDATA[me stuff]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.marvinmarcelo.com/?p=1129</guid>
		<description><![CDATA[I haven&#8217;t seen the weather icon this bright the past few days or weeks on my desktop. I recall &#8220;sun&#8221; was mentioned in the movie &#8220;Transformers: Revenge of the Fallen&#8221;. Just saw it last weekend, Saturday.]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t seen the weather icon this bright the past few days or weeks on my desktop.</p>
<p><img class="size-full wp-image-1130 alignnone" title="Screenshot" src="http://www.marvinmarcelo.com/wp-content/uploads/2009/06/Screenshot.png" alt="Screenshot" width="256" height="107" /></p>
<p>I recall &#8220;sun&#8221; was mentioned in the movie &#8220;Transformers: Revenge of the Fallen&#8221;. Just saw it last weekend, Saturday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marvinmarcelo.com/our-sun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for pidgin not connecting to Yahoo</title>
		<link>http://www.marvinmarcelo.com/fix-for-pidgin-not-connecting-to-yahoo/</link>
		<comments>http://www.marvinmarcelo.com/fix-for-pidgin-not-connecting-to-yahoo/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 01:01:45 +0000</pubDate>
		<dc:creator>Marvin</dc:creator>
				<category><![CDATA[me stuff]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.marvinmarcelo.com/fix-for-pidgin-not-connecting-to-yahoo/</guid>
		<description><![CDATA[update: scsa.msg.yahoo.com seems to work now. This is the default address in 2.5.8 for Ubuntu and Windows versions. After a few search terms finding what&#8217;s going on recently with pidgin that it&#8217;s unable to connect to Yahoo. I found a &#8230; <a href="http://www.marvinmarcelo.com/fix-for-pidgin-not-connecting-to-yahoo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>update:</strong> <code>scsa.msg.yahoo.com</code> seems to work now. This is the default address in 2.5.8 for Ubuntu and Windows versions.</p>
<p>After a few search terms finding what&#8217;s going on recently with pidgin that it&#8217;s unable to connect to Yahoo. I found a correct <a href="https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/389278">temporary fix</a></p>
<div class="span-8">
<blockquote class="loud"><del datetime="2009-07-03T03:16:07+00:00">using the page server: <strong>cn.scs.msg.yahoo.com</strong> instead of <strong>scs.msg.yahoo.com</strong> did the trick.</del></p></blockquote>
</div>
<div class="span-9 last"><script type="text/javascript"><!--
google_ad_client = "pub-2246543822500100";
google_ad_slot = "7922545987";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<hr class="space" />
]]></content:encoded>
			<wfw:commentRss>http://www.marvinmarcelo.com/fix-for-pidgin-not-connecting-to-yahoo/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>SSH Terminal Client for iPhone</title>
		<link>http://www.marvinmarcelo.com/ssh-terminal-client-for-iphone/</link>
		<comments>http://www.marvinmarcelo.com/ssh-terminal-client-for-iphone/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 00:43:44 +0000</pubDate>
		<dc:creator>Marvin</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[work related]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.marvinmarcelo.com/?p=717</guid>
		<description><![CDATA[I finally found a SSH Terminal client for iPhone. Installed, run, and logged in on my Ubuntu machine at home, its really nice!!! Download and try it yourself (will upload screenshots later) Update (screenshots):]]></description>
			<content:encoded><![CDATA[<p>I finally found a SSH Terminal client for iPhone. Installed, run, and logged in on my Ubuntu machine at home, its really nice!!! <a href="http://jbrink.net/touchterm/">Download</a> and try it yourself (will upload screenshots later)</p>
<p>Update (screenshots):</p>
<p><img class="aligncenter size-full wp-image-722" title="ssh-terminal-client-iphone-1" src="http://www.marvinmarcelo.com/wp-content/uploads/2009/01/ssh-terminal-client-iphone-1.jpg" alt="ssh-terminal-client-iphone-1" width="480" height="320" /></p>
<p><img class="aligncenter size-full wp-image-724" title="ssh-terminal-client-iphone-3" src="http://www.marvinmarcelo.com/wp-content/uploads/2009/01/ssh-terminal-client-iphone-3.jpg" alt="ssh-terminal-client-iphone-3" width="480" height="320" /></p>
<p><img class="aligncenter size-full wp-image-723" title="ssh-terminal-client-iphone-2" src="http://www.marvinmarcelo.com/wp-content/uploads/2009/01/ssh-terminal-client-iphone-2.jpg" alt="ssh-terminal-client-iphone-2" width="480" height="320" /></p>
<p><img class="aligncenter size-full wp-image-722" title="ssh-terminal-client-iphone-1" src="http://www.marvinmarcelo.com/wp-content/uploads/2009/01/ssh-terminal-client-iphone-1.jpg" alt="ssh-terminal-client-iphone-1" width="480" height="320" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marvinmarcelo.com/ssh-terminal-client-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone VNC Remote Desktop over 3G</title>
		<link>http://www.marvinmarcelo.com/iphone-vnc-remote-desktop-over-3g/</link>
		<comments>http://www.marvinmarcelo.com/iphone-vnc-remote-desktop-over-3g/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 02:27:49 +0000</pubDate>
		<dc:creator>Marvin</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[remote-desktop]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://www.marvinmarcelo.com/?p=696</guid>
		<description><![CDATA[Access Ubuntu Desktop using your IPhone over 3G connection. <a href="http://www.marvinmarcelo.com/iphone-vnc-remote-desktop-over-3g/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just had a chance to access my home PC using VNC over 3G. I was able to play with it only on local network before.</p>
<p><img class="aligncenter size-full wp-image-697" title="photo" src="http://www.marvinmarcelo.com/wp-content/uploads/2009/01/photo.jpg" alt="photo" width="480" height="320" /></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2246543822500100";
google_ad_slot = "3829815345";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><img class="aligncenter size-full wp-image-698" title="photo2" src="http://www.marvinmarcelo.com/wp-content/uploads/2009/01/photo2.jpg" alt="photo2" width="480" height="320" /></p>
<p>What you need&#8230; on your ubuntu machine</p>
<ul>
<li>Remote Desktop <code>(vino)</code></li>
<li>System &gt; Preferences &gt; Remote Desktop. Check &#8220;Allow other users to view your desktop&#8221;. And best if you set a password and uncheck &#8220;Ask for confirmation&#8221;.</li>
</ul>
<p>On your iphone&#8230;</p>
<ul>
<li><a href="http://mochasoft.dk/iphone_vnc.htm">Mocha VNC Lite</a> <code>http://mochasoft.dk/iphone_vnc.htm</code></li>
<li>Add your connection preferences.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marvinmarcelo.com/iphone-vnc-remote-desktop-over-3g/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

