<?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>Shivdev</title>
	<atom:link href="http://shivdev.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://shivdev.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 17 Feb 2012 01:51:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Two Week in Hell</title>
		<link>http://shivdev.com/blog/2012/02/17/two-week-in-hell/</link>
		<comments>http://shivdev.com/blog/2012/02/17/two-week-in-hell/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 01:50:35 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=441</guid>
		<description><![CDATA[TWO WEEKS IN HELL (available on NetFlix Streaming) is a fantastic documentary that takes candidates&#8217; physical and mental fortitude to the limit. It is not Reality TV. This is a serious documentary that gets you intrigued right from the get go. Candidates start quitting from the Hour 1! The content is pretty graphic, but it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>TWO WEEKS IN HELL (available on NetFlix Streaming) is a fantastic documentary that takes candidates&#8217; physical and mental fortitude to the limit. It is not Reality TV. This is a serious documentary that gets you intrigued right from the get go. Candidates start quitting from the Hour 1! The content is pretty graphic, but it&#8217;s the truth. The would-be Green Berets need to prove they can emerge victorious in uncharted hostile environments and in addition to being extremely innovative they must prove above all that they can follow instructions and will not risk their operations. They must demonstrate their sincerity in working with a team. The Special Forces and Selection (SFAS) will use all the latest technology and gadgets to observe the candidates over the two week period, and then evaluate if they have what it takes.</p>
<p>I had no idea what Green Berets needed to go through until I watched the two series documentary. Just Amazing! Must watch!</p>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/02/17/two-week-in-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NX Client doesn&#8217;t seem to connect to my NX Server on CentOS or Red Hat (RHEL)</title>
		<link>http://shivdev.com/blog/2012/02/14/nx-client-doesnt-seem-to-connect-to-my-nx-server-on-centos-or-red-hat-rhel/</link>
		<comments>http://shivdev.com/blog/2012/02/14/nx-client-doesnt-seem-to-connect-to-my-nx-server-on-centos-or-red-hat-rhel/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 22:16:52 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=439</guid>
		<description><![CDATA[Make sure you have modified your /etc/hosts file $ sudo vi /etc/hosts # Assuming DHCP that my machine pulls 10.4.11.11. and hostname is wimbledon 10.4.11.11 wimbledon]]></description>
			<content:encoded><![CDATA[<p>Make sure you have <a href="http://shivdev.com/blog/2012/01/11/first-thing-to-do-after-installing-linux-at-work-assuming-your-using-dhcp-with-a-long-lease/">modified your /etc/hosts file</a></p>
<blockquote><p>
$ sudo vi /etc/hosts</p>
<p># Assuming DHCP that my machine pulls 10.4.11.11. and hostname is wimbledon<br />
10.4.11.11 wimbledon
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/02/14/nx-client-doesnt-seem-to-connect-to-my-nx-server-on-centos-or-red-hat-rhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Development Tools on CentOS or Red Hat (RHEL)</title>
		<link>http://shivdev.com/blog/2012/02/14/installing-development-tools-on-centos-or-red-hat-rhel/</link>
		<comments>http://shivdev.com/blog/2012/02/14/installing-development-tools-on-centos-or-red-hat-rhel/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 22:13:28 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=436</guid>
		<description><![CDATA[So if you&#8217;ve stumbled here, you&#8217;ll know that things are never simple with Linux. You probably chose Minimal or Desktop install during your OS installation and now need to install all the crap that gives you dependency nightmares. yum groupinstall development-tools yum install zlib-devel Refer to some good articles from nixCraft CentOS Linux Install Core [...]]]></description>
			<content:encoded><![CDATA[<p>So if you&#8217;ve stumbled here, you&#8217;ll know that things are never simple with Linux. You probably chose Minimal or Desktop install during your OS installation and now need to install all the crap that gives you dependency nightmares.</p>
<blockquote><p>
yum groupinstall development-tools<br />
yum install zlib-devel
</p></blockquote>
<p>Refer to some good articles from nixCraft <a href="http://www.cyberciti.biz/faq/centos-linux-install-gcc-c-c-compiler/">CentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python &#038; Debuggers</a> and <a href="http://www.cyberciti.biz/faq/centos-install-zlib-devel/">CentOS Linux Install zlib-devel RPM Package</a></p>
<p>Make sure you&#8217;re able to install <a href="http://shivdev.com/blog/2012/02/10/installing-rpms-from-your-cdrom-by-adding-it-to-yum-repos/">RPMs from your CDROM by adding it to yum.repos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/02/14/installing-development-tools-on-centos-or-red-hat-rhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing RPMs from your CDROM by adding it to yum.repos</title>
		<link>http://shivdev.com/blog/2012/02/10/installing-rpms-from-your-cdrom-by-adding-it-to-yum-repos/</link>
		<comments>http://shivdev.com/blog/2012/02/10/installing-rpms-from-your-cdrom-by-adding-it-to-yum-repos/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 00:59:59 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=430</guid>
		<description><![CDATA[RHEL can be such a pain! I installed RHEL 6.1 and there was no gcc on there!?! Now for whatever reason I needed it and it wasn&#8217;t able to get yum install gcc to work. I&#8217;m not surprised at all &#8211; RHEL/CentOS are well known for being tortuous! So now I needed to install the [...]]]></description>
			<content:encoded><![CDATA[<p>RHEL can be such a pain! I installed RHEL 6.1 and there was no <strong>gcc</strong> on there!?! Now for whatever reason I needed it and it wasn&#8217;t able to get <strong>yum install gcc</strong> to work. I&#8217;m not surprised at all &#8211; RHEL/CentOS are well known for being tortuous!</p>
<p>So now I needed to install the gcc* rpm from the CDROM and again I run into dependency hell. No big deal &#8211; it&#8217;s a well known RHEL problem.</p>
<p>Fortunately, I found <a href="http://platonic.techfiz.info/2009/01/13/adding-cdrom-to-yum-as-repo/">Adding cdrom to yum as repo</a> which partially rescued me. Next, I ran into Public key for kernel-headers-2.6.32-131.0.15.el6.x86_64.rpm is not installed and followed <a href="http://abnercyh.wordpress.com/2012/01/05/public-key-for-foo-rpm-is-not-installed/">this link</a> to get me going.</p>
<blockquote><p>
Step 1: Mount your CDROM to /mnt/cdrom<br />
$ mount /dev/cdrom /mnt/cdrom (For Example)</p>
<p>Step 2: Add the CDROM to your yum.repos (Tell yum to look at the CDROM as well while installing packages)<br />
$ vi /etc/yum.repos.d</p>
<p>Step 3: Paste the following<br />
<strong>[local]<br />
name=Local CD Repo<br />
baseurl=file:///mnt/cdrom</strong></p>
<p>Step 4: Tell yum to ignore any gpg key checking<br />
$ vi /etc/yum.conf<br />
Change gpgcheck=1 to <strong>gpgcheck=0</strong></p>
<p>Step 5: Run the yum install and if found on the CDROM it&#8217;ll install it for you<br />
$ yum install gcc (in my case)
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/02/10/installing-rpms-from-your-cdrom-by-adding-it-to-yum-repos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to legally use the Verizon iPhone 4S overseas without roaming</title>
		<link>http://shivdev.com/blog/2012/02/03/how-to-use-the-verizon-iphone-4s-overseas-without-roaming-legally/</link>
		<comments>http://shivdev.com/blog/2012/02/03/how-to-use-the-verizon-iphone-4s-overseas-without-roaming-legally/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 18:16:28 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=411</guid>
		<description><![CDATA[The iPhone 4s is a World Phone (supports GSM/CDMA) and upto 3G for data. It has a Micro SIM Card slot and can be used overseas. To unlock the phone, the carrier (Verizon etc.) will request/authorize Apple to unlock the iPhone and permit it&#8217;s use overseas. Here are instructions on how to go about it [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone 4s is a World Phone (supports GSM/CDMA) and upto 3G for data. It has a Micro SIM Card slot and can be used overseas. To unlock the phone, the carrier (Verizon etc.) will request/authorize Apple to unlock the iPhone and permit it&#8217;s use overseas. </p>
<p>Here are instructions on how to go about it (without any jailbreaks etc.) </p>
<blockquote>
<ul>
<li>Call Verizon&#8217;s Global Department at (908)559-4899 and tell them you wish to use the phone overseas</li>
<li><strong>They will only authorize the phone&#8217;s use overseas with Apple</strong>. This does NOT unlock the phone (No Unlock Code for the iPhone either)</li>
<li>Now when you&#8217;re in a foreign country</li>
<ul>
<li>Power off your phone</li>
<li>Insert the foreign SIM Card</li>
<li><strong>Restart your phone and connect to iTunes</strong> (or do it over Wifi) to have Apple unlock (&#8220;unbrick&#8221;) the iPhone for use with the foreign carrier</li>
<li>You should be able to use the phone overseas</li>
</ul>
<li>When you&#8217;re back in the US, remove the SIM Card and the iPhone will default to Verizon</li>
</ul>
</blockquote>
<p>So, this is just my theory (I don&#8217;t know how true it is, it&#8217;s just a theory)</p>
<ul>
<li>I believe Apple has created one device (iPhone 4s) that can be used with any carrier (the hardware)</li>
<li>When you buy it (say in the US), they&#8217;ve already set the country and the default carrier (on the software/firmware)</li>
<li>Now, when you&#8217;re in a foreign country (and assuming the phone is unlocked/unbricked) you can use it with a local carrier based on the SIM</li>
<li>The Unlock Process is controlled by Apple, based on your carrier&#8217;s authorization</li>
<li>If the phone is Not Unlocked, your carrier can make HUGE Bucks and charge you exorbitant rates for foreign use</li>
<li>When you&#8217;re back in your home country (say the US), the phone will automatically default to the carrier that was set on the phone</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/02/03/how-to-use-the-verizon-iphone-4s-overseas-without-roaming-legally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must Have iPhone App for Podcast Consumers</title>
		<link>http://shivdev.com/blog/2012/02/01/iphone-must-have-app-for-podcast-consumers/</link>
		<comments>http://shivdev.com/blog/2012/02/01/iphone-must-have-app-for-podcast-consumers/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:37:22 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=403</guid>
		<description><![CDATA[If you&#8217;re a podcast listener and had an Android phone, you would know Google Listen is unavailable on the Apple AppStore. I started looking at alternatives and found PocketCast! A wonderful app that has a better collection of Podcast feeds and the ability to muanually add Feeds from a URL. Then I read the &#8220;You [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a podcast listener and had an Android phone, you would know Google Listen is unavailable on the Apple AppStore. I started looking at alternatives and found PocketCast! A wonderful app that has a better collection of Podcast feeds and the ability to muanually add Feeds from a URL. </p>
<p>Then I read the &#8220;<a href="http://shiftyjelly.wordpress.com/2011/11/22/you-guys-are-millionaires-right/">You Guys Are Millionaires Right?</a>&#8221; post from <a href="http://www.shiftyjelly.com.au/">ShiftyJelly</a>, the creators of PocketCast and instantly purchased it for $1.99.  It Streams, downloads, even plays videos and notifies you on new ones from your podcast subscriptions and does a lot more! </p>
<p>I&#8217;ve built Android Apps and I know it&#8217;s not as simple as you think (even though I&#8217;m a Java Developer) and I know it takes quite a bit of dedicated effort to come up with a really useful and good quality app. Building iPhone apps is much more of an effort and costs more since you need a dev license and can only develop on Macs.</p>
<p>PocketCast is really a cool app, so do upgrade to the full version by paying the $1.99 please. Of course, Apple&#8217;s going to get a cut from it &#8211; but really you don&#8217;t think twice before buying a $5 beer or coffee, do you? So help these guys out, especially if you&#8217;re in the software industry, listen to podcasts and own an iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/02/01/iphone-must-have-app-for-podcast-consumers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internationalization issues: How to set UTF-8 with MimeMessage for email in Java</title>
		<link>http://shivdev.com/blog/2012/01/31/internationalization-issues-how-to-set-utf-8-with-mimemessage-for-email-in-java/</link>
		<comments>http://shivdev.com/blog/2012/01/31/internationalization-issues-how-to-set-utf-8-with-mimemessage-for-email-in-java/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 21:50:56 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=397</guid>
		<description><![CDATA[Content and subject for Chinese, Japanese, Korean (CJK) and other language characters showing up garbled or with question marks ???? Gosh! I know &#8211; What a pain! But, there&#8217;s a solution! Simply set the encoding to UTF-8 and not ISO8859_1 or any other encoding format. Found a good post from Isocra Consulting that solves this [...]]]></description>
			<content:encoded><![CDATA[<p>Content and subject for Chinese, Japanese, Korean (CJK) and other language characters showing up garbled or with question marks ????</p>
<p>Gosh! I know &#8211; What a pain! But, there&#8217;s a solution! Simply set the encoding to UTF-8 and not ISO8859_1 or any other encoding format.</p>
<p>Found a <a href="http://www.isocra.com/2006/11/utf-8-subjects-in-javaxmail/">good post from Isocra Consulting</a> that solves this issue.</p>
<pre class="brush: java; title: ;">
Properties props = new Properties();
// put in your SMTP host in here
props.put(&quot;mail.smtp.host&quot;, &quot;localhost&quot;);
Session s = Session.getInstance(props, null);

MimeMessage message = new MimeMessage(s);
message.setFrom(new InternetAddress(from));
message.addRecipient(Message.RecipientType.TO, new InternetAddress(to));
message.setHeader(&quot;Content-Type&quot;, &quot;text/plain; charset=UTF-8&quot;);
message.setSubject(subject, &quot;UTF-8&quot;); //IMPORTANT

// Either use setText() or setContent()
message.setText(body, &quot;UTF-8&quot;); //IMPORTANT
// message.setContent(body, &quot;text/plain; charset=UTF-8&quot;); // ALTERNATIVELY USE THIS

Transport.send(message);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/01/31/internationalization-issues-how-to-set-utf-8-with-mimemessage-for-email-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4s Review and comparing iOS with Android</title>
		<link>http://shivdev.com/blog/2012/01/30/iphone-4s-review-and-comparing-ios-with-android/</link>
		<comments>http://shivdev.com/blog/2012/01/30/iphone-4s-review-and-comparing-ios-with-android/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:56:49 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=379</guid>
		<description><![CDATA[Yes. I switched to the iPhone 4s. Three years back, I had the Blackberry Storm and last year I switched to Motorola Droid 2 Global (Android) and what a pleasure it was. This year, going to the iPhone 4s it&#8217;s even more pleasurable. I really have to give it to Apple for making it so [...]]]></description>
			<content:encoded><![CDATA[<p>Yes. I switched to the iPhone 4s.</p>
<p>Three years back, I had the Blackberry Storm and last year I switched to Motorola Droid 2 Global (Android) and what a pleasure it was. This year, going to the iPhone 4s it&#8217;s even more pleasurable. I really have to give it to Apple for making it so intuitive, simple and clean (hardware and software aesthetics). Android still feels a little too geeky. So with HP/Palm and the Web-OS story I think there are only two choices at this point. The iPhone 4s or Samsung/HTC Android phones (Sorry, I will probably not go with the Motorola for a while now). So here&#8217;s my review and a comparison in general between the iPhone and Android phones.</p>
<p>In terms of Apps, you pretty much have a similar spread on both. However, I do miss Google Listen (the best Podcast app for Android). Until I find a good workaround, I will live with iTunes.</p>
<p><strong>Primary Requirements whether an iPhone or an Android based phone</strong></p>
<ul>
<li>The Phone aspect (for making/receiving calls) must work and be accessible easily and fast</li>
<li>When in the gym or running on the trail, I need my music and be able to skip !!! (Motorola Failed BIG time on this)</li>
<li>Podcast Apps</li>
<li>Text/E-Mail support</li>
<li>Good Fast Browser</li>
<li>Needs to be a world phone</li>
</ul>
<p>In my opinion, the iPhone wins in all departments (except Podcasts), only because eventually after time Android phones just seem to get slower!<br />
OK &#8211; now here are my observations.</p>
<p><strong>Why you would get an iPhone </strong> (4s running iOS 5.0.1)</p>
<p style="text-align: center;"><strong>Positives</strong></p>
<ul>
<li>Simple, easy and intuitive with beautiful fonts and overall appearance</li>
<li>You want a phone that just works every time and any time and is fast and spiffy<br />
(My Motorola Droid 2 fell short on this &#8211; gradually took too long to get to the phone to make calls etc.)</li>
<li>You have an iPad as well and you&#8217;re part of the Apple ecosystem</li>
<li>You want a smaller phone that you can hold easily in your hand</li>
<li>You want a phone that integrates with your car, with your receiver at home and has a plethora of accessories</li>
<li>You need a World Phone (Note iPhone 4s supports GSM/CDMA, while the Samsung Galaxy Nexus is only CDMA)</li>
<li>Voice mail is awesome (I would never listen to Voicemail on my Android)</li>
<li>Battery Life &#8211; You can tweak certain things to increase the life (also a negative, because it needs the tweaks)</li>
</ul>
<p style="text-align: center;"><strong>Negatives</strong></p>
<ul>
<li>You don&#8217;t drop your phone and you&#8217;re not clumsy with it (The iPhone fared pretty bad on the drop test &#8211; Gorilla Glass &#8211; Yeah Right!)</li>
<li>You don&#8217;t care about Adobe Flash (Note: YouTube, NetFlix etc. run great)</li>
<li>You don&#8217;t care about the Free Google Navigation (Google Maps works just fine)</li>
<li>You don&#8217;t care about Google Listen</li>
<li>You don&#8217;t care about Siri</li>
<li>As a developer, you don&#8217;t mind writing Objective-C and be stuck to a Mac</li>
<li>You don&#8217;t mind not having Chrome to Phone</li>
<li>Battery Life &#8211; You can tweak certain things to increase the life (also a positive because its better than Android, for me)</li>
</ul>
<p><strong>Why you would get an Android Phone</strong> (Samsung/HTC &#8211; I can&#8217;t say great things about Motorola until I forget the pain I went through)</p>
<p style="text-align: center;"><strong>Positives</strong></p>
<ul>
<li>You need 4G LTEL &#8211; Samsung Galaxy Nexus supports this </li>
<li>You&#8217;re a podcast enthusiast &#8211; Google Listen is the best</li>
<li>You can&#8217;t stand iTunes</li>
<li>You can see the file system with your USB cable connected and easily transfer music</li>
<li>You want a bigger screen</li>
<li>You love Google and how seamlessly it integrates with Android</li>
<li>As a Java developer, you want the choice of what OS you want to develop code on and developing Apps is relatively easy</li>
<li>Pretty damn sturdy (My Motorola fell several times and didn&#8217;t even get a scratch)</li>
<li>NFC support (which not too many places accept at this point)</li>
</ul>
<p style="text-align: center;"><strong>Negatives</strong></p>
<ul>
<li>A fraction slower navigating the phone (Not the browser or downloads etc. just the OS itself)</li>
<li>Just too geeky and not a very simple user experience (compared to the one button iPhone)</li>
<li>After about a year, the phone just doesn&#8217;t perform like it did when it was new</li>
<li>Battery Life &#8211; Gosh my Motorola Droid 2 would be completely drained before I got in my car at the end of the day</li>
<li>Really easy to build apps that are malicious. You could accidentally download them. There&#8217;s source code out there that teaches you how.</li>
</ul>
<p>Overall, I wouldn&#8217;t disagree with folks who claim that Android 4.0 available on the Samsung Galaxy Nexus is probably the best out there, but it&#8217;s still a tad bit geeky. However, it&#8217;s not a World Phone which is a requirement for me. Now, Looking back at my Motorola Droid 2 &#8211; I just felt that whenever I really really needed something &#8211; Like Music or GPS &#8211; it needed a hard reset using up 5 minutes.</p>
<p>For simplicity and everyday use, and guaranteed to provide the same level of exceptional usability all year round &#8211; I went the iPhone! It just works!</p>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/01/30/iphone-4s-review-and-comparing-ios-with-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear certain history in p4v</title>
		<link>http://shivdev.com/blog/2012/01/24/clear-certain-history-in-p4v/</link>
		<comments>http://shivdev.com/blog/2012/01/24/clear-certain-history-in-p4v/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:34:18 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Perforce]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=375</guid>
		<description><![CDATA[I needed to clear user list under submitted tab and found some meta-data information under ~/.p4qt/0001Clients/WoskpaceSettings.xml $ cd ~/.p4qt/ $ grep -IR stringToRemove # in my case $ vi ~/.p4qt/0001Clients/WorkspaceSettings.xml]]></description>
			<content:encoded><![CDATA[<p>I needed to clear user list under submitted tab and found some meta-data information under <strong>~/.p4qt/0001Clients/WoskpaceSettings.xml</strong></p>
<blockquote><p>
$ cd ~/.p4qt/<br />
$ grep -IR stringToRemove<br />
<em># in my case</em><br />
$ vi  ~/.p4qt/0001Clients/WorkspaceSettings.xml
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/01/24/clear-certain-history-in-p4v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access the CD-ROM or USB from a Linux Terminal</title>
		<link>http://shivdev.com/blog/2012/01/14/access-the-cd-rom-or-usb-from-a-linux-terminal/</link>
		<comments>http://shivdev.com/blog/2012/01/14/access-the-cd-rom-or-usb-from-a-linux-terminal/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 01:40:28 +0000</pubDate>
		<dc:creator>shivdev</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://shivdev.com/blog/?p=373</guid>
		<description><![CDATA[Even though this is not a very common use case, you might need to do this and like just about anything with Linux, there&#8217;s a bit of a pain here as well. The easiest way is to access the Disk Utility and see the Mount Point and just cd to that mount point. For example, [...]]]></description>
			<content:encoded><![CDATA[<p>Even though this is not a very common use case, you might need to do this and like just about anything with Linux, there&#8217;s a bit of a pain here as well.<br />
The easiest way is to access the Disk Utility and see the Mount Point and just cd to that mount point. For example, cd /media/RHEL_6.1/</p>
<p>Otherwise, follow the steps below or read up on <em>mount </em>and <em>umount </em>(unmount)</p>
<p>Depending on the OS, most likely the cdrom will be at <strong>/dev/cdrom</strong>, the USB will be at <strong>/dev/usb</strong> etc. But may change.</p>
<blockquote><p>
# Login as root, then follow these steps<br />
$ mkdir /mnt<br />
$ mount /dev/cdrom /mnt/cdrom<br />
$ cd /mnt/cdrom<br />
$ ls</p>
<p># To unmount, use the umount command<br />
$ umount /mnt/cdrom<br />
$ ls
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://shivdev.com/blog/2012/01/14/access-the-cd-rom-or-usb-from-a-linux-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

