<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT-ToolBox Blog</title>
	<atom:link href="https://www.it-toolbox.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.it-toolbox.org/blog/</link>
	<description>IT stuff for IT-professionals</description>
	<lastBuildDate>Fri, 10 Jul 2026 12:23:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://www.it-toolbox.org/blog/wp-content/uploads/2017/10/cropped-ITTB-logo2-32x32.png</url>
	<title>IT-ToolBox Blog</title>
	<link>https://www.it-toolbox.org/blog/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux: Prioritize IPv4 over IPv6</title>
		<link>https://www.it-toolbox.org/blog/linux-prioritize-ipv4-over-ipv6/</link>
					<comments>https://www.it-toolbox.org/blog/linux-prioritize-ipv4-over-ipv6/#respond</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 12:20:53 +0000</pubDate>
				<category><![CDATA[Other]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=149</guid>

					<description><![CDATA[<p>Prioritize IPv4 Over IPv6 on Linux Some Linux distributions prefer IPv6 over IPv4 by default. If you want the system to use IPv4 whenever possible while keeping IPv6 available, you can change the address selection policy. Edit /etc/gai.conf Open the configuration file: Find the following line and remove the leading # if it is commented &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/linux-prioritize-ipv4-over-ipv6/" class="more-link">Continue reading<span class="screen-reader-text"> "Linux: Prioritize IPv4 over IPv6"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/linux-prioritize-ipv4-over-ipv6/">Linux: Prioritize IPv4 over IPv6</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Prioritize IPv4 Over IPv6 on Linux</h2>



<p>Some Linux distributions prefer IPv6 over IPv4 by default. If you want the system to use IPv4 whenever possible while keeping IPv6 available, you can change the address selection policy.</p>



<h2 class="wp-block-heading">Edit <code>/etc/gai.conf</code></h2>



<p>Open the configuration file:</p>



<pre class="wp-block-code"><code class="language-bash">sudo nano /etc/gai.conf</code></pre>



<p>Find the following line and remove the leading <code>#</code> if it is commented out:</p>



<pre class="wp-block-code"><code>precedence ::ffff:0:0/96  100</code></pre>



<p>Save the file. The change takes effect immediately, so no reboot or service restart is required.</p>



<h2 class="wp-block-heading">Verify the configuration</h2>



<p>You can verify the change with the following command:</p>



<pre class="wp-block-code"><code class="language-bash">getent ahosts google.com</code></pre>



<p>Or simply run:</p>



<pre class="wp-block-code"><code class="language-bash">ping google.com</code></pre>



<p>If the configuration was applied successfully, the system will prefer IPv4 whenever it is available while still falling back to IPv6 when needed.</p>

<p>The post <a href="https://www.it-toolbox.org/blog/linux-prioritize-ipv4-over-ipv6/">Linux: Prioritize IPv4 over IPv6</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/linux-prioritize-ipv4-over-ipv6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Proxmox VM&#8217;s have slow response times and timeouts</title>
		<link>https://www.it-toolbox.org/blog/proxmox-vm-have-slow-response-time/</link>
					<comments>https://www.it-toolbox.org/blog/proxmox-vm-have-slow-response-time/#respond</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Wed, 17 Jun 2020 15:57:11 +0000</pubDate>
				<category><![CDATA[Server admin]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[proxmox]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=139</guid>

					<description><![CDATA[<p>We started to use the built-in firewall function in our Proxmox cluster, and sometimes VM-s started to timeout for time to time, but we found no problem then. It happened again, and finally found the root of our problem. The following line started to appear in the syslog (both VM, and core machine): nf_conntrack: table &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/proxmox-vm-have-slow-response-time/" class="more-link">Continue reading<span class="screen-reader-text"> "Proxmox VM&#8217;s have slow response times and timeouts"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/proxmox-vm-have-slow-response-time/">Proxmox VM&#8217;s have slow response times and timeouts</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We started to use the built-in firewall function in our Proxmox cluster, and sometimes VM-s started to timeout for time to time, but we found no problem then. It happened again, and finally found the root of our problem.</p>
<p>The following line started to appear in the syslog (both VM, and core machine):</p>
<pre><code> nf_conntrack: table full, dropping packet</code></pre>
<p><span id="more-139"></span></p>
<p>You can check the actual conntrack count with the following command:</p>
<pre>sysctl net.netfilter.nf_conntrack_count</pre>
<p>So our problem was that is was already maxed out. There are some ways that you can increase the maximum value via cli, but they will never work, it will be reset after few seconds to default value, which is 65536.</p>
<p><strong>Solution</strong>: Increase the setting via Proxmox&#8217;s web interface. You can find it in <em>Datacenter/VM/Firewall/Options</em>. The option&#8217;s name is <strong>nf_conntrack_max</strong>. Increase it to the number you desire. If you have more than one machine in the cluster, then you have to edit this option on every one of them!</p>
<p>The post <a href="https://www.it-toolbox.org/blog/proxmox-vm-have-slow-response-time/">Proxmox VM&#8217;s have slow response times and timeouts</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/proxmox-vm-have-slow-response-time/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Proxmox VE 4.x 5.x &#8211; SSL Issue</title>
		<link>https://www.it-toolbox.org/blog/proxmox-ve-4-x-5-x-ssl-issue/</link>
					<comments>https://www.it-toolbox.org/blog/proxmox-ve-4-x-5-x-ssl-issue/#comments</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Tue, 27 Nov 2018 11:51:26 +0000</pubDate>
				<category><![CDATA[Server admin]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[SSL]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=129</guid>

					<description><![CDATA[<p>We started to use VMs instead of containers a few months ago on our Proxmox cluster. We had some issues in the beginning but now it works well. The problem: Today I came across a very irritating problem as I was updating our certificates. After the update I couldn&#8217;t restart the working VMs and got &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/proxmox-ve-4-x-5-x-ssl-issue/" class="more-link">Continue reading<span class="screen-reader-text"> "Proxmox VE 4.x 5.x &#8211; SSL Issue"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/proxmox-ve-4-x-5-x-ssl-issue/">Proxmox VE 4.x 5.x &#8211; SSL Issue</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">We started to use VMs instead of containers a few months ago on our Proxmox cluster. We had some issues in the beginning but now it works well.</p>
<p><strong>The problem:</strong></p>
<p style="text-align: justify;">Today I came across a very irritating problem as I was updating our certificates. After the update I couldn&#8217;t restart the working VMs and got the following error message:</p>
<p><code>Failed to start VNC server: Our own certificate /etc/pve/local/pve-ssl.pem failed validation against /etc/pve/pve-root-ca.pem: The certificate hasn't got a known issuer</code></p>
<p>The web interface was working well with the new certificate, so I started to search for answers.</p>
<p>Long story short, I found a few posts about the problem, but neither of them worked. And then I opened another one, and BOOM: It struck me hard.</p>
<p><span id="more-129"></span></p>
<p><strong>So the solution is:</strong></p>
<p>It turns out I misread the basic configuration on the main <a href="https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x,_5.0_and_5.1)" target="_blank" rel="noopener">Proxmox wiki page about SSL</a></p>
<p>If you want to use your own certificate then you should create/update the <code>pveproxy-ssl.pem</code> and <code>pveproxy-ssl.key</code> files only! I&#8217;ve updated the pve-ssl.key and pve-ssl.pem files previously and that caused the problem.</p>
<p>1. Revert to original certificates:</p>
<pre>pvecm updatecerts -f</pre>
<p>2. Insert your certificate into the following files:</p>
<pre>cp fullchain.pem /etc/pve/nodes/&lt;node&gt;/pveproxy-ssl.pem
cp private-key.pem /etc/pve/nodes/&lt;node&gt;/pveproxy-ssl.key</pre>
<p>3. Restart the PVE-proxy service</p>
<pre>systemctl restart pveproxy
</pre>
<p>The system log should inform you about the usage of the alternative SSL certificate (&#8220;Using &#8216;/etc/pve/local/pveproxy-ssl.pem&#8217; as certificate for the web interface.&#8221;):</p>
<pre>journalctl -b -u pveproxy.service
</pre>
<p>And voila, the web-interface has a shiny new certificate, and the console/shell is working again!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.it-toolbox.org/blog/proxmox-ve-4-x-5-x-ssl-issue/">Proxmox VE 4.x 5.x &#8211; SSL Issue</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/proxmox-ve-4-x-5-x-ssl-issue/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Litecoin founder Charlie Lee has sold all of his LTC</title>
		<link>https://www.it-toolbox.org/blog/litecoin-founder-charlie-lee-sold-ltc/</link>
					<comments>https://www.it-toolbox.org/blog/litecoin-founder-charlie-lee-sold-ltc/#respond</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Wed, 20 Dec 2017 13:24:45 +0000</pubDate>
				<category><![CDATA[Cryptocurrency]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[cryptocurrency]]></category>
		<category><![CDATA[litecoin]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=120</guid>

					<description><![CDATA[<p>Charlie Lee, the former director of engineering at Coinbase, is selling almost all of his holdings in Litecoin (LTC), the cryptocurrency that he founded in 2011. Lee explained in a post on Reddit that he is selling all of his LTC coins — bar a number of physical coins he keeps as collectibles — to avoid &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/litecoin-founder-charlie-lee-sold-ltc/" class="more-link">Continue reading<span class="screen-reader-text"> "Litecoin founder Charlie Lee has sold all of his LTC"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/litecoin-founder-charlie-lee-sold-ltc/">Litecoin founder Charlie Lee has sold all of his LTC</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p id="speakable-summary" style="text-align: justify;">Charlie Lee, the former director of engineering at Coinbase, is selling almost all of his holdings in Litecoin (LTC), the cryptocurrency that he founded in 2011.</p>
<p style="text-align: justify;"><a href="https://www.reddit.com/r/litecoin/comments/7kzw6q/litecoin_price_tweets_and_conflict_of_interest/" target="_blank" rel="noopener">Lee explained in a post on Reddit</a> that he is selling all of his LTC coins — bar a number of physical coins he keeps as collectibles — to avoid the conflict of interest that comes with his influence and position as LTC founder.</p>
<p><span id="more-120"></span></p>
<p style="text-align: justify;">Thanks to his time at Coinbase and LTC, Lee is regarded as a key influencer in the crypto space and he has accumulated more than 378,000 followers on Twitter, where his handle is <a href="https://twitter.com/SatoshiLite" target="_blank" rel="noopener">@SatoshiLite</a>. While he said he has stayed away from tweeting about LTC prices directly, he acknowledged his tweets have been criticized in some quarters as manipulating the price despite whatever his best interest. Lee readily admits that his position represented a conflict of interest, hence the unload.</p>
<p style="text-align: justify;">“Whenever I tweet about Litecoin price or even just good or bads news, I get accused of doing it for personal benefit. Some people even think I short LTC! So in a sense, it is conflict of interest for me to hold LTC and tweet about it because I have so much influence. I have always refrained from buying/selling LTC before or after my major tweets, but this is something only I know. And there will always be a doubt on whether any of my actions were to further my own personal wealth above the success of Litecoin and crypto-currency in general,” <a href="https://www.reddit.com/r/litecoin/comments/7kzw6q/litecoin_price_tweets_and_conflict_of_interest/" target="_blank" rel="noopener">Lee wrote</a>.</p>
<p>The amount of LTC that Lee held, and had sold is unknown but now he said he is focused on developing the cryptocurrency itself.</p>
<p style="text-align: justify;">“This is definitely a weird feeling, but also somehow refreshing. Don’t worry. I’m not quitting Litecoin. I will still spend all my time working on Litecoin. When Litecoin succeeds, I will still be rewarded in lots of different ways, just not directly via ownership of coins. I now believe this is the best way for me to continue to oversee Litecoin’s growth,” he added.</p>
<p style="text-align: justify;">Note that Lee’s brother — Bobby — is the founder of China’s largest exchange BTCChina, so this is definitely a powerful crypto family.</p>
<p>Like Bitcoin, Ether and others, Litecoin’s value has grown explosively this year.</p>
<p style="text-align: justify;">It is the world’s fifth larger cryptocurrency, <a href="https://coinmarketcap.com/" target="_blank" rel="noopener">according to Coinmarketcap.com</a>, with a total ‘market cap’ of more than $2 billion. It’s value, at the time of writing, is $330.14 per coin, up more than 75X from just $4.36 on January 1, 2017.</p>
<p style="text-align: justify;">Trading volumes of the coin have also reached unprecedented levels at the tail end of 2017, as indicated in the bottom graph in the chart below.</p>
<p><img decoding="async" class="aligncenter size-medium wp-image-121" src="https://www.it-toolbox.org/blog/wp-content/uploads/2017/12/screenshot-2017-12-20-15-02-06-300x162.png" alt="" width="300" height="162" srcset="https://www.it-toolbox.org/blog/wp-content/uploads/2017/12/screenshot-2017-12-20-15-02-06-300x162.png 300w, https://www.it-toolbox.org/blog/wp-content/uploads/2017/12/screenshot-2017-12-20-15-02-06.png 680w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p style="text-align: justify;">While it has become a vehicle for making money, Litecoin’s original objective was to become the silver to bitcoin’s gold. It was also designed to be easier to mine and cheaper to transact than bitcoin in the hope that these features could make it a cryptocurrency used for trading and real-world use in the future.</p>
<p>The post <a href="https://www.it-toolbox.org/blog/litecoin-founder-charlie-lee-sold-ltc/">Litecoin founder Charlie Lee has sold all of his LTC</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/litecoin-founder-charlie-lee-sold-ltc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mozilla seeks return to glory with release of Firefox Quantum</title>
		<link>https://www.it-toolbox.org/blog/mozilla-seeks-return-glory-release-firefox-quantum/</link>
					<comments>https://www.it-toolbox.org/blog/mozilla-seeks-return-glory-release-firefox-quantum/#comments</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 12:53:41 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[quantum]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=114</guid>

					<description><![CDATA[<p>Mozilla just delivered a re-engineered Firefox, branded &#8220;Quantum,&#8221; that it claims is twice as fast as just a few months earlier, and unveiled a re-drawn UI (user interface) with minimalist leanings. The browser maker also dumped Yahoo as Firefox&#8217;s default search engine in the U.S., Canada and elsewhere, to return to Google, its partner &#8211; &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/mozilla-seeks-return-glory-release-firefox-quantum/" class="more-link">Continue reading<span class="screen-reader-text"> "Mozilla seeks return to glory with release of Firefox Quantum"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/mozilla-seeks-return-glory-release-firefox-quantum/">Mozilla seeks return to glory with release of Firefox Quantum</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Mozilla just delivered a re-engineered Firefox, branded &#8220;Quantum,&#8221; that it claims is twice as fast as just a few months earlier, and unveiled a re-drawn UI (user interface) with minimalist leanings.</p>
<p style="text-align: justify;">The browser maker also dumped Yahoo as Firefox&#8217;s default search engine in the U.S., Canada and elsewhere, to return to Google, its partner &#8211; and primary financier &#8211; before a falling out three years ago.</p>
<p style="text-align: justify;">The new browser&#8217;s official designation is Firefox 57, just another in an every-six-week series of upgrades. Until now, Mozilla has always numbered, never named, its browser releases.</p>
<p><span id="more-114"></span></p>
<aside class="nativo-promo smartphone"></aside>
<p style="text-align: justify;">Firefox Quantum boasts a revamped rendering engine with a new CSS (cascading style sheets) layout engine. Along with other components, the engine was written in Rust, a programming language that originated in Mozilla&#8217;s research group. The result: a significant speed increase.</p>
<p style="text-align: justify;">&#8220;Firefox Quantum is over twice as fast as Firefox from 6 months ago, built on a completely overhauled core engine with brand new technology stolen from our advanced research group,&#8221; said Mayo, who credited the rendering engine&#8217;s use of multiple processor cores for the boost.</p>
<p style="text-align: justify;">Other changes ran down the page and onto the next in Firefox&#8217;s <a href="https://www.mozilla.org/en-US/firefox/57.0/releasenotes/" rel="nofollow noopener">release notes</a> and included active tab prioritization and a switch-over from legacy add-ons to those built using the WebAssembly API (application programming interface).</p>
<p style="text-align: justify;">Quantum also sports a new UI, the first major redesign since 2011&#8217;s Firefox 4. The UI and user experience (UX) changes, derived from an ongoing project tapped as &#8220;Photon,&#8221; emphasize speed improvements, both real and simply perceived.</p>
<p style="text-align: justify;">The UI matches the streamlined austerity of rivals such as Google&#8217;s Chrome and Microsoft&#8217;s Edge. Firefox 57 combines the address and search bars &#8211; for new installations at least; existing users who miss the latter can <a href="https://support.mozilla.org/en-US/kb/my-search-bar-gone-how-add-it-back" rel="nofollow noopener">restore it</a> &#8211; reduces the clutter at the top of the window, and debuts a reworked new tab page.</p>
<p style="text-align: justify;">Almost lost among the visual and technological changes was a simultaneous announcement that after three years, Firefox is switching back to Google as the default search engine in the U.S., Canada, Taiwan and Hong Kong. Other markets remain with their previous defaults, including Yandex (in Russia and Belarus) and Baidu (People&#8217;s Republic of China).</p>
<p style="text-align: justify;">The Quantum project, the Photon UI overhaul and last year&#8217;s move to make Firefox a multiple-process browser have been crucial to Mozilla&#8217;s recovery strategy. Firefox once accounted for a quarter of the world&#8217;s <i>user share</i> but dipped as low as 8% in the summer of 2016. Since then, it&#8217;s scratched back to 13% as of October.</p>
<p style="text-align: justify;">But will Firefox&#8217;s remodel be enough to cause its share too, say, overtake Microsoft&#8217;s declining Internet Explorer/Edge combination (with a 19.7% share last month), or erode Chrome&#8217;s dominance (59.8%)?</p>
<p>The post <a href="https://www.it-toolbox.org/blog/mozilla-seeks-return-glory-release-firefox-quantum/">Mozilla seeks return to glory with release of Firefox Quantum</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/mozilla-seeks-return-glory-release-firefox-quantum/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Browser alternatives to Chrome for Android</title>
		<link>https://www.it-toolbox.org/blog/browser-alternatives-chrome-android/</link>
					<comments>https://www.it-toolbox.org/blog/browser-alternatives-chrome-android/#comments</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Tue, 07 Nov 2017 15:00:21 +0000</pubDate>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[tor]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=102</guid>

					<description><![CDATA[<p>Just because almost everyone else uses Google&#8217;s Chrome browser on their Android smartphone, doesn&#8217;t mean you have to. There plenty of alternatives in the Play Store, some of them tailored for specific tasks. Ghostery started life as a privacy-protecting extension for desktop browsers. On Android, its developers decided to present it as a browser. At &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/browser-alternatives-chrome-android/" class="more-link">Continue reading<span class="screen-reader-text"> "Browser alternatives to Chrome for Android"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/browser-alternatives-chrome-android/">Browser alternatives to Chrome for Android</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Just because almost everyone else uses Google&#8217;s Chrome browser on their Android smartphone, doesn&#8217;t mean you have to. There plenty of alternatives in the Play Store, some of them tailored for specific tasks.</p>
<p><span id="more-102"></span></p>
<p style="text-align: justify;"><a href="https://play.google.com/store/apps/details?id=com.ghostery.android.ghostery">Ghostery </a>started life as a privacy-protecting extension for desktop browsers. On Android, its developers decided to present it as a browser. At its heart is a tracker blocker, a tool that prevents advertising and audience measurement networks from profiling you as you move around the web: Ideal if you don&#8217;t want your business and private personas linked. Ghostery makes it easy to prevent certain services from following you, or to turn off all the 2,200 trackers and 4,500 scripts it knows about. In keeping with its privacy theme, it doesn&#8217;t ask for too many permissions: just location, photos/media/files, and Wi-Fi connection information. It includes a private browsing function called &#8220;Ghost Mode.&#8221;</p>
<p style="text-align: justify;"><a href="https://play.google.com/store/apps/details?id=info.guardianproject.orfox">The Orfox</a> browser, based on Firefox, sends your web traffic through Tor using another app, Orbot: Proxy with Tor. Tor, formerly The Onion Router, is a distributed system for anonymizing internet traffic developed by The Tor Project. It can hide what you&#8217;re browsing from your ISP, and withhold your IP address from the websites you visit. They&#8217;ll still know who you are if you log in with Facebook Connect, though…. Orbot doesn&#8217;t just work with Orfox: It can be set to launch at the same time as other apps, so they can use it as a VPN connection too. Orfox asks for access to your device/app history and to your photos/media/files, and runs on Android 4.0.3 and up. <a href="https://play.google.com/store/apps/details?id=org.torproject.android">Orbot</a> requires access to your photos/media/files and to device ID and call information, and runs on Android 4.1 and up. Both apps are free.</p>
<p style="text-align: justify;"><a href="https://play.google.com/store/apps/details?id=com.opera.mini.native">Opera Mini</a> was originally developed to cut data usage and speed page loading on feature phones and low-end smartphones, but Android smartphone owners too can appreciate its speed and efficiency. In addition to its compression function, which uses a web proxy run by Opera, the browser also includes a night-time mode to reduce brightness while browsing in the dark and can delay large file downloads until you&#8217;re using a Wi-Fi connection. The browser includes an ad-blocker but doesn&#8217;t block all ads, choosing to display those from Facebook&#8217;s ad network. Opera Mini is free and runs on versions of Android going back at least as far as 4.1.2.</p>
<p>Source: <a href="https://www.itworld.com/article/3234045/android/10-smart-browser-alternatives-to-chrome-for-android.html">https://www.itworld.com/article/3234045/android/10-smart-browser-alternatives-to-chrome-for-android.html</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.it-toolbox.org/blog/browser-alternatives-chrome-android/">Browser alternatives to Chrome for Android</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/browser-alternatives-chrome-android/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>OneWeb is a step closer to bringing its global, satellite-based internet services to Earth</title>
		<link>https://www.it-toolbox.org/blog/oneweb-step-closer-bringing-global-satellite-based-internet-services-earth/</link>
					<comments>https://www.it-toolbox.org/blog/oneweb-step-closer-bringing-global-satellite-based-internet-services-earth/#respond</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Tue, 07 Nov 2017 13:41:30 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[oneweb]]></category>
		<category><![CDATA[satellite]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=99</guid>

					<description><![CDATA[<p>OneWeb, the company aiming to bring the internet to the  31% of the world’s population who don’t have access to 3G connectivity, is moving one step closer to bringing its satellite services back to Earth. The billionaire-backed corporation, which has raised over $1.7 billion from Virgin Group, SoftBank, Coca Cola, Bharti Group, Qualcomm and Airbus; &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/oneweb-step-closer-bringing-global-satellite-based-internet-services-earth/" class="more-link">Continue reading<span class="screen-reader-text"> "OneWeb is a step closer to bringing its global, satellite-based internet services to Earth"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/oneweb-step-closer-bringing-global-satellite-based-internet-services-earth/">OneWeb is a step closer to bringing its global, satellite-based internet services to Earth</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p id="speakable-summary" style="text-align: justify;"><a href="http://www.oneweb.net/" rel="noopener">OneWeb</a>, the company aiming to bring the internet to the  31% of the world’s population who don’t have access to 3G connectivity, is moving one step closer to bringing its satellite services back to Earth.</p>
<p style="text-align: justify;">The billionaire-backed corporation, <a href="http://www.fiercewireless.com/wireless/softbank-leads-oneweb-s-1-2b-fundraising-round" rel="noopener">which has raised over $1.7 billion</a> from Virgin Group, SoftBank, Coca Cola, Bharti Group, Qualcomm and Airbus; just announced an exclusive $190 million contract with Echostar subsidiary <a href="https://www.hughes.com/" rel="noopener">Hughes Network Systems</a> to provide some of the terrestrial infrastructure necessary to distribute its internet services.</p>
<p><span id="more-99"></span></p>
<p style="text-align: justify;">Through the deal, Hughes Network Systems will manufacture a ground network system to support OneWeb’s low earth orbit satellites.</p>
<p style="text-align: justify;">The contract is an extension of an earlier agreement the companies signed in June 2015 and leaves OneWeb on track to deliver its first connectivity services by 2019.</p>
<p style="text-align: justify;">Through the deal, Hughes Network Systems will produce gateway sites with several access points for satellite tracking to smooth the handoff of high-speed user traffic between satellites.</p>
<p style="text-align: justify;">In all, the deal brings the total contract between OneWeb and the Echostar subsidiary to roughly $300 million.</p>
<p style="text-align: justify;">“The start of production of the ground system is a major step towards fulfilling OneWeb’s goal of bridging the digital divide, leaving no one behind,” said Greg Wyler, Founder and Executive Chairman of OneWeb, in a statement. “We are excited to deploy this essential part of our network as we ramp up to launch the first of our fleet early next year and provide service to every rural home in Alaska starting in 2019.”</p>
<p style="text-align: justify;">The two companies began developing the ground network system two years ago and the deal calls for equipment to support satellite access points in gateway locations around the world — including purpose-built switching systems, outdoor modems and power amplifiers.</p>
<p style="text-align: justify;">With the contract in place, shipments will begin in the middle of 2018.</p>
<p style="text-align: justify;">For folks who don’t know (which was me, until today), Hughes Network supplies roughly half of the market for satellite-based connectivity services and is the company behind your spotty internet connectivity on airplanes around the world.</p>
<p>Source: <a href="https://techcrunch.com/2017/11/07/oneweb-is-a-step-closer-to-bringing-its-global-satellite-based-internet-services-to-earth/">https://techcrunch.com/2017/11/07/oneweb-is-a-step-closer-to-bringing-its-global-satellite-based-internet-services-to-earth/</a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/oneweb-step-closer-bringing-global-satellite-based-internet-services-earth/">OneWeb is a step closer to bringing its global, satellite-based internet services to Earth</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/oneweb-step-closer-bringing-global-satellite-based-internet-services-earth/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft expands HoloLens headsets to new markets</title>
		<link>https://www.it-toolbox.org/blog/microsoft-expands-hololens-headsets-new-markets/</link>
					<comments>https://www.it-toolbox.org/blog/microsoft-expands-hololens-headsets-new-markets/#respond</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Tue, 07 Nov 2017 13:36:48 +0000</pubDate>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[ar]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[hololens]]></category>
		<category><![CDATA[microsoft]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=96</guid>

					<description><![CDATA[<p>Nearly three years on from Microsoft unveiling its HoloLens augmented reality headsets, the company today announced a major expansion of its availability: 29 more markets in Europe, nearly tripling the total number of countries where you can buy the device up to 39. The news shows that while we don’t have a firm number of how many &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/microsoft-expands-hololens-headsets-new-markets/" class="more-link">Continue reading<span class="screen-reader-text"> "Microsoft expands HoloLens headsets to new markets"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/microsoft-expands-hololens-headsets-new-markets/">Microsoft expands HoloLens headsets to new markets</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p id="speakable-summary" style="text-align: justify;">Nearly three years on from Microsoft unveiling its HoloLens augmented reality headsets, the company today announced a major expansion of its availability: 29 more markets in Europe, nearly tripling the total number of countries where you can buy the device up to 39.</p>
<p style="text-align: justify;">The news shows that while we don’t have a firm number of how many units have been sold, we do know that Microsoft is banking on the device, a non-immersive experience that lets you interact with visual digital images while still being able to see a room as you would normally, as a core piece of its future hardware and software efforts in a bid to compete against the likes of Apple and Google.</p>
<p><span id="more-96"></span></p>
<p style="text-align: justify;">“This is where we believe computing is going,” said Lorraine Bardeen, general manager of Microsoft HoloLens and Windows experiences, who announced the expansion today at Microsoft’s Future Decoded event in London. “We can bring all your apps and programs right into your world, but you can still see all the things in your world that matter to you.”</p>
<p style="text-align: justify;">No details so far on when devices in the expanded list will ship, or what local prices will be (we are asking and will update as we learn more). Currently, <a href="https://www.microsoft.com/en-us/hololens/buy" rel="noopener">Microsoft sells</a> a “Development Edition” of the device for $3,000 and a “Commercial Suite” with added enterprise features for $5,000.</p>
<p style="text-align: justify;">The new countries — Austria, Belgium, Bulgaria, Croatia, Cyprus, Czech Republic, Denmark, Estonia, Finland, Greece, Hungary, Iceland, Italy, Latvia, Liechtenstein, Lithuania, Luxembourg, Malta, Netherlands, Norway, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, Switzerland and Turkey — come one year after Microsoft first took the HoloLens outside of the U.S., when it launched it in Australia, France, Germany, Ireland, New Zealand and the United Kingdom. It has since then also expanded it to its first Asian country, Japan.</p>
<p style="text-align: justify;">There has been some debate about Microsoft’s strategy of being an early mover in AR — specifically whether banking it primarily around hardware rather than software for readily-available devices (as Apple and Google have done respectively with ARKit and ARCore) has been the wisest move for the company. For now, it seems that it’s the route that Microsoft will continue to take.</p>
<div style="text-align: justify;"> If the first wave of international rollouts helped Microsoft hit all Europe’s largest markets, today’s news underscores how Microsoft is now entering a wider, scaling phase for its mixed-reality hardware, and points to the company’s intention to keep it at the center of its future hardware plays, particularly as Microsoft continues to push into enterprise tools and services.</div>
<p style="text-align: justify;">“At Microsoft, we are on a mission to empower every person and organization on the planet to achieve more,” said Bardeen. “Mixed reality has the potential to help customers and businesses across the globe do things that, until now, have never been possible. Mixed reality experiences will help businesses and their employees complete crucial tasks faster, safer, more efficiently, and create new ways to connect with customers and partners.”</p>
<div style="text-align: justify;">As of March 2017, Microsoft said that there were 150 apps built to work on HoloLens, and the expansion will potentially see that number growing. Microsoft has also been working on HoloLens hardware: a second generation of the device (which has yet to be released) is slated to feature its own AI chip, which will move some of the computing power off the cloud and localise it on the device.</div>
<div style="text-align: justify;"></div>
<p style="text-align: justify;">The HoloLens is built to run Windows 10, which natively supports holographic interfaces at the API level. This lets developers program actions through gaze, gesture, voice and “environmental understanding” (that is, making sure that an object doesn’t pass through a wall, but bumps against it); and also more easily translate Windows 10 apps into apps that can work on the HoloLens.</p>
<p style="text-align: justify;">While the majority of the world has yet to sign on to using and embracing augmented and virtual reality applications, these are important steps in making mixed-reality applications and devices less awkward and part of the more seamless continuum of consumer electronics and computing.</p>
<p>Source: <a href="https://techcrunch.com/2017/11/01/microsoft-expands-hololens-headsets-to-29-new-european-markets/">https://techcrunch.com/2017/11/01/microsoft-expands-hololens-headsets-to-29-new-european-markets/</a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/microsoft-expands-hololens-headsets-new-markets/">Microsoft expands HoloLens headsets to new markets</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/microsoft-expands-hololens-headsets-new-markets/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google says these tiny gadgets can protect you from hackers</title>
		<link>https://www.it-toolbox.org/blog/google-says-tiny-gadgets-can-protect-hackers/</link>
					<comments>https://www.it-toolbox.org/blog/google-says-tiny-gadgets-can-protect-hackers/#respond</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Tue, 07 Nov 2017 12:37:16 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=92</guid>

					<description><![CDATA[<p>Passwords aren&#8217;t perfect &#8212; anyone who&#8217;s had to reset one after a data breach can tell you that. But neither are biometrics, and every other &#8220;password killer&#8221; has largely fallen flat. Ask around, and security experts will tell you that passwords aren&#8217;t going anywhere any time soon. Google knows this, too. With constant threats from hackers and &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/google-says-tiny-gadgets-can-protect-hackers/" class="more-link">Continue reading<span class="screen-reader-text"> "Google says these tiny gadgets can protect you from hackers"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/google-says-tiny-gadgets-can-protect-hackers/">Google says these tiny gadgets can protect you from hackers</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="speakableText" style="text-align: justify;">Passwords aren&#8217;t perfect &#8212; anyone who&#8217;s had to reset one after a data breach can tell you that. But neither are biometrics, and every other &#8220;password killer&#8221; has largely fallen flat.</p>
<p class="speakableText" style="text-align: justify;">Ask around, and security experts will tell you that passwords aren&#8217;t going anywhere any time soon.</p>
<p><span id="more-92"></span></p>
<p style="text-align: justify;">Google knows this, too. With constant threats from hackers and scammers, and now even nation-state and government-backed attackers, the odds are stacked against Google users. Hackers only have to win once, and tech companies have to win every time.</p>
<p style="text-align: justify;">Now, the search giant thinks it can stop even the most sophisticated of hackers. Instead of doing away with the password for good, the search giant wants to give at-risk accounts a whole new layer of protection.</p>
<p style="text-align: justify;">Enter a physical key, one you can attach to your home and car keys (and another that you keep locked away as a backup).</p>
<p style="text-align: justify;">These two keyfob-like devices, about $20 each, are at the heart of Google&#8217;s so-called Advanced Protection Program, which the company is betting on to keep its email accounts as secure as possible from hackers.</p>
<p style="text-align: justify;">The keyring acts a lot like a physical key to your inbox. Whenever you log into your account, Google will prompt you to use the keyfob as a two-factor authentication device. Either plug it in as a USB key or push the Bluetooth button, and you&#8217;ll be granted access to your account.</p>
<p style="text-align: justify;">And for the most part, that&#8217;s it. Log in, plug in, push a button, and you&#8217;re in. Even the toughest hackers will be powerless to access your account without your physical key, Google contends.</p>
<p style="text-align: justify;">Here&#8217;s the catch. Although anyone can sign up to the program, Google&#8217;s plan is to first focus on accounts at risk of being targeted by sophisticated, state-sponsored hackers. So politicians, reporters and business leaders will be first in the queue, while others may have to wait a bit longer.</p>
<p>Source : <a href="https://www.cnet.com/news/google-answer-to-email-hackers-is-a-dongle-that-fits-in-your-pocket/">https://www.cnet.com/news/google-answer-to-email-hackers-is-a-dongle-that-fits-in-your-pocket/</a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/google-says-tiny-gadgets-can-protect-hackers/">Google says these tiny gadgets can protect you from hackers</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/google-says-tiny-gadgets-can-protect-hackers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The best PC hardware you can buy today</title>
		<link>https://www.it-toolbox.org/blog/best-pc-hardware-can-buy-today/</link>
					<comments>https://www.it-toolbox.org/blog/best-pc-hardware-can-buy-today/#respond</comments>
		
		<dc:creator><![CDATA[gergo314]]></dc:creator>
		<pubDate>Sun, 15 Oct 2017 17:44:33 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[corsair]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[samsung]]></category>
		<guid isPermaLink="false">https://www.it-toolbox.org/blog/?p=80</guid>

					<description><![CDATA[<p>Looking to build the ultimate PC? If the price is no object, this is the hardware you want, from Intel&#8217;s Core i9 chips to Nvidia&#8217;s GeForce GTX 1080 Ti. Processor The heart of a PC is its processor. The ultimate choice is Intel’s 18-core Core i9-7980XE, and that should be an open ticket to be a &#8230; </p>
<p class="link-more"><a href="https://www.it-toolbox.org/blog/best-pc-hardware-can-buy-today/" class="more-link">Continue reading<span class="screen-reader-text"> "The best PC hardware you can buy today"</span></a></p>
<p>The post <a href="https://www.it-toolbox.org/blog/best-pc-hardware-can-buy-today/">The best PC hardware you can buy today</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Looking to build the ultimate PC? If the price is no object, this is the hardware you want, from Intel&#8217;s Core i9 chips to Nvidia&#8217;s GeForce GTX 1080 Ti.</p>
<p><strong>Processor</strong></p>
<p style="text-align: justify;">The heart of a PC is its processor. The ultimate choice is Intel’s<a tabindex="0" href="https://www.pcworld.com/article/3201187/computers/intel-core-i9-review-we-test-the-massive-18-core-core-i9-7980x-and-16-core-core-i9-7960x.html"> 18-core Core i9-7980XE</a>, and that <em>should</em> be an open ticket to be a high ranking member of the &#8220;PC Master Race&#8221; since this monster costs a cool $2,000-plus on <a tabindex="0" href="//www.anrdoezrs.net/links/8200811/type/am/sid/itw/https://www.newegg.com/Product/Product.aspx?Item=N82E16819117836" rel="nofollow">Newegg</a>. This monster reigns supreme in single-threaded performance, and since its 18 cores outnumber anything else currently available from Intel or AMD, the 7900X’s comes out on top of our multi-core tests, too.</p>
<p><span id="more-80"></span></p>
<p style="text-align: justify;">Intel may be the king in performance, but if you’re looking for excellent multi-core capabilities without paying as much as a used car, the <a tabindex="0" href="https://www.pcworld.com/article/3214635/components-processors/ryzen-threadripper-review-we-test-amds-monster-cpu.html">16-core AMD Ryzen Threadripper 1950X</a> ($1,000 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FAMD-Threadripper-32-thread-Processor-YD195XA8AEWOF%2Fdp%2FB074CBH3R4%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB074CBH3R4" rel="nofollow" data-productid="1439080" data-po="amazon" data-product-id="1439080" data-bkc="PCs" data-bkmfr="AMD" data-bkvndr="Amazon">Amazon</a>) delivers pretty good performance for half the price of the Core i9-7980XE. Alternatively, if you’re looking for the best performance for gaming, the <a tabindex="0" href="https://www.pcworld.com/article/3230369/components-processors/core-i7-8700k-review-prices-specs-benchmarks.html">Core i7-8700K</a> ($370 on <a tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FIntel-BX80684I78700K-Core-i7-8700K-Processor%2Fdp%2FB07598VZR8%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB07598VZR8" rel="nofollow">Amazon</a>) should be your processor of choice for a fair price. It has 6 cores (12 threads) and it&#8217;s ticking between 3.7GHz and 4.7GHz — much more higher than what Intel’s 18-core chip is capable of out of the box.</p>
<p><b>Motherboard</b></p>
<p style="text-align: justify;">Intel’s Core i9 chips use the X299 chipset and LGA2066 socket, so you’ll need to find a compatible new motherboard. The best choice should be the Asus Prime X299-Deluxe (nearly $295 on <a tabindex="0" href="//www.anrdoezrs.net/links/8200811/type/am/sid/itw/https://www.newegg.com/Product/Product.aspx?Item=N82E16813132993" rel="nofollow">Newegg</a>) — a particularly showy model with cutting-edge 802.11ad Wi-Fi and a tiny OLED “LiveDash” display that can show off vital system information. Alternatively, the Gigabyte Aorus Gaming 9 ($500 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FGIGABYTE-X299-AORUS-Gaming-Motherboard%2Fdp%2FB0725SD8CG%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0725SD8CG" rel="nofollow" data-productid="1438634" data-po="amazon" data-product-id="1438634" data-bkc="PCs" data-bkmfr="Gigabyte" data-bkvndr="Amazon">Amazon</a>) packs practically every feature you could ask for, from integrated SoundBlaster audio to reinforced building materials.</p>
<p style="text-align: justify;">That’s just the tip of the iceberg though. Asus alone has revealed seven different Skylake-X boards, and it’s joined by the usual motherboard vendors—Gigabyte, MSI, ASRock.  These high-end motherboards don’t come cheap though; prices starting at $260 and most X299 boards go for $300 or more.</p>
<p><b>Memory</b></p>
<p style="text-align: justify;">Intel’s X99 platform doesn&#8217;t stop at the most common 64GB limit for RAM. So why not enjoy an extremely future-proof 128GB kit of 3,200MHz Corsair Dominator Platinum memory ($1,550 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FCORSAIR-DOMINATOR-PLATINUM-DDR4-3200-PC4-25600%2Fdp%2FB01MY2C1BU%3FSubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01MY2C1BU" rel="nofollow" data-productid="1438623" data-po="amazon" data-product-id="1438623" data-bkc="PCs" data-bkmfr="Corsair" data-bkvndr="Amazon">Amazon</a>) and create some of the most epic RAM disks the world has ever seen? Or if you’re feeling the need for SPEED, Corsair also offers a 16GB kit of Vengeance LPX DDR4 memory clocked at a <em>wild</em> 4400MHz for $430 on <span class="productLink" data-productid="1439442">Amazon<span class="productlink-tooltip" style="display: none;">Remove product link</span></span>.</p>
<p style="text-align: justify;">Granted, those prices could be a drawback, as could the fact that there are very few legitimate reasons to load up your PC with that much RAM. If you want to pick up a lower-capacity kit, or something from a different vendor, just make sure it’s <a tabindex="0" href="http://www.pcworld.com/article/2365823/next-gen-memory-is-coming-fast-here-s-what-you-need-to-know-about-ddr4.html">DDR4 memory</a>.</p>
<p><b>Graphics</b></p>
<p style="text-align: justify;">If you demand the pinnacle of PC gaming performance no matter the cost, you’ll want to pick up <a tabindex="0" href="http://www.pcworld.com/article/3188063/components-graphics/nvidias-beastly-titan-xp-steals-the-performance-crown-from-the-gtx-1080-ti.html">Nvidia’s Titan Xp</a> ($1,200 on <a tabindex="0" href="https://www.nvidia.com/en-us/geforce/products/10series/titan-xp/" rel="nofollow">Nvidia’s website</a>). This second revision of the “Pascal” GPU generation’s Titan uses Nvidia’s full-blown GP102 graphics processor to power the most graphically demanding games of today without breaking a sweat, even at 4K resolution.</p>
<p style="text-align: justify;">But realistically, most gamers should pick up the still powerful<a tabindex="0" href="http://www.pcworld.com/article/3177973/components-graphics/nvida-geforce-gtx-1080-ti-review-the-monster-graphics-card-4k-gamers-have-been-waiting-for.html"> GeForce GTX 1080 Ti</a> ($700 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FGeForce-Founders-DisplayPort-Graphics-GTX1080TI-FE%2Fdp%2FB06XGDB71J%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB06XGDB71J" rel="nofollow" data-productid="1438624" data-po="amazon" data-product-id="1438624" data-bkc="PCs" data-bkmfr="Asus" data-bkvndr="Amazon">Amazon</a>). It’s 25 to 35 percent faster than the vaunted GTX 1080 and immediately rendered the <a tabindex="0" href="http://www.pcworld.com/article/3102027/components-graphics/nvidias-monstrous-new-titan-x-graphics-card-stomps-onto-the-scene-powered-by-pascal.html">older $1,200 Titan X obsolete</a>. Nvidia’s sure putting its best foot forward ahead of <a tabindex="0" href="http://www.pcworld.com/article/3153726/components-graphics/radeon-vega-revealed-5-things-you-need-to-know-about-amds-cutting-edge-graphics-cards.html">AMD’s looming Radeon Vega launch.</a></p>
<p style="text-align: justify;">The GTX 1080 Ti is the first semi-affordable consumer card capable of hitting 60 fps regularly at 4K resolution with all the bells and whistles cranked to Ultra in many games. It’s also potent enough to deliver a no-compromises gameplay experience at <em>very </em>high frame-rates at 1440p resolution—especially when paired with a G-Sync monitor. The Titan Xp is a wee bit faster for $500 more.</p>
<p><b>Display</b></p>
<p style="text-align: justify;">If you’re going to drop big bucks on a take-no-prisoners graphics card, you’re going to want a high-end display to go with it. Monitors come in a wide range of shapes and sizes. Mainly everyone prefers the wide viewing angles and bright colours of IPS displays to the <em>very slightly</em> faster response times of TN panels, so that’s what all these recommendations consist of.</p>
<p style="text-align: justify;">First, a trio of Nvidia G-Sync monitors, which smooth out stuttering and eliminate tearing during gameplay. For ultra-high resolutions, the Acer Predator XB271HK ($890 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FAcer-Predator-XB271HK-bmiprz-Widescreen%2Fdp%2FB018MYTF4W%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB018MYTF4W" rel="nofollow" data-productid="1435773" data-po="amazon" data-product-id="1435773" data-bkc="Hardware" data-bkmfr="Acer" data-bkvndr="Amazon">Amazon</a>) tops out at 60Hz, as going beyond that refresh rate is pointless at 4K with today’s technology. If you prefer your action faster—and more encompassing—the 3440&#215;1440 resolution Asus ROG SWIFT PG348Q ($1,183 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FAsus-PG348Q-34-Inch-Ultra-wide-Monitor%2Fdp%2FB01C83BE6U%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01C83BE6U" rel="nofollow" data-productid="1435774" data-po="amazon" data-product-id="1435774" data-bkc="Hardware" data-bkmfr="Asus" data-bkvndr="Amazon">Amazon</a>) mixes an ultra-wide display with 100Hz frame rates. If pure <em>speed</em> is more your fancy, you’ll need to drop the overall resolution to snag a 144Hz monitor like the 27-inch, 2560&#215;1440 Acer XB270HU ($750 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FAcer-XB270HU-bprz-27-inch-Widescreen%2Fdp%2FB00UPVXDA8" rel="nofollow" data-productid="1435787" data-po="vendor" data-product-id="1435787" data-bkc="Hardware" data-bkmfr="Acer" data-bkvndr="Amazon">Amazon</a>).</p>
<p style="text-align: justify;">Gaming isn&#8217;t your thing? Professional photo-editing displays with true 10-bit colour and 99-plus percent Adobe RGB accuracy can get <em>really</em> pricey. The 4K display the experts at <a tabindex="0" href="http://www.144hzmonitors.com/best-photo-editing-monitor-2016/" rel="nofollow">144HzMonitors.com</a> recommends, the NEC PA322UHD, costs a staggering $2,500 at <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FNEC-PA322UHD-PA322UHD-BK-2-LED-Lit-Monitor%2Fdp%2FB01BEWGNTY%3FSubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01BEWGNTY" rel="nofollow" data-productid="1435775" data-po="amazon" data-product-id="1435775" data-bkc="Hardware" data-bkmfr="NEC" data-bkvndr="Amazon">Amazon</a>.</p>
<p><b>Storage</b></p>
<p style="text-align: justify;">Storage likewise comes in a variety of options. If you’re looking for sheer volume, a pair of recent releases has you more than covered. The <a tabindex="0" href="http://www.pcworld.com/article/3093462/storage/samsung-announces-the-largest-sata-ssd-4tb-850-evo.html">4TB Samsung 850 EVO</a> ($1,458 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FSamsung-2-5-Inch-Internal-MZ-75E4T0B-AM%2Fdp%2FB01G844OOO%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01G844OOO" rel="nofollow" data-productid="1435432" data-po="amazon" data-product-id="1435432" data-bkc="Storage" data-bkmfr="Samsung" data-bkvndr="Amazon">Amazon</a>) and <a tabindex="0" href="http://www.pcworld.com/article/3099243/hardware/seagate-barracuda-pro-10tb-hard-drive-review-vast-and-amazingly-fast-for-a-hard-drive.html">10TB Seagate BarraCuda Pro</a> ($428 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FSeagate-BarraCuda-3-5-Inch-Internal-ST10000DM0004%2Fdp%2FB01IA9H22Q%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01IA9H22Q" rel="nofollow" data-productid="1435446" data-po="amazon" data-product-id="1435446" data-bkc="Storage" data-bkmfr="Seagate" data-bkvndr="Amazon">Amazon</a>) are the largest ever consumer solid-state and traditional hard drives, respectively. Samsung’s SSD is obviously faster, but it costs much, much more, and the BarraCuda Pro’s 7,200rpm platters deliver surprisingly great access speeds for a mechanical hard drive. However if reliability is the mainly goal, WD wins the HDD-debate with the 6TB Black drive ($245 on <a href="https://www.newegg.com/Product/Product.aspx?item=N82E16822235281">Newegg </a>)</p>
<p style="text-align: justify;">What if pure speed is your primary<em> </em>goal? In exchange for some space, you can bask in the blistering transfer rates of an M.2 PCI-e NVMe SSD. The trade-off is worthwhile: The <a tabindex="0" href="http://www.pcworld.com/article/3131625/storage/samsung-960-pro-nvme-ssd-review-ludicrously-fast-pc-storage.html">2TB Samsung 960 Pro</a> ($1,190 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FSamsung-960-PRO-Internal-MZ-V6P2T0BW%2Fdp%2FB01LY3Y9PH%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01LY3Y9PH" rel="nofollow" data-productid="1437748" data-po="amazon" data-product-id="1437748" data-bkc="Storage" data-bkmfr="Samsung" data-bkvndr="Amazon">Amazon</a>) is easily one of the fastest drives ever created, hitting read speeds far over 2Gbps. Now that&#8217;s fast! Make this your boot drive and never worry about lag again.</p>
<p><b>Power Supply</b></p>
<p style="text-align: justify;">With the marvellous power efficiency of modern Intel processors and Nvidia graphics cards, most single-GPU systems probably don’t need more than a 600-watt power supply. But this list is all about the best of the best—and investing in a beefier power supply is a good idea if you want to use multiple graphics cards or ensure room for expansion in the future.</p>
<p style="text-align: justify;">The Corsair AX1500i ($396 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FCorsair-AX1500i-Modular-Titanium-Certified%2Fdp%2FB00MFJ4OBA%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB00MFJ4OBA" rel="nofollow" data-productid="1435778" data-po="amazon" data-product-id="1435778" data-bkc="Hardware" data-bkmfr="Corsair" data-bkvndr="Amazon">Amazon</a>) is essentially a power supply paragon. This fully modular PSU has rated for 80 Plus Titanium efficiency and tremendous load regulation across all rails thanks to a cutting-edge digital control system. There is however a cheaper but similarly potent sibling, the Corsair AX1200i ($301 on <a class="productLink" tabindex="0" href="//buy.geni.us/Proxy.ashx?TSID=14161&amp;GR_URL=https%3A%2F%2Fwww.amazon.com%2FCorsair-AX1200i-Modular-Platinum-Certified%2Fdp%2FB008Q7HUR0%3Fpsc%3D1%26SubscriptionId%3DAKIAIRZJHSP2SKQIWVZA%26tag%3Dpcworld02-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB008Q7HUR0" rel="nofollow" data-productid="1435779" data-po="amazon" data-product-id="1435779" data-bkc="Hardware" data-bkmfr="Corsair" data-bkvndr="Amazon">Amazon</a>).</p>
<p><strong>Case</strong></p>
<p>This is totally up to you, but remember: everything should be fitted inside, so watch out for the right size your equipment needs!</p>
<p>&nbsp;</p>
<p>Source: <em><a href="https://www.pcworld.com/article/3112726/computers/the-best-pc-hardware-you-can-buy-today.html">The best PC hardware you can buy today</a></em></p>
<p>The post <a href="https://www.it-toolbox.org/blog/best-pc-hardware-can-buy-today/">The best PC hardware you can buy today</a> appeared first on <a href="https://www.it-toolbox.org/blog">IT-ToolBox Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.it-toolbox.org/blog/best-pc-hardware-can-buy-today/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
