<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8"/><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"/>

	<!-- This site is optimized with the Yoast SEO Premium plugin v17.3 (Yoast SEO v21.5) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Techknowl.com Blog: Free software reviews, downloads and Tech tips</title>
	<link rel="stylesheet" href="https://www.techknowl.com/wp-content/cache/min/1/0efac0136f45360f3147d8863d8d3706.css" media="all" data-minify="1"/>
	<meta name="description" content="At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps."/>
	<link rel="canonical" href="https://www.techknowl.com/"/>
	<link rel="next" href="https://www.techknowl.com/page/2"/>
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8"/><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"/>

	<!-- This site is optimized with the Yoast SEO Premium plugin v17.3 (Yoast SEO v21.5) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Techknowl.com Blog: Free software reviews, downloads and Tech tips</title>
	<link rel="stylesheet" href="https://www.techknowl.com/wp-content/cache/min/1/0efac0136f45360f3147d8863d8d3706.css" media="all" data-minify="1"/>
	<meta name="description" content="At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps."/>
	<link rel="canonical" href="https://www.techknowl.com/"/>
	<link rel="next" href="https://www.techknowl.com/page/2"/>
	<meta property="og:locale" content="en_US"/>
	<meta property="og:type" content="website"/>
	<meta property="og:title" content="Techknowl.com Blog: Free software reviews, downloads and Tech tips"/>
	<meta property="og:description" content="At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps."/>
	<meta property="og:url" content="https://www.techknowl.com/"/>
	<meta property="og:site_name" content="Techknowl.com Blog: Free software reviews, downloads and Tech tips"/>
	<meta name="twitter:card" content="summary_large_image"/>
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://www.techknowl.com/","url":"https://www.techknowl.com/","name":"Techknowl.com Blog: Free software reviews, downloads and Tech tips","isPartOf":{"@id":"https://www.techknowl.com/"},"about":{"@id":"https://www.techknowl.com/"},"description":"At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps.","breadcrumb":{"@id":"https://www.techknowl.com/"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://www.techknowl.com/","itemListElement":[]},{"@type":"WebSite","@id":"https://www.techknowl.com/","url":"https://www.techknowl.com/","name":"Techknowl.com Blog: Free software reviews, downloads and Tech tips","description":"At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps.","publisher":{"@id":"https://www.techknowl.com/"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.techknowl.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.techknowl.com/","name":"Techknowl.com Blog: Free software reviews, downloads and Tech tips","url":"https://www.techknowl.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.techknowl.com/#/schema/logo/image/","url":"https://www.techknowl.com/wp-content/uploads/2016/01/techknowl.png","contentUrl":"https://www.techknowl.com/wp-content/uploads/2016/01/techknowl.png","width":375,"height":79,"caption":"Techknowl.com Blog: Free software reviews, downloads and Tech tips"},"image":{"@id":"https://www.techknowl.com/#/schema/logo/image/"}}]}</script>
	<meta name="google-site-verification" content="TxjNKXCaTFOrq4-_lKCw1U24cRaU_NNhxBUPkr1qRE0"/>
	<!-- / Yoast SEO Premium plugin. -->




<link rel="alternate" type="application/rss+xml" title="Techknowl.com Blog: Free software reviews, downloads and Tech tips » Feed" href="https://www.techknowl.com/feed"/>
<link rel="alternate" type="application/rss+xml" title="Techknowl.com Blog: Free software reviews, downloads and Tech tips » Comments Feed" href="https://www.techknowl.com/comments/feed"/>
<link id="omgf-preload-0" rel="preload" href="https://www.techknowl.com/wp-content/uploads/omgf/google-fonts/raleway-normal-400.woff2" as="font" type="font/woff2" crossorigin/>
<link id="omgf-preload-1" rel="preload" href="https://www.techknowl.com/wp-content/uploads/omgf/google-fonts/raleway-normal-700.woff2" as="font" type="font/woff2" crossorigin/>

<style id="wp-emoji-styles-inline-css" type="text/css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>

<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css" type="text/css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>


