<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Tech2How</title>
	<atom:link href="http://tech2how.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech2how.com</link>
	<description>Technology Blog and How-To Guide</description>
	<lastBuildDate>Tue, 17 Nov 2020 00:36:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>

<image>
	<url>https://tech2how.com/wp-content/uploads/2020/11/cropped-Tech2How-Logo-1-32x32.png</url>
	<title>Tech2How</title>
	<link>https://tech2how.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">36361791</site>	<item>
		<title>Free Up Space in Mac OS for Software Developers</title>
		<link>https://tech2how.com/free-up-space-in-mac-os-for-software-developers/</link>
					<comments>https://tech2how.com/free-up-space-in-mac-os-for-software-developers/#respond</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Tue, 17 Nov 2020 00:28:26 +0000</pubDate>
				<category><![CDATA[How-To Guide]]></category>
		<category><![CDATA[Mac]]></category>
		<guid isPermaLink="false">https://tech2how.com/?p=1403</guid>

					<description><![CDATA[<p>As a developer if you are using the mac with the basic storage options with the 128 GB and 256 GB version then it&#8217;s pain to manage the storage, Cause I am in the same boat as yours. My 128 GB MacBook Pro which giving me warning of running out of storage now and then&#8230; <a class="more-link" href="https://tech2how.com/free-up-space-in-mac-os-for-software-developers/">Continue reading <span class="screen-reader-text">Free Up Space in Mac OS for Software Developers</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/free-up-space-in-mac-os-for-software-developers/">Free Up Space in Mac OS for Software Developers</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As a developer if you are using the mac with the basic storage options with the 128 GB and 256 GB version then it&#8217;s pain to manage the storage, Cause I am in the same boat as yours. My 128 GB MacBook Pro which giving me warning of running out of storage now and then so I decided to give a permanent solution to it unless deleting useful files or uploading to the cloud. There are a couple of ways you can save from this trouble. I&#8217;ll discuss all of them below. And keep in mind this is more focused on the web developer then other people.</p>
<h3>1. Upload to cloud</h3>
<p>As the internet became faster and faster one of the best ways is to upload documents and other least required documents to the cloud and download as required. For that I use Dropbox and the OneDrive both have the function to an auto-upload document to cloud and delete from the local machine and as you required you can download the same as iCloud. But keep in mind to turn on the option by which you can keep only some folder to the machine and the rest of the folders to the cloud and download as required also new files added to those folders will auto uploaded to the cloud and local version will be deleted.</p>
<h3>2. Use Web Apps</h3>
<p>Usually, we keep download new apps as required but one more option is we can use the web app instead of the local native apps. Apps mostly I was using by downloading are</p>
<ol>
<li>Skype (https://web.skype.com)</li>
<li>WhatsApp (https://web.whatsapp.com)</li>
<li>Telegram (https://web.telegram.org/)</li>
<li>Work chat of Workplace by Facebook (Web version)</li>
<li>Clickup (Web version)</li>
<li>Mail App (Using Gmail or Outlook directly)</li>
<li>Microsoft To-Do (https://to-do.live.com/tasks/)</li>
</ol>
<p>and many more&#8230;</p>
<p>This way you can use ram using your browser but will save plenty of space on the disk. Also, the cache of the browser can be cleared on one go, no need to clear the machine cache using paid apps.</p>
<h3>3. Project Archives</h3>
<p>This is the main point I want to talk about here, <strong>project archive</strong> as a web developer I used to work on many projects on a parallel basis also there is some project which I need to work on once a while and rare projects which I keep in my Mac in case of emergency with the database and other config settings keep on the desktop so I don&#8217;t have to worries regarding the setup when I have to quickly fix the client bug. But this mindset sometimes kill lots of space. So what I do is I delete the packages folder from the project but keep other config and database in the system. like</p>
<table>
<thead>
<tr>
<th style="text-align: left;">Project Type</th>
<th style="text-align: left;">Directory</th>
</tr>
</thead>
<tbody>
<tr>
<td>Laravel</td>
<td>node_modules &amp; vendor</td>
</tr>
<tr>
<td>PHP</td>
<td>vendor</td>
</tr>
<tr>
<td>Yarn</td>
<td>.yarn</td>
</tr>
<tr>
<td>Node.js</td>
<td>node_modules</td>
</tr>
<tr>
<td>Python</td>
<td>venv</td>
</tr>
<tr>
<td>Common Files</td>
<td>Cache, Logs, Common Lib,<br />
Build directories</td>
</tr>
</tbody>
</table>
<p>this is the files usually downloaded when needed and as internet availabilities and speed has increased this download normally take a couple of minutes and do not take it lightly cause usually my Laravel <em>vendor</em> and <em>node_modules</em> folder combine take 200 to 500 MB and if you are working on more then 10-20 project then you can do the math of amount of space you can use.</p>
<h3>4. Git</h3>
<p>Normally all software developer is there who is not using git all using git and if not then I highly recommend to use it. Now as git and some serverless services are upgraded they are offering many good features on the board like Netlify CLI also Github actions which I use to take full advantage of them and I delete those project and clone when I needed and those types of projects do not require much or no configurations so you can be up and running on single clone and few commands. This is also the best way to keep code backed up and ready to available when needed.</p>
<h3>5. Hard Drive</h3>
<p>I also keep 1 Pendrive and one 2 TB hard disk handy for some project also for some important data which needed on the fly when there is no internet access also in free time I transfer my downloads and documents folders to this hard disks so later I can upload to drive if documents are important or keep them resting in the hard drive if needed for the short amount of the time and this helps to quickly dump all the data from mac to the hard disk if in sudden my computer storage run out of storage in cases like when new Mac OS update comes or I need to take backup to upgrade or give a computer to a service center.</p>
<p>Do comment your way to save space in the Mac OS.</p>
<p>The post <a rel="nofollow" href="https://tech2how.com/free-up-space-in-mac-os-for-software-developers/">Free Up Space in Mac OS for Software Developers</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/free-up-space-in-mac-os-for-software-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1403</post-id>	</item>
		<item>
		<title>Motorola Moto E Launched in India</title>
		<link>https://tech2how.com/motorola-moto-e-launched-india/</link>
					<comments>https://tech2how.com/motorola-moto-e-launched-india/#respond</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Wed, 14 May 2014 11:25:54 +0000</pubDate>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Flipkart]]></category>
		<category><![CDATA[Motorola]]></category>
		<guid isPermaLink="false">http://tech2how.com/?p=1019</guid>

					<description><![CDATA[<p>After the successful launch of Moto G and then Moto X in India, motorola has been decided to launch their new moto E in Indian consumer market. Moto X and Moto G both are budget phone and give you what you spent (bang for the bucks). Right now it is exclusive to Flipkart only and&#8230; <a class="more-link" href="https://tech2how.com/motorola-moto-e-launched-india/">Continue reading <span class="screen-reader-text">Motorola Moto E Launched in India</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/motorola-moto-e-launched-india/">Motorola Moto E Launched in India</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>After the successful launch of Moto G and then Moto X in India, motorola has been decided to launch their new moto E in Indian consumer market. Moto X and Moto G both are budget phone and give you what you spent (bang for the bucks).</p>
<p>Right now it is exclusive to Flipkart only and it is price only at Rs. 6999/- and moto E gives full of what you spend. With this feature set provided at this price we think this will be the next success model.</p>
<h2>Moto E Specification</h2>
<ul>
<li>With the Qualcomm Snapdragon 200 with Dual-core 1.2 GHz Cortex-A7 Chipset</li>
<li>Pure Android 4.4 Kitkat OS</li>
<li>Dual Sim with Dual Standby (GSM + GSM)</li>
<li>4.3 inches of capacitive  touchscreen with Gorilla Glass 3</li>
<li>4 GB of internal memory and 1 GB of RAM and 32 GB of expandable memory</li>
<li>5 MP Primary Camera</li>
<li>WiFi, FM Radio &amp; Bluetooth 4.0</li>
<li>1980 mAh of battery with the full day of back up</li>
</ul>
<p>Buy Motorola Moto E directly from <a title="Motorola Moto E on Flipkart" href="http://www.flipkart.com/moto-e/p/itmdvuwsybgnbtha?pid=MOBDVHC6XKKPZ3GZ&amp;affid=sanampatel">Flipkart</a></p>
<h2 data-wpview-pad="1">Moto E Product Gallery</h2>

<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-1/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-1-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:192.31%;max-width:208px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-7/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-7-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:213.9%;max-width:187px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-9/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-9-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:216.22%;max-width:185px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-2/'><img width="40" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-2-1-40x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:1000%;max-width:40px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-3/'><img width="40" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-3-1-40x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:1000%;max-width:40px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-8/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-8-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:192.31%;max-width:208px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-4/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-4-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:223.46%;max-width:179px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-6/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-6-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:52%;max-width:400px;" /></a>
<a href='https://tech2how.com/motorola-moto-e-launched-india/moto-e-5/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2014/05/Moto-E-5-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:76.25%;max-width:400px;" /></a>

<p>The post <a rel="nofollow" href="https://tech2how.com/motorola-moto-e-launched-india/">Motorola Moto E Launched in India</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/motorola-moto-e-launched-india/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1019</post-id>	</item>
		<item>
		<title>Modern Combat 4: Zero Hour Goes on Sale</title>
		<link>https://tech2how.com/modern-combat-4-zero-hour-on-sale/</link>
					<comments>https://tech2how.com/modern-combat-4-zero-hour-on-sale/#respond</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 14:16:00 +0000</pubDate>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<guid isPermaLink="false">http://tech2how.com/?p=924</guid>

					<description><![CDATA[<p>#1 FPS game (First-Person Shooters) of Android &#38; iOS Modern Combat 4: Zero Hour by Gameloft developers goes on sale yesterday. The original price of this game is  4.99$, but in sale it is available at 0.99$. The sale is available for both platform. Note : This is a limited time sale, and developer not conform the date&#8230; <a class="more-link" href="https://tech2how.com/modern-combat-4-zero-hour-on-sale/">Continue reading <span class="screen-reader-text">Modern Combat 4: Zero Hour Goes on Sale</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/modern-combat-4-zero-hour-on-sale/">Modern Combat 4: Zero Hour Goes on Sale</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tech2how.com/wp-content/uploads/2013/03/facing_big-1-1.jpg"><img loading="lazy" style="background-image: none; float: right; padding-top: 0px; padding-left: 0px; margin: 0px 0px 5px 10px; display: inline; padding-right: 0px; border: 0px;" title="Modern Combat 4: Zero Hour" alt="Modern Combat 4: Zero Hour" src="http://tech2how.com/wp-content/uploads/2013/03/facing_big-1_thumb-1-1.jpg" width="227" height="240" align="right" border="0" /></a></p>
<p>#1 FPS game (First-Person Shooters) of Android &amp; iOS Modern Combat 4: Zero Hour by <a title="Official Website of Gameloft" href="http://www.gameloft.com/" target="_blank" rel="noopener noreferrer">Gameloft</a> developers goes on sale yesterday. The original price of this game is  4.99$, but in sale it is available at 0.99$. The sale is available for both platform.</p>
<p>Note : This is a limited time sale, and developer not conform the date of end this sale so purchase asap before sale ends, I got mine.</p>
<p>Facebook Post by Developer : <a title="Modern Combat 4: Zero Hour Facebook Post" href="http://goo.gl/QZmHw" target="_blank" rel="noopener noreferrer">http://goo.gl/QZmHw</a><br />
iOS: <a title="Modern Combat 4: Zero Hour iOS" href="http://gmlft.co/MC4-ios" target="_blank" rel="noopener noreferrer">http://gmlft.co/MC4-ios</a><br />
Android: <a title="Modern Combat 4: Zero Hour Android" href="http://gmlft.co/MC4-Droid" target="_blank" rel="noopener noreferrer">http://gmlft.co/MC4-Droid</a></p>
<h2>Screen Shots of Modern Combat 4</h2>

<a href='https://tech2how.com/modern-combat-4-zero-hour-on-sale/screen-shot-4/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2013/03/Screen-Shot-4-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:56.25%;max-width:512px;" /></a>
<a href='https://tech2how.com/modern-combat-4-zero-hour-on-sale/screen-shot-3/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2013/03/Screen-Shot-3-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:56.25%;max-width:512px;" /></a>
<a href='https://tech2how.com/modern-combat-4-zero-hour-on-sale/screen-shot-2/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2013/03/Screen-Shot-2-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:56.25%;max-width:512px;" /></a>
<a href='https://tech2how.com/modern-combat-4-zero-hour-on-sale/screen-shot-1/'><img width="150" height="150" src="https://tech2how.com/wp-content/uploads/2013/03/Screen-Shot-1-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" style="width:100%;height:56.25%;max-width:512px;" /></a>

<p>The post <a rel="nofollow" href="https://tech2how.com/modern-combat-4-zero-hour-on-sale/">Modern Combat 4: Zero Hour Goes on Sale</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/modern-combat-4-zero-hour-on-sale/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">924</post-id>	</item>
		<item>
		<title>Difference Between takju, yakju and yakjuxw</title>
		<link>https://tech2how.com/difference-between-takju-yakju/</link>
					<comments>https://tech2how.com/difference-between-takju-yakju/#respond</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Fri, 14 Dec 2012 14:44:01 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Difference]]></category>
		<category><![CDATA[Nexus]]></category>
		<guid isPermaLink="false">http://tech2how.com/?p=882</guid>

					<description><![CDATA[<p>Do have a galaxy nexus mobile then you might aware of these words in title, it confuse you lot. What are these words mean? This is nothing but the firmware builds of galaxy nexus. Your galaxy nexus have android firmware one of these it depends from where you brought it from. All firmware build are comes with&#8230; <a class="more-link" href="https://tech2how.com/difference-between-takju-yakju/">Continue reading <span class="screen-reader-text">Difference Between takju, yakju and yakjuxw</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/difference-between-takju-yakju/">Difference Between takju, yakju and yakjuxw</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Do have a galaxy nexus mobile then you might aware of these words in title, it confuse you lot.<a href="http://tech2how.com/wp-content/uploads/2012/12/Galaxy-Nexus-Android.png" target="_blank" rel="noopener noreferrer"><img loading="lazy" style="background-image: none; margin: 5px 0px 5px 14px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Galaxy Nexus Android" alt="Galaxy Nexus Android" src="http://tech2how.com/wp-content/uploads/2012/12/Galaxy-Nexus-Android.png" width="259" height="213" align="right" border="0" /></a> What are these words mean? This is nothing but the firmware builds of galaxy nexus. Your galaxy nexus have android firmware one of these it depends from where you brought it from. All firmware build are comes with pure vanilla android.</p>
<p>These all android builds are almost same but there are some difference in terms of their android updates. And as we know all nexus device always get OTA (Over The Air) updates. eg. Samsung galaxy nexus don’t get updates via Samsung Kies desktop client. You can also manually updates the android but it’s too complicated for new users.</p>
<p>Too know your android build download <a href="https://play.google.com/store/apps/details?id=com.electricsheep.asi" target="_blank" rel="noopener noreferrer">Android System Info</a> from Google play store.</p>
<h3>Main Difference Between These Firmware Builds</h3>
<p>takju : Mobiles which brought from Google play store in USA comes with takju build and it has a Google wallet pre-installed. In these device android updates pushed by Google itself and these device are almost first to receive an android updates</p>
<p>yakju : Mobile which brought from Google store but outside of USA, Updates are also pushed by Google, but updates might delay by some days or weeks.</p>
<p>yakjuxw (non-yakju) :  These android build mobile devices sold by Samsung and updates are also pushed by Samsung so updates are usually delayed by couple of weeks or months.</p>
<p>So, do check your android build if your device is running android build other than takju or yakju (non-yakju) then change it in takju build to an android updates first.</p>
<p>For more info how to change android build from non-yakju to takju <a href="http://webtrickz.com/easiest-way-to-change-galaxy-nexus-from-yakjuxw-non-yakju-to-android-4-0-4-yakjutakju/" target="_blank" rel="noopener noreferrer">click here</a> for detailed instructions.</p>
<p>The post <a rel="nofollow" href="https://tech2how.com/difference-between-takju-yakju/">Difference Between takju, yakju and yakjuxw</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/difference-between-takju-yakju/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">882</post-id>	</item>
		<item>
		<title>Update Pirated Windows And Never Get Caught</title>
		<link>https://tech2how.com/update-pirated-windows/</link>
					<comments>https://tech2how.com/update-pirated-windows/#respond</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 14:07:16 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tricks & Tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<guid isPermaLink="false">http://tech2how.com/?p=868</guid>

					<description><![CDATA[<p>This article is only for education purpose if you really like the software then do buy it. If you are a using pirated windows 7 or xp and in past you accidentally update the os and get the Microsoft&#8217;s genuine error and you have to format it and re install the windows. Then you decided to turn of&#8230; <a class="more-link" href="https://tech2how.com/update-pirated-windows/">Continue reading <span class="screen-reader-text">Update Pirated Windows And Never Get Caught</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/update-pirated-windows/">Update Pirated Windows And Never Get Caught</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This article is only for education purpose if you really like the software then do buy it.</p>
<p>If you are a using pirated windows 7 or xp and in past you accidentally update the os and get<a href="http://tech2how.com/wp-content/uploads/2012/12/windows-7.jpg" target="_blank" rel="noopener noreferrer"><img style="background-image: none; margin: 5px 1px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="windows-7" alt="windows-7" src="http://tech2how.com/wp-content/uploads/2012/12/windows-7_thumb.jpg" align="right" border="0" /></a> the Microsoft&#8217;s genuine error and you have to format it and re install the windows. Then you decided to turn of windows updates for forever but you want to get all new important updates from windows and never get caught then you come to right place.</p>
<p>Updating your windows is quite helpful cause Microsoft pushes new important and windows loop holes solutions in update. But in those updates one of update is check your windows license. So you just want to skip that update only, but how to skip that update?</p>
<h3>Follow The Steps Below</h3>
<p><strong>Step 1 :</strong> Go to Control Panel &gt; Windows Update &gt; Change Settings</p>
<p><a href="http://tech2how.com/wp-content/uploads/2012/12/Windows_Update.png" target="_blank" rel="noopener noreferrer"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="Windows_Update" alt="Windows_Update" src="http://tech2how.com/wp-content/uploads/2012/12/Windows_Update_thumb.png" border="0" /></a>Change the drop down menu to “Check for updates but let me choose whether to download and install them&#8221; and hit ok.</p>
<p><strong>Step 2 :</strong></p>
<p>Now time to check for new updates, now come back to windows update menu and hit &#8220;Check for update&#8221;. Now let windows search for new update.</p>
<p><strong>Step 3:</strong></p>
<p>Important step start so be careful, Now windows will shows the xx new important updates are available click on important updates and search for <strong>“Update For Windows 7(KB971033)”</strong>  or <strong>“Update For Windows 7 x86 (KB971033)” </strong>do check update number is KB971033 same for windows 7 and xp. Uncheck that update then right-click on it and select “Hide Update”. Check all other updates and click on update.</p>
<p>If you don’t find this update in available updates then you might already install this update, for that check it in installed updates search for this update and hit &#8220;Uninstall update&#8221; and restart the computer.</p>
<p>The post <a rel="nofollow" href="https://tech2how.com/update-pirated-windows/">Update Pirated Windows And Never Get Caught</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/update-pirated-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">868</post-id>	</item>
		<item>
		<title>Install WhatsApp on Your Computer [Video]</title>
		<link>https://tech2how.com/install-whatsapp-on-computer/</link>
					<comments>https://tech2how.com/install-whatsapp-on-computer/#comments</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Fri, 07 Dec 2012 12:30:17 +0000</pubDate>
				<category><![CDATA[How-To Guide]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WhatsApp]]></category>
		<guid isPermaLink="false">http://tech2how.com/?p=852</guid>

					<description><![CDATA[<p>WhatsApp is a mobile based messenger service, which is available for almost all mobile platform available, It’s a best messenger service I ever come across, But if you have a mobile phone that won’t support WhatsApp or you don’t have an Internet connection on your mobile phone, and your friends are talking about it now&#8230; <a class="more-link" href="https://tech2how.com/install-whatsapp-on-computer/">Continue reading <span class="screen-reader-text">Install WhatsApp on Your Computer [Video]</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/install-whatsapp-on-computer/">Install WhatsApp on Your Computer [Video]</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WhatsApp is a mobile based messenger service<a href="http://tech2how.com/wp-content/uploads/2012/12/WhatsApp.jpg"><img loading="lazy" style="background-image: none; margin: 2px 0px 5px 12px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="WhatsApp" alt="WhatsApp" src="http://tech2how.com/wp-content/uploads/2012/12/WhatsApp_thumb.jpg" width="204" height="204" align="right" border="0" /></a>, which is available for almost all mobile platform available, It’s a best messenger service I ever come across, But if you have a mobile phone that won’t support WhatsApp or you don’t have an Internet connection on your mobile phone, and your friends are talking about it now and then? and you feel sad, Then this trick is just for you.</p>
<p>Yes, you heard correct WhatsApp is now available for PC, not officially but yes there is many way to do it. You can also install Android OS on your computer via virtual machine and then install WhatsApp from Google play store, but it very handy for beginners. But wait there is one simple way to do this just follow the simple steps below and you are ready to go.</p>
<h3>What you needed?</h3>
<ol>
<ol>
<li>Computer with Windows or Mac with Internet connection</li>
<li>Active mobile number, Handset won’t matter. (Just able to receive call)</li>
</ol>
</ol>
<p>That’s it. If you have above requirement then we are ready to go.</p>
<h4>Follow this steps below</h4>
<ol>
<li>There is one service available named Blue Stacks. What it actually do is, you can install mobile application on your computer via Blue Stacks. <a title="Download Blue Stacks" href="http://bluestacks.com/" target="_blank" rel="noopener noreferrer">Click Here</a> to download it from their official site &amp; click on download now button and wait for download to complete.</li>
<li>Now install the BlueStacks on your computer. And just open it.</li>
<li>Select messaging tab and click on WhatsApp, Now let WhatsApp download</li>
<li>Then go to my apps and open WhatsApp and verify your mobile (See video for detail explanation), Try to verify with “Call Me” Method.</li>
<li>Ok, Now you ready to go you successfully installed WhatsApp on your computer, Now go to bluestacks settings to add contacts to your WhatsApp. And if you want to upload photos and videos just drop them in your “document” or “my document” folder.</li>
</ol>
<h3>Video</h3>
<div class="video-wrapper">
<div class="video-container"><iframe title="YouTube video player" src="http://www.youtube.com/embed/jfj7Cln6w_k?wmode=transparent&amp;fs=1&amp;hl=en&amp;modestbranding=1&amp;showsearch=0&amp;rel=0&amp;theme=light" height="350" width="575" frameborder="0"></iframe></div>
<p><!-- /video --></p>
</div>
<p><!-- /video-wrapper --></p>
<p><em>Warning : You can&#8217;t run whatsapp on mobile and computer with the same number at a time.</em></p>
<p><em></em>If you have an any questions or queries then comment it below and do share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://tech2how.com/install-whatsapp-on-computer/">Install WhatsApp on Your Computer [Video]</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/install-whatsapp-on-computer/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">852</post-id>	</item>
		<item>
		<title>Change The Image Upload Directory in WordPress</title>
		<link>https://tech2how.com/change-image-upload-directory-wordpress/</link>
					<comments>https://tech2how.com/change-image-upload-directory-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Sat, 06 Oct 2012 16:30:44 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[How-To]]></category>
		<guid isPermaLink="false">http://tech2how.com/?p=219</guid>

					<description><![CDATA[<p>If you are a blogger and using WordPress as a blogging platform then you might be know that WordPress have an ugly &#38; long URL for image and other uploads eg. http://www.example.com/wp-content/uploads/xxxxxx.xxx Which looks odd  and if you are a frequent visitor of our blogs then you might know that we are using small URL’s&#8230; <a class="more-link" href="https://tech2how.com/change-image-upload-directory-wordpress/">Continue reading <span class="screen-reader-text">Change The Image Upload Directory in WordPress</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/change-image-upload-directory-wordpress/">Change The Image Upload Directory in WordPress</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are a blogger and using WordPress as a blogging platform then you might be know that WordPress have an ugly &amp; long URL for image and other uploads eg. http://www.example.com/wp-content/uploads/xxxxxx.xxx Which looks odd  and if you are a frequent visitor of our blogs then you might know that we are using small URL’s (sub-domain) for images and other attachments like img.tech2how.com</p>
<blockquote><p>Note : Now in WordPress 3.5 update the media upload option is disable. So you required additional plugin named &#8220;<a title="WP Original Media Path" href="http://wordpress.org/extend/plugins/wp-original-media-path/" target="_blank" rel="noopener noreferrer">WP Original Media Path</a>&#8221; to change media options.</p></blockquote>
<h2>What are the benefits of changing URL?</h2>
<ul>
<li>Mostly they are short in length so they are easy to remember,</li>
<li>Easy for sharing,</li>
<li>Your WordPress directory size remains small so easy for backups.</li>
<li>They are also a SEO optimized</li>
<li>Looks cool in address bar <img src="https://s.w.org/images/core/emoji/13.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
</ul>
<h3>How to do this?</h3>
<ul>
<li>Go to your hosting dashboard or cPanel&#8217;s domain management then navigate to sub-domain option and create the subdomain of your blog’s domain for e.g. if your domain name is example.com then you can create img.example.com or images.example.com.</li>
<li>In that options you can also select your subdomain directory to inside your default WordPress directory or outside of that( as suitable for you) or as you can backup easily. Also copy the full path of that directory we will need that later.</li>
<li>Go to your WordPress Dashboard &gt; Settings &gt; Media option</li>
<li>Scroll down to uploading files section in “Store uploads in this folder” paste the full path of your subdomain’s directory (which we copied in step no. 2) and add your subdomain name in “Full URL path to files”. <strong>Both are without trailing slash, </strong>as shown in screenshot.</li>
<li>And also unchecked the option “Organize my uploads into month- and year-based folders.”</li>
<li>Now you almost done just upload any image for verify your settings.</li>
</ul>
<p style="text-align: center;"><a href="http://tech2how.com/wp-content/uploads/2012/06/WordPress-Image-URL.png" target="_blank" rel="noopener noreferrer"><img class="aligncenter" style="padding-left: 0px; padding-right: 0px; display: block; padding-top: 0px; border: 0px;" title="WordPress Image URL" alt="WordPress Image URL" src="http://tech2how.com/wp-content/uploads/2012/06/WordPress-Image-URL_thumb.png" border="0" /></a></p>
<blockquote><p>Bonus Tip : If you navigate to img.yourdomain.com then you might  notice that anyone can see your all images and attachments. This is common server problem. To avoid this problem just create or add any index.php or index.html file to directory, or <a title="index.php file zip" href="http://tech2how.com/wp-content/uploads/2012/06/index.zip" target="_blank" rel="noopener noreferrer">click here</a> to add sample php file. Just download, extract and upload this file using cPanel’s file manager or any ftp client.</p></blockquote>
<p>If you need any help or got the any error then please comment below. And if you find this blog post helpful then please do share with your friends.</p>
<p>The post <a rel="nofollow" href="https://tech2how.com/change-image-upload-directory-wordpress/">Change The Image Upload Directory in WordPress</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/change-image-upload-directory-wordpress/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">219</post-id>	</item>
		<item>
		<title>HTC One X+ Announced</title>
		<link>https://tech2how.com/htc-one-x-plus-announced/</link>
					<comments>https://tech2how.com/htc-one-x-plus-announced/#respond</comments>
		
		<dc:creator><![CDATA[sanampatel]]></dc:creator>
		<pubDate>Tue, 02 Oct 2012 19:19:49 +0000</pubDate>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[First Look]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Review]]></category>
		<guid isPermaLink="false">http://tech2how.com/?p=262</guid>

					<description><![CDATA[<p>At starting of this year HTC announced a their One X smart phone which is a first smart phone which come with the quad-code processor. Now HTC announced HTC one X+ which is updated version of one X, with a lots of improvements in hardware and some with software. One X+ will available in mid or end&#8230; <a class="more-link" href="https://tech2how.com/htc-one-x-plus-announced/">Continue reading <span class="screen-reader-text">HTC One X+ Announced</span></a></p>
<p>The post <a rel="nofollow" href="https://tech2how.com/htc-one-x-plus-announced/">HTC One X+ Announced</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>At starting of this year HTC announced a their One X smart phone which is a first smart phone which come with the quad-code processor. Now HTC announced HTC one X+ which is updated version of one X, with a lots of improvements in hardware and some with software. One X+ will available in mid or end of this October.</p>
<p><a href="http://tech2how.com/wp-content/uploads/HTC-one-X_E078/HTC-One-X_thumb.jpg"><img loading="lazy" style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="HTC One X+" alt="HTC One X+" src="http://tech2how.com/wp-content/uploads/HTC-one-X_E078/HTC-One-X_thumb.jpg" width="390" height="359" border="0" /></a></p>
<h2>New improvement in One X+ over One X</h2>
<h4></h4>
<ul>
<li>1.7 GHz Quad-Core processor Nvidia Tegra 3 AP37 Chipset</li>
<li>Last long 2100 mAh battery</li>
<li>Now 64 GB upgradable version available</li>
<li>Rear Camera now can take 1080p video shooting at 30 frame per second</li>
<li>Front Camera : 1.6 MP which can record video at 720p</li>
<li>Corning Gorilla Glass 2</li>
<li>On board Android v4.1 (Jelly Bean)</li>
<li>HTC Sense UI v4+</li>
<li>Only available in black color, with a red (as of now)</li>
</ul>
<ul>From specification it can beat the new Samsung galaxy S III and galaxy note for sure.</ul>
<p>This is just a first look of HTC One X+, So it may be different then the original device.</p>
<p>The post <a rel="nofollow" href="https://tech2how.com/htc-one-x-plus-announced/">HTC One X+ Announced</a> appeared first on <a rel="nofollow" href="https://tech2how.com">Tech2How</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tech2how.com/htc-one-x-plus-announced/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">262</post-id>	</item>
	</channel>
</rss>