<style id="rocket-lazyload-inline-css" type="text/css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;background:url(https://www.techknowl.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat;cursor:pointer}
</style>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<link rel="https://api.w.org/" href="https://www.techknowl.com/wp-json/"/><link rel="pingback" href="https://www.techknowl.com/xmlrpc.php"/>
<style type="text/css">.site-title a { background: url(https://www.techknowl.com/wp-content/uploads/2016/01/techknowl.png) no-repeat !important; }</style>
<link rel="icon" href="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-32x32.png" sizes="32x32"/>
<link rel="icon" href="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-192x192.png" sizes="192x192"/>
<link rel="apple-touch-icon" href="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-180x180.png"/>
<meta name="msapplication-TileImage" content="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-270x270.png"/>
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl="1" class="home blog custom-header header-image full-width-content genesis-breadcrumbs-hidden genesis-footer-widgets-hidden">
 <div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to main content</a></li></ul><div class="site-container-wrap"><nav class="nav-secondary" aria-label="Secondary"><div class="wrap"><ul id="menu-main" class="menu genesis-nav-menu menu-secondary js-superfish"><li id="menu-item-4838" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4838"><a href="https://www.techknowl.com/post-sitemap.xml"><span>Sitemap</span></a></li>
</ul></div></nav><header class="site-header"><div class="wrap"><div class="title-area"><h1 class="site-title"><a href="https://www.techknowl.com/">Techknowl.com Blog: Free software reviews, downloads and Tech tips</a></h1><p class="site-description">At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps.</p></div><div class="widget-area header-widget-area"><section id="search-4" class="widget widget_search"><div class="widget-wrap"><form class="search-form" method="get" action="https://www.techknowl.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-1">Search this website</label><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search this website"><input class="search-form-submit" type="submit" value="Search"><meta content="https://www.techknowl.com/?s={s}"></form></div></section>
</div></div></header><div class="site-inner"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><article class="post-4509 post type-post status-publish format-standard tag-download-eset-13 tag-eset-offline-installer entry" aria-label="Download ESET offline standalone installer setup [2023]"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/eset-smart-security-nod32-offline-installer-standalone-setup.html">Download ESET offline standalone installer setup [2023]</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">April 3, 2023</time></p></header><div class="entry-content">
<p>ESET products such as NOD2 antivirus, Internet Security, and Smart Security boasts of being simple and lightweight, an attribute that has been carried forward from their very first versions. As a satisfied user of ESET Smart Security on my Mac&#8217;s bootcamp partition, I can certify its exceptional performance and responsiveness, even while running under virtualization mode. With ESET&#8217;s uni-license program, purchasing ESET on any particular operating system extends my protection to all other platforms, including macOS, Windows, and Android OS. Thus, ESET is an excellent security application for those using iMac or Macbook PRO, running Windows or Linux through parallels or other virtualization software.</p>



 <a href="https://www.techknowl.com/eset-smart-security-nod32-offline-installer-standalone-setup.html#more-4509" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download ESET offline standalone installer setup [2023]</span></a></div><footer class="entry-footer"></footer></article><article class="post-4236 post type-post status-publish format-standard entry" aria-label="Uninstall or Remove Mac app store and apps"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/uninstall-or-remove-mac-app-store-and-apps.html">Uninstall or Remove Mac app store and apps</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">April 18, 2019</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg"><img decoding="async" class="alignleft size-full wp-image-4300" title="Mac app store" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2076%2076'%3E%3C/svg%3E" alt="" width="76" height="76" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg 498w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-150x150.jpg 150w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-300x300.jpg 300w" data-lazy-sizes="(max-width: 76px) 100vw, 76px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg"/><noscript><img decoding="async" class="alignleft size-full wp-image-4300" title="Mac app store" src="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg" alt="" width="76" height="76" srcset="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg 498w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-150x150.jpg 150w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-300x300.jpg 300w" sizes="(max-width: 76px) 100vw, 76px"/></noscript></a>The Mac app store is an application market place that Apple released with Mac OS X 10.6.6 update.  Usually we install Mac apps directly after downloading it from the internet or from media discs. Mac app store is like the iTunes store for the iPhone, iPad and iPod Touch. Here we use Apple ID to purchase or download applications directly from the cloud, and the upgrades can be installed like that in iOS devices.</p>
<p> <a href="https://www.techknowl.com/uninstall-or-remove-mac-app-store-and-apps.html#more-4236" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Uninstall or Remove Mac app store and apps</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4273 post type-post status-publish format-standard entry" aria-label="Download Sn0wbreeze 2.9"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-sn0wbreeze-2-5.html">Download Sn0wbreeze 2.9</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">August 3, 2019</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/04/sn0wbreeze-.jpg"><img decoding="async" class="size-full wp-image-4276 alignleft" title="sn0wbreeze" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2086%2084'%3E%3C/svg%3E" alt="sn0wbreeze" width="86" height="84" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/04/sn0wbreeze-.jpg"/><noscript><img decoding="async" class="size-full wp-image-4276 alignleft" title="sn0wbreeze" src="https://www.techknowl.com/wp-content/uploads/2011/04/sn0wbreeze-.jpg" alt="sn0wbreeze" width="86" height="84"/></noscript></a>The iPhone hacker iH8sn0w has announced Sn0wbreeze 2.9 just after the release of <a href="https://www.techknowl.com/download-redsn0w-0-9-6-rc9.html" target="_blank" rel="noopener noreferrer">Redsn0w 0.9.6RC9</a> and Pwnagetool 4.3. We had earlier covered Sn0wbreeze 2.4, which was a tethered jailbreak for iOS 4.3.1. <strong>Sn0wbreeze 2.9</strong> is an untethered jailbreak tool and is available for Windows users. As always, Sn0wbreeze let you upgrade your iPhone, iPad or iPod Touch to the latest software version by making use of a custom IPSW created from original iOS build.</p>
<p> <a href="https://www.techknowl.com/download-sn0wbreeze-2-5.html#more-4273" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download Sn0wbreeze 2.9</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4241 post type-post status-publish format-standard entry" aria-label="Watch IPL 2019 [12] Live streaming online"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/watch-ipl-4-live-streaming-online.html">Watch IPL 2019 [12] Live streaming online</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">August 3, 2019</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/IPL-2019-watch-live-online.jpg"><img decoding="async" class="size-full wp-image-4865 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20220%20146'%3E%3C/svg%3E" alt="" width="220" height="146" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/IPL-2019-watch-live-online.jpg"/><noscript><img decoding="async" class="size-full wp-image-4865 alignleft" src="https://www.techknowl.com/wp-content/uploads/2011/03/IPL-2019-watch-live-online.jpg" alt="" width="220" height="146"/></noscript></a>The 2019 season of  IPL Twenty-Twenty (T20) cricket matches will begin from 23 March in India. The sub continent is already under cricket fever with the news of upcoming World cup 2019. Indian Premier League 2019 has 8 cricketing franchises. The official TV broadcasting rights of IPL 12 were sold to Star group in India. So we can watch IPL 12 live HD telecast in Star Sports and their mobile and online  streaming partners.</p>
<p> <a href="https://www.techknowl.com/watch-ipl-4-live-streaming-online.html#more-4241" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Watch IPL 2019 [12] Live streaming online</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4227 post type-post status-publish format-standard entry" aria-label="Download iOS 4.3.1 from direct links"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-ios-4-3-1-ipsw.html">Download iOS 4.3.1 from direct links</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 25, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/iOS-4.3.1.jpg"><img decoding="async" class="size-full wp-image-4232 alignleft" title="iOS 4.3.1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2084%2084'%3E%3C/svg%3E" alt="iOS 4.3.1" width="84" height="84" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/iOS-4.3.1.jpg"/><noscript><img decoding="async" class="size-full wp-image-4232 alignleft" title="iOS 4.3.1" src="https://www.techknowl.com/wp-content/uploads/2011/03/iOS-4.3.1.jpg" alt="iOS 4.3.1" width="84" height="84"/></noscript></a>Apple has just released iOS 4.3.1 update for iPhone, iPod Touch and iPad.  This update is a minor upgrade to the iOS 4.3 that is already available for download from March 1oth. As per the official change log for <strong>iOS 4.3.1</strong>, the update fixes several bugs reported by users, connectivity issues with certain carriers, on screen graphics glitches with Apple TV and iPod Touch, etc. You can now update your Apple devices online right from the iTunes interface or offline by downloading iOS 4.3.1 IPSW from links given below.</p>
<p> <a href="https://www.techknowl.com/download-ios-4-3-1-ipsw.html#more-4227" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download iOS 4.3.1 from direct links</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4210 post type-post status-publish format-standard entry" aria-label="Download Sn0wbreeze 2.3 to jailbreak iOS 4.3"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-sn0wbreeze-2-3.html">Download Sn0wbreeze 2.3 to jailbreak iOS 4.3</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 25, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/sn0wbreeze-2.3.jpg"><img decoding="async" class="size-full wp-image-4212 alignleft" title="sn0wbreeze 2.3" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2066%2073'%3E%3C/svg%3E" alt="sn0wbreeze 2.3" width="66" height="73" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/sn0wbreeze-2.3.jpg"/><noscript><img decoding="async" class="size-full wp-image-4212 alignleft" title="sn0wbreeze 2.3" src="https://www.techknowl.com/wp-content/uploads/2011/03/sn0wbreeze-2.3.jpg" alt="sn0wbreeze 2.3" width="66" height="73"/></noscript></a>iH8sn0w has just released Sn0wbrooze 2.3, a jailbreak tool that is compatible with iOS 4.3 on the iPhone, iPad and iPod Touch. <strong>Sn0wbreeaze 2.3</strong> will let you jailbreak iOS 4.3 on a Windows machine, and it is a tethered jailbreak. You have to use the inbuilt tool iBooty to boot the device to tethered jailbreak mode  after the jailbreak. All those who just need a iOS 4.3 jailbreak can now download Sn0wbreeze 2.3 and create a custom IPSW file to jailbreak their idevices.</p>
<p> <a href="https://www.techknowl.com/download-sn0wbreeze-2-3.html#more-4210" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download Sn0wbreeze 2.3 to jailbreak iOS 4.3</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4196 post type-post status-publish format-standard entry" aria-label="Set up iOS 4.3 home sharing in iPhone, iPod or iPad"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/set-up-ios-4-3-home-sharing-in-iphone-ipod-or-ipad.html">Set up iOS 4.3 home sharing in iPhone, iPod or iPad</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 25, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3.jpg"><img decoding="async" class="size-medium wp-image-4200 alignleft" title="setup home sharing iOS 4.3" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20230%2049'%3E%3C/svg%3E" alt="setup home sharing iOS 4.3" width="230" height="49" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3.jpg 328w" data-lazy-sizes="(max-width: 230px) 100vw, 230px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg"/><noscript><img decoding="async" class="size-medium wp-image-4200 alignleft" title="setup home sharing iOS 4.3" src="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg" alt="setup home sharing iOS 4.3" width="230" height="49" srcset="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3.jpg 328w" sizes="(max-width: 230px) 100vw, 230px"/></noscript></a>Now that Apple released iOS 4.3 update for download you can set up the most awaited <strong>home sharing</strong> feature in your  iPhone, iPod Touch and iPad. Home sharing option will let you stream music movies, pictures and other media files in a wireless private network. That means you can share an iTunes library  from a PC or Mac to compatible iPhone, iPod or iPad. Follow these steps to set up home sharing in iOS 4.3 devices.</p>
<p> <a href="https://www.techknowl.com/set-up-ios-4-3-home-sharing-in-iphone-ipod-or-ipad.html#more-4196" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Set up iOS 4.3 home sharing in iPhone, iPod or iPad</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4158 post type-post status-publish format-standard entry" aria-label="Improve game speed and performance in Windows"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/improve-game-speed-and-performance-in-windows.html">Improve game speed and performance in Windows</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">March 4, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows-.jpg"><img decoding="async" class="size-medium wp-image-4186 alignleft" title="games for windows" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20286%2078'%3E%3C/svg%3E" alt="games for windows" width="286" height="78" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows-.jpg 505w" data-lazy-sizes="(max-width: 286px) 100vw, 286px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg"/><noscript><img decoding="async" class="size-medium wp-image-4186 alignleft" title="games for windows" src="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg" alt="games for windows" width="286" height="78" srcset="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows-.jpg 505w" sizes="(max-width: 286px) 100vw, 286px"/></noscript></a>Computer games are designed for certain hardware configurations and software settings. However, the users may not have a machine as stipulated by the game manufacturers. A game that requires larger system resources will get to slow down and lag under such conditions. A <a href="https://www.techknowl.com/category/windows" target="_blank">Windows</a> computer has a lot of internal  services that use the  existing system resources, and therefore, we need to tune its features for an optimal gaming environment. In this post, we will show you how you can improve the gaming speed and performance in Windows  with the selection of proper hardware and software settings.</p>
<p> <a href="https://www.techknowl.com/improve-game-speed-and-performance-in-windows.html#more-4158" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Improve game speed and performance in Windows</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4009 post type-post status-publish format-standard entry" aria-label="Watch Cricket World cup 2011 live online streaming"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/watch-cricket-world-cup-2011-live-online-streaming.html">Watch Cricket World cup 2011 live online streaming</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">March 30, 2011</time></p></header><div class="entry-content"><p><figure id="attachment_4011" aria-describedby="caption-attachment-4011" style="width: 182px" class="wp-caption alignleft"><a href="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming-.jpg"><img decoding="async" class="size-medium wp-image-4011" title="ICC Cricket World Cup 2011 " src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20182%20119'%3E%3C/svg%3E" alt="ICC Cricket World Cup 2011 " width="182" height="119" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming-.jpg 313w" data-lazy-sizes="(max-width: 182px) 100vw, 182px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg"/><noscript><img decoding="async" class="size-medium wp-image-4011" title="ICC Cricket World Cup 2011 " src="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg" alt="ICC Cricket World Cup 2011 " width="182" height="119" srcset="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming-.jpg 313w" sizes="(max-width: 182px) 100vw, 182px"/></noscript></a><figcaption id="caption-attachment-4011" class="wp-caption-text">ICC Cricket World Cup 2011 </figcaption></figure></p>
<p>The 10th edition of ICC Cricket World Cup has started today on 17th February 2011. <strong>World cup cricket 2011</strong> is being hosted by India, Sri  Lanka and Bangladesh. This time there will be 14 teams, and they will  play 49 cricket matches, including the finals. Teams participating  in World cup cricket 2011 are Kenya, South Africa, Zimbabwe, Canada,  West Indies, Bangladesh, India, Pakistan, Sri Lanka, Australia, New  Zealand, England, Ireland and Netherlands. The official TV broadcaster of Cricket  world cup 2011 in India is <strong>ESPN Star Sports</strong> and DD Sports. However, if  you are a cricket fan and have a high speed internet connection, you may  watch the world cup 2011 live streaming online through the  internet broadcasting channel of  ESPN Star Sports.</p>
<p> <a href="https://www.techknowl.com/watch-cricket-world-cup-2011-live-online-streaming.html#more-4009" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Watch Cricket World cup 2011 live online streaming</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4043 post type-post status-publish format-standard entry" aria-label="Sn0wbreeze 2.2 is now available for download"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-sn0wbreeze-2-2.html">Sn0wbreeze 2.2 is now available for download</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 30, 2011</time></p></header><div class="entry-content"><p><figure id="attachment_4044" aria-describedby="caption-attachment-4044" style="width: 96px" class="wp-caption alignleft"><a href="https://www.techknowl.com/wp-content/uploads/2011/02/Sn0wbreeze-.jpg"><img decoding="async" class="size-full wp-image-4044" title="Sn0wbreeze" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2096%2092'%3E%3C/svg%3E" alt="Sn0wbreeze" width="96" height="92" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/02/Sn0wbreeze-.jpg"/><noscript><img decoding="async" class="size-full wp-image-4044" title="Sn0wbreeze" src="https://www.techknowl.com/wp-content/uploads/2011/02/Sn0wbreeze-.jpg" alt="Sn0wbreeze" width="96" height="92"/></noscript></a><figcaption id="caption-attachment-4044" class="wp-caption-text">Sn0wbreeze</figcaption></figure></p>
<p>iPhone dev team member ih8sn0w today released <strong>Sn0wbreeze 2.2</strong> an untethered jailbreak tool that supports iOS 4.2.1 firmware. Sn0wbreeze 2.2 will work on iPhone 4, 3GS, 3G, iPod Touch, iPad devices, and it is the Windows alternative for PwnageTool 4.2. Just like the <a href="https://www.techknowl.com/download-pwnagetool-4-2.html" target="_blank">PwnageTool 4.2</a>, Sn0wbreeze 2.2 uses the exploit found by the Chronic dev team that they used in developing GreenPois0n RC5.</p>
<p> <a href="https://www.techknowl.com/download-sn0wbreeze-2-2.html#more-4043" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Sn0wbreeze 2.2 is now available for download</span></a></p>
</div><footer class="entry-footer"></footer></article><div class="archive-pagination pagination" role="navigation" aria-label="Pagination"><ul><li class="active"><a href="https://www.techknowl.com/" aria-label="Current page" aria-current="page"><span class="screen-reader-text">Go to page</span> 1</a></li>
<li><a href="https://www.techknowl.com/page/2"><span class="screen-reader-text">Go to page</span> 2</a></li>
<li><a href="https://www.techknowl.com/page/3"><span class="screen-reader-text">Go to page</span> 3</a></li>
<li class="pagination-omission"><span class="screen-reader-text">Interim pages omitted</span> &#x02026;</li> 
<li><a href="https://www.techknowl.com/page/33"><span class="screen-reader-text">Go to page</span> 33</a></li>
<li class="pagination-next"><a href="https://www.techknowl.com/page/2"><span class="screen-reader-text">Go to</span> Next Page &#x000BB;</a></li>
</ul></div>
</main></div></div><footer class="site-footer"><div class="wrap"><p>&#x000A9;&nbsp;2024 &middot; Techknowl </p></div></footer></div></div><script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin|\/logout|\/wp-login.php","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.techknowl.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10" id="superfish-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.4.0" id="superfish-args-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.4.0" id="skip-links-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/news-pro/js/jquery.matchHeight.min.js?ver=3.2.2" id="news-match-height-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/cache/min/1/wp-content/themes/news-pro/js/global.js?ver=1700570937" id="news-global-js-js" defer></script>
<script type="text/javascript" id="news-responsive-menus-js-extra">
/* <![CDATA[ */
var genesis_responsive_menu = {"mainMenu":"Menu","subMenu":"Submenu","menuClasses":{"combine":[".nav-secondary",".nav-primary",".nav-header"]}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/news-pro/js/responsive-menus.min.js?ver=3.2.2" id="news-responsive-menus-js" defer></script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.techknowl.com/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img loading="lazy" data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script></body></html>
	<meta property="og:locale" content="en_US"/>
	<meta property="og:type" content="website"/>
	<meta property="og:title" content="Techknowl.com Blog: Free software reviews, downloads and Tech tips"/>
	<meta property="og:description" content="At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps."/>
	<meta property="og:url" content="https://www.techknowl.com/"/>
	<meta property="og:site_name" content="Techknowl.com Blog: Free software reviews, downloads and Tech tips"/>
	<meta name="twitter:card" content="summary_large_image"/>
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://www.techknowl.com/","url":"https://www.techknowl.com/","name":"Techknowl.com Blog: Free software reviews, downloads and Tech tips","isPartOf":{"@id":"https://www.techknowl.com/"},"about":{"@id":"https://www.techknowl.com/"},"description":"At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps.","breadcrumb":{"@id":"https://www.techknowl.com/"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://www.techknowl.com/","itemListElement":[]},{"@type":"WebSite","@id":"https://www.techknowl.com/","url":"https://www.techknowl.com/","name":"Techknowl.com Blog: Free software reviews, downloads and Tech tips","description":"At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps.","publisher":{"@id":"https://www.techknowl.com/"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.techknowl.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.techknowl.com/","name":"Techknowl.com Blog: Free software reviews, downloads and Tech tips","url":"https://www.techknowl.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.techknowl.com/#/schema/logo/image/","url":"https://www.techknowl.com/wp-content/uploads/2016/01/techknowl.png","contentUrl":"https://www.techknowl.com/wp-content/uploads/2016/01/techknowl.png","width":375,"height":79,"caption":"Techknowl.com Blog: Free software reviews, downloads and Tech tips"},"image":{"@id":"https://www.techknowl.com/#/schema/logo/image/"}}]}</script>
	<meta name="google-site-verification" content="TxjNKXCaTFOrq4-_lKCw1U24cRaU_NNhxBUPkr1qRE0"/>
	<!-- / Yoast SEO Premium plugin. -->




<link rel="alternate" type="application/rss+xml" title="Techknowl.com Blog: Free software reviews, downloads and Tech tips » Feed" href="https://www.techknowl.com/feed"/>
<link rel="alternate" type="application/rss+xml" title="Techknowl.com Blog: Free software reviews, downloads and Tech tips » Comments Feed" href="https://www.techknowl.com/comments/feed"/>
<link id="omgf-preload-0" rel="preload" href="https://www.techknowl.com/wp-content/uploads/omgf/google-fonts/raleway-normal-400.woff2" as="font" type="font/woff2" crossorigin/>
<link id="omgf-preload-1" rel="preload" href="https://www.techknowl.com/wp-content/uploads/omgf/google-fonts/raleway-normal-700.woff2" as="font" type="font/woff2" crossorigin/>

<style id="wp-emoji-styles-inline-css" type="text/css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>

<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css" type="text/css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>


<style id="rocket-lazyload-inline-css" type="text/css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;background:url(https://www.techknowl.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat;cursor:pointer}
</style>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<link rel="https://api.w.org/" href="https://www.techknowl.com/wp-json/"/><link rel="pingback" href="https://www.techknowl.com/xmlrpc.php"/>
<style type="text/css">.site-title a { background: url(https://www.techknowl.com/wp-content/uploads/2016/01/techknowl.png) no-repeat !important; }</style>
<link rel="icon" href="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-32x32.png" sizes="32x32"/>
<link rel="icon" href="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-192x192.png" sizes="192x192"/>
<link rel="apple-touch-icon" href="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-180x180.png"/>
<meta name="msapplication-TileImage" content="https://www.techknowl.com/wp-content/uploads/2016/01/cropped-techknowl-1-270x270.png"/>
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl="1" class="home blog custom-header header-image full-width-content genesis-breadcrumbs-hidden genesis-footer-widgets-hidden">
 <div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to main content</a></li></ul><div class="site-container-wrap"><nav class="nav-secondary" aria-label="Secondary"><div class="wrap"><ul id="menu-main" class="menu genesis-nav-menu menu-secondary js-superfish"><li id="menu-item-4838" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4838"><a href="https://www.techknowl.com/post-sitemap.xml"><span>Sitemap</span></a></li>
</ul></div></nav><header class="site-header"><div class="wrap"><div class="title-area"><h1 class="site-title"><a href="https://www.techknowl.com/">Techknowl.com Blog: Free software reviews, downloads and Tech tips</a></h1><p class="site-description">At Techknowl.com we make it easy for you to find useful software for your Windows, Mac or Linux computers. We also provide tips on Blogger, Wordpress, social media services, SEO and useful Web apps.</p></div><div class="widget-area header-widget-area"><section id="search-4" class="widget widget_search"><div class="widget-wrap"><form class="search-form" method="get" action="https://www.techknowl.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-1">Search this website</label><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search this website"><input class="search-form-submit" type="submit" value="Search"><meta content="https://www.techknowl.com/?s={s}"></form></div></section>
</div></div></header><div class="site-inner"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><article class="post-4509 post type-post status-publish format-standard tag-download-eset-13 tag-eset-offline-installer entry" aria-label="Download ESET offline standalone installer setup [2023]"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/eset-smart-security-nod32-offline-installer-standalone-setup.html">Download ESET offline standalone installer setup [2023]</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">April 3, 2023</time></p></header><div class="entry-content">
<p>ESET products such as NOD2 antivirus, Internet Security, and Smart Security boasts of being simple and lightweight, an attribute that has been carried forward from their very first versions. As a satisfied user of ESET Smart Security on my Mac&#8217;s bootcamp partition, I can certify its exceptional performance and responsiveness, even while running under virtualization mode. With ESET&#8217;s uni-license program, purchasing ESET on any particular operating system extends my protection to all other platforms, including macOS, Windows, and Android OS. Thus, ESET is an excellent security application for those using iMac or Macbook PRO, running Windows or Linux through parallels or other virtualization software.</p>



 <a href="https://www.techknowl.com/eset-smart-security-nod32-offline-installer-standalone-setup.html#more-4509" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download ESET offline standalone installer setup [2023]</span></a></div><footer class="entry-footer"></footer></article><article class="post-4236 post type-post status-publish format-standard entry" aria-label="Uninstall or Remove Mac app store and apps"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/uninstall-or-remove-mac-app-store-and-apps.html">Uninstall or Remove Mac app store and apps</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">April 18, 2019</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg"><img decoding="async" class="alignleft size-full wp-image-4300" title="Mac app store" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2076%2076'%3E%3C/svg%3E" alt="" width="76" height="76" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg 498w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-150x150.jpg 150w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-300x300.jpg 300w" data-lazy-sizes="(max-width: 76px) 100vw, 76px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg"/><noscript><img decoding="async" class="alignleft size-full wp-image-4300" title="Mac app store" src="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg" alt="" width="76" height="76" srcset="https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store.jpg 498w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-150x150.jpg 150w, https://www.techknowl.com/wp-content/uploads/2011/04/Mac-app-store-300x300.jpg 300w" sizes="(max-width: 76px) 100vw, 76px"/></noscript></a>The Mac app store is an application market place that Apple released with Mac OS X 10.6.6 update.  Usually we install Mac apps directly after downloading it from the internet or from media discs. Mac app store is like the iTunes store for the iPhone, iPad and iPod Touch. Here we use Apple ID to purchase or download applications directly from the cloud, and the upgrades can be installed like that in iOS devices.</p>
<p> <a href="https://www.techknowl.com/uninstall-or-remove-mac-app-store-and-apps.html#more-4236" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Uninstall or Remove Mac app store and apps</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4273 post type-post status-publish format-standard entry" aria-label="Download Sn0wbreeze 2.9"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-sn0wbreeze-2-5.html">Download Sn0wbreeze 2.9</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">August 3, 2019</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/04/sn0wbreeze-.jpg"><img decoding="async" class="size-full wp-image-4276 alignleft" title="sn0wbreeze" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2086%2084'%3E%3C/svg%3E" alt="sn0wbreeze" width="86" height="84" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/04/sn0wbreeze-.jpg"/><noscript><img decoding="async" class="size-full wp-image-4276 alignleft" title="sn0wbreeze" src="https://www.techknowl.com/wp-content/uploads/2011/04/sn0wbreeze-.jpg" alt="sn0wbreeze" width="86" height="84"/></noscript></a>The iPhone hacker iH8sn0w has announced Sn0wbreeze 2.9 just after the release of <a href="https://www.techknowl.com/download-redsn0w-0-9-6-rc9.html" target="_blank" rel="noopener noreferrer">Redsn0w 0.9.6RC9</a> and Pwnagetool 4.3. We had earlier covered Sn0wbreeze 2.4, which was a tethered jailbreak for iOS 4.3.1. <strong>Sn0wbreeze 2.9</strong> is an untethered jailbreak tool and is available for Windows users. As always, Sn0wbreeze let you upgrade your iPhone, iPad or iPod Touch to the latest software version by making use of a custom IPSW created from original iOS build.</p>
<p> <a href="https://www.techknowl.com/download-sn0wbreeze-2-5.html#more-4273" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download Sn0wbreeze 2.9</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4241 post type-post status-publish format-standard entry" aria-label="Watch IPL 2019 [12] Live streaming online"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/watch-ipl-4-live-streaming-online.html">Watch IPL 2019 [12] Live streaming online</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">August 3, 2019</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/IPL-2019-watch-live-online.jpg"><img decoding="async" class="size-full wp-image-4865 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20220%20146'%3E%3C/svg%3E" alt="" width="220" height="146" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/IPL-2019-watch-live-online.jpg"/><noscript><img decoding="async" class="size-full wp-image-4865 alignleft" src="https://www.techknowl.com/wp-content/uploads/2011/03/IPL-2019-watch-live-online.jpg" alt="" width="220" height="146"/></noscript></a>The 2019 season of  IPL Twenty-Twenty (T20) cricket matches will begin from 23 March in India. The sub continent is already under cricket fever with the news of upcoming World cup 2019. Indian Premier League 2019 has 8 cricketing franchises. The official TV broadcasting rights of IPL 12 were sold to Star group in India. So we can watch IPL 12 live HD telecast in Star Sports and their mobile and online  streaming partners.</p>
<p> <a href="https://www.techknowl.com/watch-ipl-4-live-streaming-online.html#more-4241" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Watch IPL 2019 [12] Live streaming online</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4227 post type-post status-publish format-standard entry" aria-label="Download iOS 4.3.1 from direct links"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-ios-4-3-1-ipsw.html">Download iOS 4.3.1 from direct links</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 25, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/iOS-4.3.1.jpg"><img decoding="async" class="size-full wp-image-4232 alignleft" title="iOS 4.3.1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2084%2084'%3E%3C/svg%3E" alt="iOS 4.3.1" width="84" height="84" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/iOS-4.3.1.jpg"/><noscript><img decoding="async" class="size-full wp-image-4232 alignleft" title="iOS 4.3.1" src="https://www.techknowl.com/wp-content/uploads/2011/03/iOS-4.3.1.jpg" alt="iOS 4.3.1" width="84" height="84"/></noscript></a>Apple has just released iOS 4.3.1 update for iPhone, iPod Touch and iPad.  This update is a minor upgrade to the iOS 4.3 that is already available for download from March 1oth. As per the official change log for <strong>iOS 4.3.1</strong>, the update fixes several bugs reported by users, connectivity issues with certain carriers, on screen graphics glitches with Apple TV and iPod Touch, etc. You can now update your Apple devices online right from the iTunes interface or offline by downloading iOS 4.3.1 IPSW from links given below.</p>
<p> <a href="https://www.techknowl.com/download-ios-4-3-1-ipsw.html#more-4227" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download iOS 4.3.1 from direct links</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4210 post type-post status-publish format-standard entry" aria-label="Download Sn0wbreeze 2.3 to jailbreak iOS 4.3"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-sn0wbreeze-2-3.html">Download Sn0wbreeze 2.3 to jailbreak iOS 4.3</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 25, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/sn0wbreeze-2.3.jpg"><img decoding="async" class="size-full wp-image-4212 alignleft" title="sn0wbreeze 2.3" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2066%2073'%3E%3C/svg%3E" alt="sn0wbreeze 2.3" width="66" height="73" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/sn0wbreeze-2.3.jpg"/><noscript><img decoding="async" class="size-full wp-image-4212 alignleft" title="sn0wbreeze 2.3" src="https://www.techknowl.com/wp-content/uploads/2011/03/sn0wbreeze-2.3.jpg" alt="sn0wbreeze 2.3" width="66" height="73"/></noscript></a>iH8sn0w has just released Sn0wbrooze 2.3, a jailbreak tool that is compatible with iOS 4.3 on the iPhone, iPad and iPod Touch. <strong>Sn0wbreeaze 2.3</strong> will let you jailbreak iOS 4.3 on a Windows machine, and it is a tethered jailbreak. You have to use the inbuilt tool iBooty to boot the device to tethered jailbreak mode  after the jailbreak. All those who just need a iOS 4.3 jailbreak can now download Sn0wbreeze 2.3 and create a custom IPSW file to jailbreak their idevices.</p>
<p> <a href="https://www.techknowl.com/download-sn0wbreeze-2-3.html#more-4210" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Download Sn0wbreeze 2.3 to jailbreak iOS 4.3</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4196 post type-post status-publish format-standard entry" aria-label="Set up iOS 4.3 home sharing in iPhone, iPod or iPad"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/set-up-ios-4-3-home-sharing-in-iphone-ipod-or-ipad.html">Set up iOS 4.3 home sharing in iPhone, iPod or iPad</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 25, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3.jpg"><img decoding="async" class="size-medium wp-image-4200 alignleft" title="setup home sharing iOS 4.3" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20230%2049'%3E%3C/svg%3E" alt="setup home sharing iOS 4.3" width="230" height="49" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3.jpg 328w" data-lazy-sizes="(max-width: 230px) 100vw, 230px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg"/><noscript><img decoding="async" class="size-medium wp-image-4200 alignleft" title="setup home sharing iOS 4.3" src="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg" alt="setup home sharing iOS 4.3" width="230" height="49" srcset="https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3-300x64.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/setup-home-sharing-iOS-4.3.jpg 328w" sizes="(max-width: 230px) 100vw, 230px"/></noscript></a>Now that Apple released iOS 4.3 update for download you can set up the most awaited <strong>home sharing</strong> feature in your  iPhone, iPod Touch and iPad. Home sharing option will let you stream music movies, pictures and other media files in a wireless private network. That means you can share an iTunes library  from a PC or Mac to compatible iPhone, iPod or iPad. Follow these steps to set up home sharing in iOS 4.3 devices.</p>
<p> <a href="https://www.techknowl.com/set-up-ios-4-3-home-sharing-in-iphone-ipod-or-ipad.html#more-4196" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Set up iOS 4.3 home sharing in iPhone, iPod or iPad</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4158 post type-post status-publish format-standard entry" aria-label="Improve game speed and performance in Windows"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/improve-game-speed-and-performance-in-windows.html">Improve game speed and performance in Windows</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">March 4, 2011</time></p></header><div class="entry-content"><p><a href="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows-.jpg"><img decoding="async" class="size-medium wp-image-4186 alignleft" title="games for windows" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20286%2078'%3E%3C/svg%3E" alt="games for windows" width="286" height="78" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows-.jpg 505w" data-lazy-sizes="(max-width: 286px) 100vw, 286px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg"/><noscript><img decoding="async" class="size-medium wp-image-4186 alignleft" title="games for windows" src="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg" alt="games for windows" width="286" height="78" srcset="https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows--300x82.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/03/games-for-windows-.jpg 505w" sizes="(max-width: 286px) 100vw, 286px"/></noscript></a>Computer games are designed for certain hardware configurations and software settings. However, the users may not have a machine as stipulated by the game manufacturers. A game that requires larger system resources will get to slow down and lag under such conditions. A <a href="https://www.techknowl.com/category/windows" target="_blank">Windows</a> computer has a lot of internal  services that use the  existing system resources, and therefore, we need to tune its features for an optimal gaming environment. In this post, we will show you how you can improve the gaming speed and performance in Windows  with the selection of proper hardware and software settings.</p>
<p> <a href="https://www.techknowl.com/improve-game-speed-and-performance-in-windows.html#more-4158" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Improve game speed and performance in Windows</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4009 post type-post status-publish format-standard entry" aria-label="Watch Cricket World cup 2011 live online streaming"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/watch-cricket-world-cup-2011-live-online-streaming.html">Watch Cricket World cup 2011 live online streaming</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">March 30, 2011</time></p></header><div class="entry-content"><p><figure id="attachment_4011" aria-describedby="caption-attachment-4011" style="width: 182px" class="wp-caption alignleft"><a href="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming-.jpg"><img decoding="async" class="size-medium wp-image-4011" title="ICC Cricket World Cup 2011 " src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20182%20119'%3E%3C/svg%3E" alt="ICC Cricket World Cup 2011 " width="182" height="119" data-lazy-srcset="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming-.jpg 313w" data-lazy-sizes="(max-width: 182px) 100vw, 182px" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg"/><noscript><img decoding="async" class="size-medium wp-image-4011" title="ICC Cricket World Cup 2011 " src="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg" alt="ICC Cricket World Cup 2011 " width="182" height="119" srcset="https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming--300x198.jpg 300w, https://www.techknowl.com/wp-content/uploads/2011/02/ICC-Cricket-World-Cup-2011-streaming-.jpg 313w" sizes="(max-width: 182px) 100vw, 182px"/></noscript></a><figcaption id="caption-attachment-4011" class="wp-caption-text">ICC Cricket World Cup 2011 </figcaption></figure></p>
<p>The 10th edition of ICC Cricket World Cup has started today on 17th February 2011. <strong>World cup cricket 2011</strong> is being hosted by India, Sri  Lanka and Bangladesh. This time there will be 14 teams, and they will  play 49 cricket matches, including the finals. Teams participating  in World cup cricket 2011 are Kenya, South Africa, Zimbabwe, Canada,  West Indies, Bangladesh, India, Pakistan, Sri Lanka, Australia, New  Zealand, England, Ireland and Netherlands. The official TV broadcaster of Cricket  world cup 2011 in India is <strong>ESPN Star Sports</strong> and DD Sports. However, if  you are a cricket fan and have a high speed internet connection, you may  watch the world cup 2011 live streaming online through the  internet broadcasting channel of  ESPN Star Sports.</p>
<p> <a href="https://www.techknowl.com/watch-cricket-world-cup-2011-live-online-streaming.html#more-4009" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Watch Cricket World cup 2011 live online streaming</span></a></p>
</div><footer class="entry-footer"></footer></article><article class="post-4043 post type-post status-publish format-standard entry" aria-label="Sn0wbreeze 2.2 is now available for download"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.techknowl.com/download-sn0wbreeze-2-2.html">Sn0wbreeze 2.2 is now available for download</a></h2>
<p class="entry-meta">Last updated <time class="entry-modified-time">October 30, 2011</time></p></header><div class="entry-content"><p><figure id="attachment_4044" aria-describedby="caption-attachment-4044" style="width: 96px" class="wp-caption alignleft"><a href="https://www.techknowl.com/wp-content/uploads/2011/02/Sn0wbreeze-.jpg"><img decoding="async" class="size-full wp-image-4044" title="Sn0wbreeze" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2096%2092'%3E%3C/svg%3E" alt="Sn0wbreeze" width="96" height="92" data-lazy-src="https://www.techknowl.com/wp-content/uploads/2011/02/Sn0wbreeze-.jpg"/><noscript><img decoding="async" class="size-full wp-image-4044" title="Sn0wbreeze" src="https://www.techknowl.com/wp-content/uploads/2011/02/Sn0wbreeze-.jpg" alt="Sn0wbreeze" width="96" height="92"/></noscript></a><figcaption id="caption-attachment-4044" class="wp-caption-text">Sn0wbreeze</figcaption></figure></p>
<p>iPhone dev team member ih8sn0w today released <strong>Sn0wbreeze 2.2</strong> an untethered jailbreak tool that supports iOS 4.2.1 firmware. Sn0wbreeze 2.2 will work on iPhone 4, 3GS, 3G, iPod Touch, iPad devices, and it is the Windows alternative for PwnageTool 4.2. Just like the <a href="https://www.techknowl.com/download-pwnagetool-4-2.html" target="_blank">PwnageTool 4.2</a>, Sn0wbreeze 2.2 uses the exploit found by the Chronic dev team that they used in developing GreenPois0n RC5.</p>
<p> <a href="https://www.techknowl.com/download-sn0wbreeze-2-2.html#more-4043" class="more-link">[Read more&#8230;] <span class="screen-reader-text">about Sn0wbreeze 2.2 is now available for download</span></a></p>
</div><footer class="entry-footer"></footer></article><div class="archive-pagination pagination" role="navigation" aria-label="Pagination"><ul><li class="active"><a href="https://www.techknowl.com/" aria-label="Current page" aria-current="page"><span class="screen-reader-text">Go to page</span> 1</a></li>
<li><a href="https://www.techknowl.com/page/2"><span class="screen-reader-text">Go to page</span> 2</a></li>
<li><a href="https://www.techknowl.com/page/3"><span class="screen-reader-text">Go to page</span> 3</a></li>
<li class="pagination-omission"><span class="screen-reader-text">Interim pages omitted</span> &#x02026;</li> 
<li><a href="https://www.techknowl.com/page/33"><span class="screen-reader-text">Go to page</span> 33</a></li>
<li class="pagination-next"><a href="https://www.techknowl.com/page/2"><span class="screen-reader-text">Go to</span> Next Page &#x000BB;</a></li>
</ul></div>
</main></div></div><footer class="site-footer"><div class="wrap"><p>&#x000A9;&nbsp;2024 &middot; Techknowl </p></div></footer></div></div><script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin|\/logout|\/wp-login.php","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.techknowl.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10" id="superfish-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.4.0" id="superfish-args-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.4.0" id="skip-links-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/news-pro/js/jquery.matchHeight.min.js?ver=3.2.2" id="news-match-height-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/cache/min/1/wp-content/themes/news-pro/js/global.js?ver=1700570937" id="news-global-js-js" defer></script>
<script type="text/javascript" id="news-responsive-menus-js-extra">
/* <![CDATA[ */
var genesis_responsive_menu = {"mainMenu":"Menu","subMenu":"Submenu","menuClasses":{"combine":[".nav-secondary",".nav-primary",".nav-header"]}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.techknowl.com/wp-content/themes/news-pro/js/responsive-menus.min.js?ver=3.2.2" id="news-responsive-menus-js" defer></script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.techknowl.com/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img loading="lazy" data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script></body></html>