<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/226/?d=2</link><description>News: Software News</description><language>en</language><item><title>Long-term support for Linux kernel to be cut as maintainence remains under strain</title><link>https://nsaneforums.com/news/software-news/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain-r18771/</link><description><![CDATA[<p>
	BILBAO, Spain: At the Open Source Summit Europe, Jonathan Corbet, Linux kernel developer and executive editor of Linux Weekly News, caught everyone up with what's new in the Linux kernel and where it's going from here. 
</p>

<p>
	 
</p>

<p>
	Here's one major change coming down the road: Long-term support (LTS) for Linux kernels is being reduced from six to two years.
</p>

<p>
	 
</p>

<p>
	Currently, there are six LTS Linux kernels -- 6.1, 5.15, 5.10, 5.4, 4.19, and 4.14. Under the process to date, 4.14 would roll off in January 2024, and another kernel would be added. Going forward, though, when the 4.14 kernel and the next two drop off, they won't be replaced.
</p>

<p>
	 
</p>

<p>
	Why? Simple, Corbet explained: "There's really no point to maintaining it for that long because people are not using them." I agree. While I'm sure someone out there is still running 4.14 in a production Linux system, there can't be many of them. 
</p>

<p>
	 
</p>

<p>
	Another reason, and a far bigger problem than simply maintaining LTS, according to Corbet, is that Linux code maintainers are burning out. It's not that developers are a problem. The last few Linux releases have involved an average of more than 2,000 programmers -- including about 200 new developers coming on board -- working on each release. However, the maintainers -- the people who check the code to see if it fits and works properly -- are another matter.
</p>

<p>
	 
</p>

<p>
	Maintainers face numerous obstacles to doing their jobs. Obstacle one: Many maintainers aren't paid to maintain. They maintain code in addition to their day jobs. On top of that, they face increasing demands on their time -- because of understaffing and because of the use of fuzzers to find bugs. While fuzzers are helpful, they also uncover way too many minor bugs, each of which must be examined and then dismissed by maintainers.
</p>

<p>
	 
</p>

<p>
	The result? To quote Josef Bacik, Linux kernel file system developer and maintainer: "Maintainers are burning out [because] maintainers don't scale." Added Darrick Wong, another senior Linux kernel maintainer: "This cannot stand. We need help."
</p>

<p>
	 
</p>

<p>
	How can they get help? Well, for one thing, Corbet suggests maintainers talk to their employers about paying them for their maintainer work. As Wong observed, "Most of my friends work for small companies, nonprofits, and local governments. They report the same problems with overwork, pervasive fear, and anger, and struggle to understand and adapt to new ideas that I observe here. They see the direct connection between their org's lack of revenue and resources. They don't understand why the hell the same happens to me and my workplace proximity associates when we all work for companies that clear hundreds of billions of dollars."
</p>

<p>
	 
</p>

<p>
	That's a good question. Companies must realize they need to give back to Linux if they want to continue to reap its benefits.
</p>

<p>
	 
</p>

<p>
	A related issue: Linux is now embracing Rust as an experiment. While that's good news in many ways -- Rust removes entire classes of errors that Linux's main language C is vulnerable to -- it also poses problems for maintainers. After all, if a maintainer has spent 30 years working in C, asking them to become a Rust expert is a big ask. 
</p>

<p>
	 
</p>

<p>
	In addition, Rust is still evolving. Many Rust patches are needed to get the language to work properly at a deep level in Linux. That also means you need lots of glue code to get Rust and Linux working well together. 
</p>

<p>
	 
</p>

<p>
	Then there are some Linux kernel developers who don't like Rust. As one said, "There are possibly some well-designed and written [Linux] parts which have not suffered a memory safety issue in many years. It's insulting to present this as an improvement over what was achieved by those doing all this hard work."
</p>

<p>
	 
</p>

<p>
	Even so, Corbet believes that the decision point -- whether Rust becomes a mainstream part of the kernel -- is coming soon. That day will come, he noted, "when we merge the first feature that users depend on." 
</p>

<p>
	 
</p>

<p>
	That day is near: Three important new Rust-based additions to Linux kernel code are on the way, Corbet said. These are an implementation of the PuzzleFS, a read/write Plan9 filesystem server; and -- the one that will make the biggest headlines -- the Apple M1 GPU driver. Indeed, the first conformant Linux OpenGL ES 3.1 drivers are now available for Apple's M1- and M2-family GPUs, arrived in late August 2023. With work like this well in train, Corbett would be very surprised if Rust doesn't make it permanently into Linux.
</p>

<p>
	 
</p>

<p>
	Another subject in the news lately is how Red Hat's tweaking of its Red Hat Enterprise Linux (RHEL) license has caused Oracle, SUSE, and the CIQ to fork RHEL with the Open Enterprise Linux Association (OpenELA). Leaving aside the business and licensing complications that led to this fight, there are also Linux kernel concerns. 
</p>

<p>
	 
</p>

<p>
	These concerns orbit around the question: Which kernel should you use for your Linux distribution? There are two real choices: 1) Run the latest stable kernel or 2) Run an old kernel plus backported fixes. The latter is what Red Hat, and the other enterprise Linux distributors, tend to do. 
</p>

<p>
	The latter also results in vendor-specific kernels. And while this offers stability, it distances these distros from community support and makes them reliant on specific vendors. It's this last consequence -- which first caused AlmaLinux and Rocky Linux to start their own takes on CentOS (Red Hat's free RHEL clone) after Red Hat shut CentOS down in favor of CentOS Stream -- that sparked the fire between Red Hat and OpenELA. What OpenELA wants is a RHEL clone, which uses the RHEL older patched kernel. Stay tuned for more developments as this conflict continues to burn.
</p>

<p>
	 
</p>

<p>
	On the other hand, Corbet noted, Android "has been pushing very hard towards this generic kernel image and has been basing this on stable updates. That's because they find that this helps improve Android's security. They've found  that the vast majority of security problems are disclosed in the kernel and or even fixed in the Android kernels before they are disclosed because they were already incorporated before anybody knew that they were actually security-related bugs."
</p>

<p>
	 
</p>

<p>
	That's yet another issue of which Linux kernel developers are painfully aware. As Corbet explained:
</p>

<p>
	 
</p>

<p style="margin-left:40px;">
	<strong>"One of the interesting aspects of kernel development is that almost anything can be a security bug. And you don't really know that it is until somebody finds a way to exploit it somehow. So an awful lot of fixes go in, and they're not marked as security fixes. Not because the kernel community is trying to hide security fixes. I mean, sometimes there's a little bit of sneakiness that goes on there that I personally don't like. But most of the time, there really is just that nobody knows that this bug is a security bug. It's only later that somebody figures this out. And so the only way to protect yourself against these sorts of bugs is to put in all of the fixes"</strong>
</p>

<p>
	 
</p>

<p>
	This is why Corbet, and anyone who really knows Linux, recommends that if you're building a Linux distro, you always include all the patches. For older kernels, such as 4.14,  that can be up to 26,799 commits. But, if you try to pick and choose what patches to use, you'll certainly open your doors to security holes.
</p>

<p>
	 
</p>

<p>
	Finally, Corbet noted that Scott McNealy, Sun's former long-time CEO, once said, "Open source is free like a puppy is free." McNealy had a point. Using open-source and Linux is easy. Paying for the training it needs not to make messes on the kitchen floor, that's harder.  
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.zdnet.com/article/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18771</guid><pubDate>Wed, 20 Sep 2023 13:01:23 +0000</pubDate></item><item><title>Microsoft improves Windows 11 22H2 custom images with WinPE, Image Manager, WPA upgrades</title><link>https://nsaneforums.com/news/software-news/microsoft-improves-windows-11-22h2-custom-images-with-winpe-image-manager-wpa-upgrades-r18769/</link><description><![CDATA[<p>
	Microsoft has announced an update to the Windows ADK (Assessment and Deployment Kit) for Windows 11 version 22H2. The new release brings improvements to the Windows Preinstallation Environment (WinPE), WPA (Windows Performance Analyzer), and Windows System Image Manager SIM).
</p>

<p>
	 
</p>

<p>
	In case you don't know, ADK helps in the large-scale deployment of custom Windows images, and tools like the Windows Assessment Toolkit and the Windows Performance Toolkit, of which WPA is part, help to evaluate the performance and quality of the images before they are deployed.
</p>

<p>
	 
</p>

<p>
	WPA now is built on .NET 6 and brings native ARM64 support; speaking of which, WinPE now has x64 emulation on ARM64 WinPE. The full release notes for the September 2023 Windows 11 22H2 ADK update are given below:
</p>

<p>
	 
</p>

<p>
	<em><strong>What's new in the ADK for Windows 11, version 22H2 (updated September 2023)</strong></em>
</p>

<p>
	 
</p>

<p>
	<em><strong>Windows PE</strong></em>
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<em>Added support for <a href="/en-us/windows-hardware/manufacture/desktop/winpe-add-packages--optional-components-reference?#32" rel="">x64 emulation on Arm64 WinPE as an optional component</a></em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	<em><strong>Windows Performance Analyzer</strong> (WPA)</em>
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<em>WPA is now built on <a href="https://www.neowin.net/news/tags/net_6/" rel="external nofollow">.NET 6</a>, which includes native ARM64 support.</em>
		</p>
	</li>
	<li>
		<p>
			<em>New UI</em>
		</p>

		<ul>
			<li>
				<p>
					<em>Diagnostic Console</em>
				</p>
			</li>
			<li>
				<p>
					<em>Trace Processing with Select Table</em>
				</p>
			</li>
			<li>
				<p>
					<em>Settings</em>
				</p>
			</li>
		</ul>
	</li>
	<li>
		<p>
			<em>Addressed a ETL trace processing issue related to <a href="https://www.neowin.net/news/tags/.net_7/" rel="external nofollow">.NET 7</a>, see <a href="https://devblogs.microsoft.com/performance-diagnostics/etw-trace-processing-fails-with-error-code-0x80070032/" rel="external nofollow">ETW Trace Processing Fails with Error Code 0x80070032</a></em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	<em><strong>Windows System Image Manager</strong></em>
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<em>x86 version of SIM can create catalogs for Windows images of all supported achitecture types.</em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	<em><strong>Assessment toolkit known issues</strong></em>
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<em>On ARM64 devices, the WPA executable is not automatically added to the PATH environment variable.</em>
		</p>
	</li>
	<li>
		<p>
			<em>When maximizing WPA in fullscreen on a secondary monitor, the top left right-click menu appears on the incorrect monitor.</em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	You can download the necessary files from the following links:
</p>

<p>
	 
</p>

<p>
	<em><strong>Download the ADK for Windows 11, version 22H2 (updated September 2023)</strong></em>
</p>

<p>
	 
</p>

<p>
	<em>You can use the Assessment and Deployment Kit for Windows to install Windows 11 and Windows Server 2022.</em>
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<em>Get the Windows ADK:</em>
		</p>

		<ul>
			<li>
				<p>
					<em><a href="https://go.microsoft.com/fwlink/?linkid=2243390" rel="external nofollow">Download the Windows ADK</a> for Windows 11, version 22H2 (updated September 2023)</em>
				</p>
			</li>
			<li>
				<p>
					<em><a href="https://go.microsoft.com/fwlink/?linkid=2243391" rel="external nofollow">Download the Windows PE add-on for the Windows ADK</a> for Windows 11, version 22H2 (updated September 2023)</em>
				</p>
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

<p>
	You can read more about it <a href="https://learn.microsoft.com/en-us/windows-hardware/get-started/what-s-new-in-kits-and-tools#whats-new-in-the-adk-for-windows-11-version-22h2-updated-september-2023" rel="external nofollow">here</a> on Microsoft's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-improves-windows-11-22h2-custom-images-with-winpe-image-manager-wpa-upgrades/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18769</guid><pubDate>Wed, 20 Sep 2023 07:30:00 +0000</pubDate></item><item><title>Firefox 119 will launch with an important address bar change</title><link>https://nsaneforums.com/news/software-news/firefox-119-will-launch-with-an-important-address-bar-change-r18762/</link><description><![CDATA[<p>
	Mozilla plans to change the information that its open source Firefox web browser displays in the address bar. Once the change lands, Firefox won't display https:// in the browser's address bar anymore, but the http:// protocol. This switcheroo changes the display of the protocol in the browser as current versions of Firefox display https:// but not http://.
</p>

<p>
	 
</p>

<p>
	When the adoption of https started to speed up, thanks in large part to Google pushing webmasters into making the switch, many browser developers decided to highlight sites that use the secure protocol in the browser. Only a fraction of sites supported the protocol back then and it made sense to indicate secure sites to the user. Today, the majority of sites support HTTPS.
</p>

<p>
	 
</p>

<p>
	<img alt="http-firefox-not-secure.png" class="ipsImage" data-ratio="75.10" height="345" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/http-firefox-not-secure.png"></p><noscript><img class="alignnone size-full wp-image-202196" alt="http firefox not secure" width="2238" height="1074" srcset="https://www.ghacks.net/wp-content/uploads/2023/09/http-firefox-not-secure.png 2238w, https://www.ghacks.net/wp-content/uploads/2023/09/http-firefox-not-secure-1536x737.png 1536w, https://www.ghacks.net/wp-content/uploads/2023/09/http-firefox-not-secure-2048x983.png 2048w" sizes="(max-width: 2238px) 100vw, 2238px" src="https://www.ghacks.net/wp-content/uploads/2023/09/http-firefox-not-secure.png"></noscript>


<p>
	 
</p>

<p>
	Mozilla discussed removing HTTPS and WWW from site URLs in Firefox's address bar back in 2020, but did not pursue the plans. Criticism focused on the removal of vital information from URLs. Removing www. from the URL would, in some cases, display a false address to the user.
</p>

<p>
	 
</p>

<p>
	The planned change in Firefox 119 is not as drastic as Mozilla planned it to be in 2020. While Firefox will hide HTTPS:// from the address bar, it won't hide subdomains such as www.
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-756334790880">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	The main reason for the change is that the majority of sites use HTTPS and that the user's focus should now be on the sites that don't use it. These sites will display HTTP:// again and also a Not Secure identifier next to the address. Firefox does not display the HTTP protocol in current versions, but it shows a lock icon that is crossed-out.
</p>

<p>
	 
</p>

<p>
	The following screenshot shows how Firefox displays a HTTP site currently.
</p>

<p>
	 
</p>

<p>
	<img alt="firefox-classic-http-display-address.png" class="ipsImage" data-ratio="75.10" height="443" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/firefox-classic-http-display-address.png"></p><noscript><img class="alignnone size-full wp-image-202198" alt="firefox-classic-http-display-address.png" width="2117" height="1303" srcset="https://www.ghacks.net/wp-content/uploads/2023/09/firefox-classic-http-display-address.png 2117w, https://www.ghacks.net/wp-content/uploads/2023/09/firefox-classic-http-display-address-1536x945.png 1536w, https://www.ghacks.net/wp-content/uploads/2023/09/firefox-classic-http-display-address-2048x1261.png 2048w" sizes="(max-width: 2117px) 100vw, 2117px" src="https://www.ghacks.net/wp-content/uploads/2023/09/firefox-classic-http-display-address.png"></noscript>


<p>
	 
</p>

<p>
	As you can see, http:// is not display in Firefox at the moment.
</p>

<p>
	 
</p>

<p>
	Most web browsers do not display the full URL all the time. Google Chrome, for instance, displays neither HTTPS nor HTTP. It does display a "not secure" warning for HTTP sites though.
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-511690006273">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Mozilla plans to launch the change in Firefox 119. A number of about:config preferences define the browser's behavior:
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>browser.urlbar.trimHttps</strong> -- defines if Firefox displays (FALSE) or hides (TRUE) the https:// protocol.
	</li>
	<li>
		<strong>security.insecure_connection_text.enabled</strong> -- defines if Firefox displays the "not secure" text next to http:// in the address bar.
	</li>
	<li>
		<strong>security.insecure_connection_text.pbmode.enabled</strong> -- same as above, but for private browsing mode.
	</li>
</ul>

<p>
	 
</p>

<p>
	Mozilla will remove two preferences:
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>security.insecure_connection_icon.enabled</strong> -- defines if the crossed-out lock icon is displayed when http sites are opened.
	</li>
	<li>
		<strong>security.insecure_connection_icon.pbmode.enabled</strong> -- same as above, but for private browsing mode.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Closing Words</strong>
</p>

<p>
	 
</p>

<p>
	There will certainly be some confusion when the change lands. Users may want to know why Firefox is no longer displaying https:// in the address bar. It remains to be seen if Mozilla plans to push a short note to users to inform them about the change once Firefox 119 lands.
</p>

<p>
	 
</p>

<p>
	<strong>Now You</strong>: what is your preferred way of displaying URLs in the address bar? (via <a data-wpel-link="external" href="https://www.soeren-hentzschel.at/firefox/firefox-119-zeigt-nicht-laenger-https-in-adressleiste-an/" rel="external nofollow" target="_blank">Sören Hentzschel</a>)
</p>

<p>
	 
</p>

<div id="div-gpt-ad-1524862513262-0">
	 
</div>

<p>
	<a href="https://www.ghacks.net/2023/09/19/firefox-119-will-launch-with-an-important-address-bar-change/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18762</guid><pubDate>Tue, 19 Sep 2023 19:12:24 +0000</pubDate></item><item><title>Thunderbird developers plan to revive Firefox Send</title><link>https://nsaneforums.com/news/software-news/thunderbird-developers-plan-to-revive-firefox-send-r18761/</link><description><![CDATA[<p>
	Sending large files via email is still a major problem on today's Internet. Most email providers cap the size of emails. Attempts to send emails that are too large are met with a "can't do" error message in the client.
</p>

<p>
	 
</p>

<p>
	Email users have a small number of options at their disposal to send large files to recipients: from uploading files to cloud storage and linking to them in the email to using integrated solutions.
</p>

<p>
	 
</p>

<p>
	The development team of the Thunderbird email client plans to revive Firefox Send for the purpose. <a data-wpel-link="internal" href="https://www.ghacks.net/2019/03/14/firefox-send-file-sharing-service-launches-officially/" rel="external nofollow">Firefox Send was launched</a> in early 2019 to the public as a way for users to share files privately online.
</p>

<p>
	 
</p>

<p>
	The service grew in popularity quickly, as it allowed users to share files with a size of up to 2.5 gigabytes. Misuse skyrocketed as well, <a data-wpel-link="internal" href="https://www.ghacks.net/2020/07/08/mozilla-suspends-firefox-send-service-temporarily/" rel="external nofollow">which led</a> to the temporary termination of the service in 2020 and the <a data-wpel-link="internal" href="https://www.ghacks.net/2020/09/18/mozilla-retires-firefox-send-and-firefox-notes-services/" rel="external nofollow">permanent shutdown of Firefox Send</a> in the same year.
</p>

<p>
	 
</p>

<p>
	The developers of Thunderbird revealed the plan in the <a data-wpel-link="external" href="https://share.transistor.fm/s/9231ef3c" rel="external nofollow" target="_blank">fourth episode</a> of the ThunderCast podcast. They did not provide details on the plan at this stage, which means that we are in the dark right now regarding changes, the actual integration in Thunderbird, potential monetization or the planned release schedule.
</p>

<p>
	 
</p>

<div id="td-incontent-909449523902">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Thunderbird does not leave users alone when they attempt to attach files that are too large in emails right now. Integration with file sharing providers, called FileLink, is available already.
</p>

<p>
	 
</p>

<p>
	Thunderbird highlights this, when users add files that exceed a certain amount of storage.
</p>

<p>
	 
</p>

<p>
	<picture data-rv-in-image="rv-in-image-1"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file.webp 1854w" sizes="(max-width: 1854px) 100vw, 1854px" srcset="https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file.webp 1854w" type="image/webp"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file.png 1854w, https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file-1536x864.png 1536w" sizes="(max-width: 1854px) 100vw, 1854px" srcset="https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file.png 1854w, https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file-1536x864.png 1536w" type="image/png"><noscript><img class="alignnone size-full wp-image-202155 sp-no-webp" alt="thunderbird-email-large-file.png" height="1043" width="1854" srcset="https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file.png 1854w, https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file-1536x864.png 1536w" sizes="(max-width: 1854px) 100vw, 1854px" src="https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file.png"></noscript></source></source></picture><img alt="thunderbird-email-large-file.webp" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/thunderbird-email-large-file.webp">
</p>

<p>
	 
</p>

<p>
	It is a useful system that relies on add-ons. Users of the email client need to install a service provider add-on before the option to link files becomes available.
</p>

<p>
	 
</p>

<p>
	One reason for the integration of Firefox Send functionality could be that this could improve the process. It seems unlikely that the FileLink feature is going away, but Firefox Send could provide another option to users.
</p>

<p>
	 
</p>

<div id="td-incontent-590739532074">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Firefox Send might also provide the team with a new revenue source, although it seems doubtful that it could make a huge impact on the organization's financials.
</p>

<p>
	 
</p>

<p>
	In other news, the team revealed that it plans to hire an iOS developer this year to bring the Thunderbird email client to Apple's platform as well.
</p>

<p>
	 
</p>

<p>
	<strong>Now You</strong>: do you use Thunderbird? How do you send large files?
</p>

<p>
	 
</p>

<div id="div-gpt-ad-1524862513262-0">
	 
</div>

<p>
	<a href="https://www.ghacks.net/2023/09/19/thunderbird-developers-plan-to-revive-firefox-send/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18761</guid><pubDate>Tue, 19 Sep 2023 19:10:30 +0000</pubDate></item><item><title>Opera browser gets new custom builds with built-in chess game</title><link>https://nsaneforums.com/news/software-news/opera-browser-gets-new-custom-builds-with-built-in-chess-game-r18760/</link><description><![CDATA[<p>
	If you're someone who loves the game of Chess, Opera has a new offering you can try. The company has partnered with Chess.com to create custom builds of its <a href="https://www.neowin.net/news/operas-new-web-browser-opera-one-is-now-available-to-download/" rel="external nofollow">flagship browser, Opera One</a>.
</p>

<p>
	 
</p>

<p>
	The web browser displays the Chess.com icon in the left sidebar that you can click to get started with the game. You can either compete with real players online or test your skills against bots while playing against the computer. The sidebar panel also features lessons, puzzles, news, and other contentfrom Chess.com.
</p>

<p>
	 
</p>

<p>
	Opera says it has created a custom chess version of its desktop browser as well as Opera for Android. The custom browser comes with other changes, such as a chess-themed wallpaper on the Start Page and standard features like the <a href="https://www.neowin.net/news/operas-aria-generative-ai-tool-reaches-1-million-users/" rel="external nofollow">Aria AI</a>, Messenger, and WhatsApp integration.
</p>

<p>
	 
</p>

<p>
	<img alt="1695129360_screenshot_2023-09-19_at_6.42" class="ipsImage" data-ratio="64.31" height="439" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/09/1695129360_screenshot_2023-09-19_at_6.42.50_pm.jpg">
</p>

<p>
	 
</p>

<p>
	In its <a href="https://blogs.opera.com/news/2023/09/opera-launches-custom-chess-browser/" rel="external nofollow">blog post</a>, Opera stated:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>Our new dedicated desktop chess browser receives a sidebar integration of Chess.com so that you’re only ever one click away from puzzles, streamers, or a quick game of blitz. Intuitive UI makes it easier than ever to change the settings of the board, correspond with rivals, and watch instructional content – all without having to open another tab or navigate away from what’s on the screen.</em>
</p>

<p>
	 
</p>

<p>
	While playing the Chess game in the browser, you can pin the sidebar panel as well. This way, you can browse websites or watch videos while keeping an eye on the game at the same time. On Android, Opera offers a cache of chess-themed customizations, and the homepage features Speed Dials from Chess TV, videos, and articles from Chess.com.
</p>

<p>
	 
</p>

<p>
	It should be noted that the Chess.com integration requires an active internet connection to play games against real players as well as bots. You can download the custom build for your desktop or Android device from <a href="https://opr.as/Chesscom_" rel="external nofollow">this page</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/opera-browser-gets-new-custom-builds-with-built-in-chess-game/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18760</guid><pubDate>Tue, 19 Sep 2023 19:02:07 +0000</pubDate></item><item><title>Windows 10 22H2 Release Preview Build 19045.3513 (KB5030300) is now available</title><link>https://nsaneforums.com/news/software-news/windows-10-22h2-release-preview-build-190453513-kb5030300-is-now-available-r18747/</link><description><![CDATA[<p>
	Microsoft has released a new Windows 10 22H2 build for members of the Windows Insider Program in the Release Preview channel. The build number is 19045.3513 (KB5030300). It includes a few new features, such as an improved search box experience on the taskbar, along with new taskbar icon animations, and a number of bug fixes.
</p>

<p>
	 
</p>

<p>
	Here is the changelog:
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>New!</strong> This update completes the work to comply with the GB18030-2022 requirements. It removes and remaps characters for Microsoft Wubi input and Microsoft Pinyin U-mode input. You can no longer enter character codepoints that are not supported. All the required codepoints are up to date.
	</li>
	<li>
		<strong>New!</strong> This update brings back an improved search box experience on the taskbar. If you have a top, bottom, regular, or small icons taskbar, you will see the search box appear. You can use it to easily access apps, files, settings, and more from Windows and the web. You will also have access to the latest search updates, such as search highlights. If you want to restore your previous search experience, you can do that easily. Use the taskbar shortcut menu or respond to a dialog that appears when you use search.
	</li>
	<li>
		<strong>New!</strong> This update adds animations to a few icons on the news and interests taskbar button. These animations occur when:
		<ul>
			<li>
				A new announcement appears on the news and interests taskbar button.
			</li>
			<li>
				You hover over or click the icon while the announcement is on the taskbar.
			</li>
		</ul>
	</li>
	<li>
		This update supports daylight saving time (DST) changes in Greenland.
	</li>
	<li>
		This update changes the spelling of Ukraine’s capital from Kiev to Kyiv.
	</li>
	<li>
		This update addresses an issue that affects Microsoft Excel. It stops responding when you try to share a file as a PDF in Microsoft Outlook.
	</li>
	<li>
		This update addresses an issue that is related to changes in the forwarding of events.
	</li>
	<li>
		This update addresses an issue that affects an Application Virtualization (App-V) environment. Copy operations within it stop working. This occurs after you install the April 2023 update.
	</li>
	<li>
		This update addresses an issue that affects the Simple Certificate Enrollment Protocol (SCEP) certificate. The system reports some SCEP certificate installations as failed. Instead, the system should report them as pending.
	</li>
	<li>
		This update addresses an issue that affects Microsoft Print to PDF. It uses the metadata for the name you sign in with as the author of a printed PDF. It should use the display name instead.
	</li>
	<li>
		This update addresses an issue that affects some USB printers. Microsoft Defender stops them from printing.
	</li>
	<li>
		This update addresses an issue that affects device health. Some devices cannot attest to their security health.
	</li>
	<li>
		This update addresses an issue that affects Windows Defender Application Control (WDAC). AppID Tagging policies might greatly increase how long it takes your device to start up.
	</li>
	<li>
		This update addresses an issue that affects the touch keyboard. Sometimes it does not open.
	</li>
	<li>
		This update addresses an issue that affects IMEPad. It stops working. This occurs when you enter end-user-defined characters (EUDC).
	</li>
	<li>
		This update addresses an issue that affects application compatibility. It is related to Microsoft Defender for Endpoint.
	</li>
	<li>
		This update addresses an issue that affects Remote Apps. The display of some elements is not aligned correctly.
	</li>
	<li>
		This update addresses an issue that affects toast notifications. They might not appear when you use UI Automation tools to read them.
	</li>
	<li>
		This update addresses an issue that affects the Microsoft Distributed Transaction Coordinator (DTC). It has a handle leak. Because of this, the system runs out of memory.
	</li>
	<li>
		This update addresses an issue that might cause a user-mode memory leak. It might occur when you call CopyFile() or MoveFile().
	</li>
	<li>
		This update addresses an issue that might make Windows stop responding. This might occur if you use Microsoft OneDrive files that are compressed by NTFS.
	</li>
	<li>
		This update addresses an issue that affects external binding. It fails. This occurs after you install Windows updates dated May 2023 or later. Because of this, there are issues that affect LDAP queries and authentication.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can check out the <a href="https://blogs.windows.com/windows-insider/2023/09/13/releasing-windows-10-19045-3513/" rel="external nofollow">full blog post here</a>:
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-10-22h2-release-preview-build-190453513-kb5030300-is-now-available/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18747</guid><pubDate>Tue, 19 Sep 2023 02:08:44 +0000</pubDate></item><item><title>Rejoice! Intel confirms Wi-Fi 7 support in Windows 11 and in Windows 10 too</title><link>https://nsaneforums.com/news/software-news/rejoice-intel-confirms-wi-fi-7-support-in-windows-11-and-in-windows-10-too-r18746/</link><description><![CDATA[<p>
	Last month, <a href="https://www.neowin.net/news/intel-doc-suggests-microsoft-may-limit-wi-fi-7-to-windows-11-windows-12-and-newer/" rel="external nofollow">a document had surfaced</a> on the internet which suggested that Intel and Microsoft could be limiting Wi-Fi 7 support to Windows 11 and newer. This document was a product specification sheet that mentioned Windows 11, Linux, and ChromeOS in the supported operating systems list, which led us to speculate that Windows 10 may not be supporting the newest Wi-Fi standard.
</p>

<p>
	 
</p>

<p>
	However, that is not going to be the case it seems as Intel has now confirmed Wi-Fi 7 support will be coming to Windows 10 as well. Although the company did not make any official explicit statement regarding this, the firm has listed two of its Wi-Fi 7 module specs on its ark.intel website: the Intel® <a href="https://ark.intel.com/content/www/us/en/ark/products/230078.html" rel="external nofollow">Wi-Fi 7 BE200</a> and the Intel® <a href="https://ark.intel.com/content/www/us/en/ark/products/234444.html" rel="external nofollow">Wi-Fi 7 BE202</a>, codenamed Intel's Gale Peak 2 and Misty Peak. Both of the devices are featuring Windows 10 support alongside Windows 11 and Linux. Interestingly, there is no mention of ChromeOS this time.
</p>

<p>
	 
</p>

<p>
	In case you are wondering what Wi-Fi 7 will bring to the table, the easiest way to answer that is faster speeds, up to 2.4 times compared to Wi-Fi 6E and around 4.8 times compared to Wi-Fi 6. The max theoretical data rate for Wi-Fi 6 is ~9.6 Gbps while that for Wi-Fi 7 is around 46.1 Gbps, and twice the bandwidth (320 MHz channels vs. 160 MHz channels for Wi-Fi 6). It will rely on the IEEE P802.11be standard, which is said to enable extremely high throughput (EHT) and much lower latencies. Gale Peak 2 succeeds Intel's Harrison Peak 2 (Wi-Fi 6) and Garfield Peak (Wi-Fi 6E). The form factor remains the same for these Wi-Fi 7 modules with M.2 2230 and 1216.
</p>

<p>
	 
</p>

<p>
	The table below shows the comparison between the new Wi-Fi 7, Wi-Fi 6/6E, and Wi-Fi 5.
</p>

<p>
	 
</p>

<table border="1px solid black;">
	<thead>
		<tr>
			<th scope="row">
				<p>
					 
				</p>

				<p>
					 
				</p>
			</th>
			<th>
				<p>
					Wi-Fi 5 ( 802.11ac)
				</p>

				<p>
					 
				</p>
			</th>
			<th>
				<p>
					Wi-Fi 6 ( 802.11ax)
				</p>

				<p>
					 
				</p>
			</th>
			<th>
				<p>
					Wi-Fi 6E ( 802.11ax)
				</p>

				<p>
					 
				</p>
			</th>
			<th>
				<p>
					Wi-Fi 7 ( 802.11be)
				</p>

				<p>
					 
				</p>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<th scope="row">
				<p>
					Frequency
				</p>
			</th>
			<td>
				<p>
					5GHz
				</p>
			</td>
			<td>
				<p>
					Dual-band (2.4 GHz, 5 GHz)
				</p>
			</td>
			<td colspan="2">
				<p>
					Tri-band (2.4, 5, 6 GHz)
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				<p>
					Bandwidth
				</p>

				<p>
					(Channels)
				</p>
			</th>
			<td colspan="3">
				<p>
					20, 40 , 80, 80+80, 160MHz
				</p>
			</td>
			<td>
				<p>
					20, 40 , 80, 80+80, 160, 320MHz
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				<p>
					Access
				</p>

				<p>
					(Multiplexing)
				</p>
			</th>
			<td>
				<p>
					OFDM
				</p>
			</td>
			<td colspan="3">
				<p>
					OFDMA
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				<p>
					Modulation
				</p>
			</th>
			<td>
				<p>
					254QAM
				</p>
			</td>
			<td colspan="2">
				<p>
					1024QAM
				</p>
			</td>
			<td>
				<p>
					4096 (4K) QAM
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				<p>
					Antenna
				</p>
			</th>
			<td>
				<p>
					DL MU-MIMO (4 x 4)
				</p>
			</td>
			<td colspan="3">
				<p>
					DL + UL MU-MIMO (8 x 8 )
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				<p>
					Security
				</p>
			</th>
			<td>
				<p>
					WPA2
				</p>
			</td>
			<td colspan="2">
				<p>
					WPA3
				</p>
			</td>
			<td>
				<p>
					WPA4 (TBD)
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				<p>
					Key Innovations
				</p>
			</th>
			<td>
				<p>
					40MHz mandatory
				</p>
			</td>
			<td colspan="2">
				<p>
					TWT, BSS colouring, Beamforming
				</p>
			</td>
			<td>
				<p>
					Multi Link Operation (MLO),<br>
					Multi-RU, Puncturing
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	In terms of actual product availability, Twitter (now X) user <a href="https://twitter.com/momomo_us/status/1702662710083924323" rel="external nofollow">momomo_us</a> spotted the BE200 on the Gigabyte Aorus Master X Z790 motherboard with the v1.2 PCB revision.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/rejoice-intel-confirms-wi-fi-7-support-in-windows-11-and-in-windows-10-too/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18746</guid><pubDate>Tue, 19 Sep 2023 02:07:20 +0000</pubDate></item><item><title>Microsoft brings big Windows WSL upgrade with better memory, disk, network management</title><link>https://nsaneforums.com/news/software-news/microsoft-brings-big-windows-wsl-upgrade-with-better-memory-disk-network-management-r18745/</link><description><![CDATA[<p>
	Microsoft has released the newest preview update (version 2.0.0) for Windows Subsystem for Linux (WSL). The new update brings multiple improvements with several experimental features like autoMemoryReclaim and Sparse VHD that will help in cache memory and disk space management.
</p>

<p>
	 
</p>

<p>
	Microsoft explains:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>We reclaim a fixed portion of your VM’s memory size, which is calculated so that if your VM was full of cached memory it would go to zero cached memory after 30 minutes (e.g: If you have 3000MB of memory, we reclaim 100MB every minute).</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Also, there are networking related enhancements as well with Mirrored mode which adds IPv6 support, better VPN support, among others. Aside from mirrored mode, DNS tunneling improvements and Firewall support has also been added.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>The release notes are given below:</em>
</p>

<p style="margin-left: 80px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Added support for new opt-in experimental features</em>
		</p>

		<p style="margin-left: 40px;">
			 
		</p>

		<ul>
			<li>
				<p style="margin-left: 40px;">
					<em><strong>autoMemoryReclaim</strong> – Makes the WSL VM shrink in memory as you use it by reclaiming cached memory</em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>
			</li>
			<li>
				<p style="margin-left: 40px;">
					<em><strong>Sparse VHD</strong> – Automatically shrinks the WSL virtual hard disk (VHD) as you use it</em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>
			</li>
			<li>
				<p style="margin-left: 40px;">
					<em><strong>Mirrored mode networking</strong> – A new networking mode for WSL that adds new features and improves network compatibility</em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>

				<ul>
					<li>
						<p style="margin-left: 40px;">
							<em>IPv6 support</em>
						</p>
					</li>
					<li>
						<p style="margin-left: 40px;">
							<em>Connect to Windows servers from within Linux using the localhost address 127.0.0.1</em>
						</p>
					</li>
					<li>
						<p style="margin-left: 40px;">
							<em>Connect to WSL directly from your local area network (LAN)</em>
						</p>
					</li>
					<li>
						<p style="margin-left: 40px;">
							<em>Improved networking compatibility for VPNs</em>
						</p>
					</li>
					<li>
						<p style="margin-left: 40px;">
							<em>Multicast support</em>
						</p>

						<p style="margin-left: 40px;">
							 
						</p>
					</li>
				</ul>
			</li>
			<li>
				<p style="margin-left: 40px;">
					<em><strong>dnsTunneling</strong> – Changes how WSL resolves DNS requests to improve network compatibility</em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>
			</li>
			<li>
				<p style="margin-left: 40px;">
					<em><strong>firewall </strong>– Applies Windows firewall rules to WSL, and allows for advanced firewall controls for the WSL VM</em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>
			</li>
			<li>
				<p style="margin-left: 40px;">
					<em><strong>autoProxy</strong> – Makes WSL automatically use the proxy information from Windows to improve network compatibility</em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>
			</li>
		</ul>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>This release also has some significant bug fixes:</em>
		</p>

		<p style="margin-left: 40px;">
			 
		</p>

		<ul>
			<li>
				<p style="margin-left: 40px;">
					<em>GH 9231 Store WSL isn’t accessible from Session 0</em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>
			</li>
			<li>
				<p style="margin-left: 40px;">
					<em>WSL GUI apps now have Windows snapping with the keyboard (Press WIN + an arrow key to snap to the side)</em>
				</p>

				<p>
					 
				</p>
			</li>
		</ul>
	</li>
</ul>

<p>
	You can read more about the new WSL release on this <a href="https://devblogs.microsoft.com/commandline/windows-subsystem-for-linux-september-2023-update/" rel="external nofollow">page</a> on Microsoft's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-brings-big-windows-wsl-upgrade-with-better-memory-disk-network-management/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18745</guid><pubDate>Tue, 19 Sep 2023 02:05:18 +0000</pubDate></item><item><title>Intel Arc GPU beta graphics driver 31.0.101.4826 adds Phantom Liberty and Payday 3 support</title><link>https://nsaneforums.com/news/software-news/intel-arc-gpu-beta-graphics-driver-3101014826-adds-phantom-liberty-and-payday-3-support-r18743/</link><description><![CDATA[<p>
	Intel has released new beta graphics drivers for its Arc and Iris Xe GPUs with the version number 31.0.101.4826. The new driver adds support for four upcoming PC games, along with performance improvements for two other games. Unfortunately, this new driver release does not fix any of the known issues these GPUs have with running <em>Starfield</em>.
</p>

<p>
	 
</p>

<p>
	Here is the changelog:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>GAMING HIGHLIGHTS:</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Intel Game On Driver support on Intel Arc A-series Graphics for:</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Cyberpunk 2077: Phantom Liberty</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Payday 3</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Lies of P</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Party Animals</em>
		</p>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Game performance improvements versus Intel 31.0.101.4824 software driver for:</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Hitman Absolution (DX11)</em>
		</p>

		<ul>
			<li>
				<p style="margin-left: 40px;">
					<em>Up to 17% uplift at 1080p with Ultra settings</em>
				</p>
			</li>
		</ul>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Bioshock Infinite (DX11)</em>
		</p>

		<ul>
			<li>
				<p style="margin-left: 40px;">
					<em>Up to 27% uplift at 1080p with Very High settings</em>
				</p>
			</li>
		</ul>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>FIXED ISSUES:</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Intel Arc Graphics Products:</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Trackmania (DX11) may experience an application crash during game launch.</em>
		</p>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>KNOWN ISSUES:</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Intel Arc Graphics Products:</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Starfield (DX12) may experience sporadic instability in some areas of the game.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Starfield (DX12) may exhibit corruption when using Dynamic Resolution Scaling. A workaround is to change the Render Resolution Scale slider value.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Starfield (DX12) may exhibit low texture details on certain objects in the game.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Starfield (DX12) may exhibit texture flickering on light sources during gameplay.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>UNCHARTED: Legacy of Thieves Collection (DX12) may exhibit texture corruption on characters.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Halo Infinite (DX12) campaign may experience an application crash on some system configurations.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Dead by Daylight (DX11) may experience an application crash during gameplay.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Topaz Video AI may experience errors when using some models for video enhancement.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Adobe After Effects may experience an application crash during render operations.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Some Intel Arc A-Series Graphics notebooks may incorrectly report a higher value than expected for default clock frequency value.</em>
		</p>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Intel Iris Xe MAX Graphics Products:</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Driver installation may not complete successfully on certain notebook systems with both Intel Iris Xe + Iris Xe MAX devices. A system reboot and re-installation of the graphics driver may be required for successful installation.</em>
		</p>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>INTEL ARC CONTROL FIXED ISSUES:</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Intel Arc Control may consume higher than expected system memory.</em>
		</p>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>INTEL ARC CONTROL KNOWN ISSUES:</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Using Arc Control Studio capture with certain games may incorrectly generate multiple video files.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>The “Connector” type in the Display page may incorrectly show DP when using an HDMI display connection.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>May observe “stream has already ended” pop-up after the power events with Capture/Highlights/Broadcast toggle on.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em>Arc Control may not retain overall application settings in Overlay mode after system reboot. A workaround is to use Desktop mode of Arc Control.</em>
		</p>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>Intel Arc Control Performance Tuning (BETA):</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Intel Arc Control Performance Tuning is currently in Beta. As such, performance and features may behave unexpectedly. Intel will continue to refine the Performance Tuning software in future releases.</em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	You can <a href="https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html" rel="external nofollow">download the new drivers here</a> and <a href="https://downloadmirror.intel.com/788789/ReleaseNotes_101.4826.pdf" rel="external nofollow">check out the release notes here</a> in PDF format.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/intel-arc-gpu-beta-graphics-driver-3101014826-adds-phantom-liberty-and-payday-3-support/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18743</guid><pubDate>Tue, 19 Sep 2023 01:59:35 +0000</pubDate></item><item><title>How to Create and Remove Directories in the Linux Terminal</title><link>https://nsaneforums.com/news/software-news/how-to-create-and-remove-directories-in-the-linux-terminal-r18734/</link><description><![CDATA[<p>
	Directories are essential to your Linux OS, as they contain files you might use regularly or your system needs to function correctly. While there is always an option to create folders manually using a file manager, many advanced users might prefer using a terminal window to create and navigate through files and folders on their machines.
</p>

<p>
	 
</p>

<p>
	If you are a Linux aficionado and want to master creating and managing directories from the command line, here's what you need to know.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:24px;">How to Create a Directory With the Command Line</span>
</p>

<p>
	<br />
	The <strong>mkdir</strong> command holds the key to all your directory creation tasks. You can create single and multiple directories within the terminal with one line of code. Here's how the<strong> mkdir</strong> command on Linux works:
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">1. Create a Single Directory on Linux</span>
</p>

<p>
	<br />
	Here's how you can use the mkdir function to create a single directory:
</p>

<p>
	 
</p>

<p>
	<strong>mkdir</strong> [option]<br />
	For example, if you want to create a new directory, you can use the following command:
</p>

<p>
	 
</p>

<p>
	mkdir MUO<br />
	The above command creates a new MUO directory within the current location. To navigate to the MUO directory via the command line, you can then use the cd command:
</p>

<p>
	 
</p>

<p>
	cd ./MUO<br />
	The <span style="color:#2980b9;">cd command is a highly flexible way to change directories</span> within the Linux terminal.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">2. Create Multiple Directories on Linux</span>
</p>

<p>
	<br />
	The <strong>mkdir </strong>function is versatile, allowing you to create multiple directories with a single command. For example, to create multiple folders via the command line, use the code below:
</p>

<p>
	 
</p>

<p>
	mkdir ....<br />
	To create three folders, here's how you can use the<strong> mkdir</strong> command:
</p>

<p>
	 
</p>

<p>
	mkdir MUO_sample1 MUO_sample2 MUO_sample3
</p>

<p>
	Once you run the above command, the program creates three directories: MUO_sample1, MUO_sample2, and MUO_sample3. You can run the <strong>ls</strong> command to list the newly created directories.
</p>

<p>
	 
</p>

<p>
	The<span style="color:#2980b9;"> Linux directory structure is intricate</span>, so it's always best to familiarize yourself with parent and child directories to avoid unnecessary roadblocks.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">3. Create Directories Directly</span>
</p>

<p>
	<br />
	As a Linux user, you can create a directory directly at the desired location. You don't need to navigate to the location or use the <strong>mkdir </strong>function within the terminal.
</p>

<p>
	 
</p>

<p>
	All you need to do is head over to the folder/location where you want to create a new directory/folder and right-click.
</p>

<p>
	 
</p>

<p>
	From the list menu, click on the<strong> New Folder</strong> option.
</p>

<p>
	 
</p>

<p>
	Once you see a new folder icon, you can rename the folder to a name of your choice.
</p>

<p>
	 
</p>

<p>
	Rest assured, if you want to check the directory status from the terminal window, you can still use the <strong>cd</strong> command to navigate to the specific location and run the<strong> ls</strong> command to list the contents.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">mkdir Options</span>
</p>

<p>
	 
</p>

<p>
	You can use a few options with the <strong>mkdir</strong> command, which helps you enhance the existing utility of the command. You can use the commands listed below:
</p>

<p>
	 
</p>

<p>
	1. <strong>-p or -parents:</strong> The <strong>-p</strong> command is helpful when creating a parent directory and subdirectory together. If the specified parent directory exists already, it automatically creates the subdirectory.
</p>

<p>
	 
</p>

<p>
	mkdir -p MUO/MUO_CHILD
</p>

<p>
	<br />
	2. <strong>-v or -verbose:</strong> The <strong>-v</strong> command adds verbose messages to each directory created.
</p>

<p>
	 
</p>

<p>
	mkdir - v file1 file2
</p>

<p>
	<br />
	3. <strong>--version:</strong> The <strong>--version</strong> commands print the version details of the license.
</p>

<p>
	 
</p>

<p>
	mkdir --version
</p>

<p>
	<br />
	<span style="font-size:22px;">Delete Empty and Non-Empty Linux Directories</span>
</p>

<p>
	<br />
	Finally, once you have created directories on your Linux OS, you might want to remove the ones you no longer need. You can delete the directories on your Linux OS in two ways:
</p>

<p>
	 
</p>

<ul>
	<li>
		rm
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		rmdir
	</li>
</ul>

<p>
	<br />
	Let's discuss both these methods in detail:
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">1. Using the rm Command</span>
</p>

<p>
	<br />
	If you want to delete empty and non-empty directories, you can use the rm command as follows:
</p>

<p>
	 
</p>

<p>
	<strong>1. Check the Directory’s Contents</strong>
</p>

<p>
	 
</p>

<p>
	Before deleting the directory, you should check its contents. To do so, navigate to the directory's location with the cd command.
</p>

<p>
	 
</p>

<p>
	cd ./MUO<br />
	In the example above, MUO is a directory on the Ubuntu Desktop.
</p>

<p>
	 
</p>

<p>
	<strong>2. List the Directory’s Contents</strong>
</p>

<p>
	 
</p>

<p>
	Once you are in the directory's location, use the <span style="color:#2980b9;">use the ls command to list the directory's contents</span>.
</p>

<p>
	 
</p>

<p>
	ls<br />
	The command lists all the directory's contents. You will see a list of all the files stored within this directory on your screen.
</p>

<p>
	 
</p>

<p>
	<strong>3. Delete a Directory via the Terminal</strong>
</p>

<p>
	 
</p>

<p>
	Type in the rm command, followed by the different commands and the directory name you want to delete.
</p>

<p>
	 
</p>

<p>
	rm -option<br />
	You can use the <strong>ls</strong> command again to confirm the directory is no longer available.
</p>

<p>
	 
</p>

<p>
	Here are some of the most commonly used options with the <strong>rm</strong> command:
</p>

<p>
	 
</p>

<p>
	<strong>-f:</strong> Forcefully remove the files and folders from the directory<br />
	<strong>-i:</strong> Asks for permissions before deleting a directory<br />
	<strong>-r:</strong> Removes directories and the stored files recursively<br />
	<strong>-d:</strong> Removes an empty directory
</p>

<p>
	<br />
	You can even remove multiple directories in one go. For example, when you want to remove directories MUO_sample1, MUO_sample2, and MUO_sample3 with one command, here's how you can do it:
</p>

<p>
	 
</p>

<p>
	rm -d MUO_sample1 MUO_sample2 MUO_sample3<br />
	There is an alternate method you can use to delete empty directories. You can use the <strong>rmdir</strong> command to remove the directory quickly, as follows:
</p>

<p>
	 
</p>

<p>
	rmdir<br />
	To remove the MUO3 directory when it does not have any files/subdirectories in it, you can use the<strong> rmdir</strong> command as below:
</p>

<p>
	 
</p>

<p>
	rmdir MUO3<br />
	However, if the directory isn't empty, you will get an error message whenever you try to delete the directory with the <strong>rmdir </strong>command.
</p>

<p>
	 
</p>

<p>
	Use the <strong>rm</strong> and <strong>rmdir</strong> commands carefully, as the deleted directories can't be retrieved.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">4. Delete a Directory Directly</span>
</p>

<p>
	<br />
	The way you create a directory, you can even delete the directory/folder directly. Select the directory you want to delete and press the Delete button on your keyboard. Ensure you check the directory's contents before deleting it, as the effect is permanent via this method.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">Working With Linux Directories Effortlessly</span>
</p>

<p>
	<br />
	Directories form a significant part of your files and folder structures within Linux. Like any other OS, creating and deleting directories is fairly easy on Linux, especially when you want to work seamlessly from within the terminal window.
</p>

<p>
	 
</p>

<p>
	To make the most of your experience, you can use the above commands, and in a few easy steps, you can quickly achieve the task at hand.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.msn.com/en-us/news/technology/how-to-create-and-remove-directories-in-the-linux-terminal/ar-AA1gU5Tm" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18734</guid><pubDate>Mon, 18 Sep 2023 22:36:48 +0000</pubDate></item><item><title>Microsoft updates Paint with layers and transparency support for Insiders</title><link>https://nsaneforums.com/news/software-news/microsoft-updates-paint-with-layers-and-transparency-support-for-insiders-r18732/</link><description><![CDATA[<p>
	Earlier this month, Microsoft released a substantial update for Paint, one of the oldest inbox Windows apps. <a href="https://www.neowin.net/news/microsoft-paint-gets-background-removal-feature-in-the-latest-update/" rel="external nofollow">It introduced a background removal tool</a>, letting you get rid of image backgrounds with only a few clicks. That is not everything Microsoft has in store for Paint. The app has just received two new major features: transparency support and layers.
</p>

<p>
	 
</p>

<p>
	The updated Paint <a href="https://blogs.windows.com/windows-insider/2023/09/18/paint-app-update-adding-support-for-layers-and-transparency-begins-rolling-out-to-windows-insiders/" rel="external nofollow">is now rolling out to Windows Insiders</a>in the Dev and Canary Channels under version 11.2308.18.0. Layers make creating and editing complex images much easier, and transparency enables better PNG support and a proper way to erase content on layers (instead of filling it with solid colour).
</p>

<p>
	 
</p>

<p>
	<em>You can now add, remove, and manage layers on the canvas to create richer and more complex digital art. With layers, you can stack shapes, text, and other image elements on top of each other. To get started, click on the new Layers button in the toolbar, which will open a panel on the side of the canvas. This is where you can add new layers to the canvas. Try changing the order of layers in this panel to see how the order of stacked image elements on the canvas changes. You can also show or hide and duplicate individual layers or merge layers together.</em>
</p>

<p>
	 
</p>

<p>
	<em><img alt="1695057682_paint_layers.jpg" class="ipsImage" data-ratio="75.10" height="451" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/09/1695057682_paint_layers.jpg"></em>
</p>

<p>
	 
</p>

<p>
	<em>You can now add, remove, and manage layers on the canvas to create richer and more complex digital art. With layers, you can stack shapes, text, and other image elements on top of each other. To get started, click on the new Layers button in the toolbar, which will open a panel on the side of the canvas. This is where you can add new layers to the canvas. Try changing the order of layers in this panel to see how the order of stacked image elements on the canvas changes. You can also show or hide and duplicate individual layers or merge layers together.</em>
</p>

<p class="img-center">
	<em><img alt="1695057688_paint_transparency.gif" class="ipsImage" data-ratio="75.10" height="489" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/09/1695057688_paint_transparency.gif"></em>
</p>

<p>
	Microsoft is rolling out the updated Paint gradually, meaning some users will get the latest release slightly later than others. Also, be sure to share your feedback with Microsoft by pressing Win + F or navigating to Feedback Hub &gt; Apps &gt; Paint.
</p>

<p>
	 
</p>

<p>
	In case you missed it, <a href="https://www.neowin.net/news/the-updated-microsoft-paint-with-dark-mode-and-improved-zoom-is-now-rolling-out-to-everyone/" rel="external nofollow">Paint recently received the long-promised and much-anticipated dark mode support</a>. Unlike the new background removal tool, layers, and transparency support, dark mode in Paint is available to all users in the Stable Channel.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-updates-paint-with-layers-and-transparency-support-for-insiders/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18732</guid><pubDate>Mon, 18 Sep 2023 21:03:58 +0000</pubDate></item><item><title>Microsoft Paint may add an AI art generator in the future similar to Bing Image Creator</title><link>https://nsaneforums.com/news/software-news/microsoft-paint-may-add-an-ai-art-generator-in-the-future-similar-to-bing-image-creator-r18731/</link><description><![CDATA[<p>
	Microsoft <a href="https://www.neowin.net/news/microsoft-updates-paint-with-layers-and-transparency-support-for-insiders/" rel="external nofollow">just updated its Paint app</a> for Windows 10 and 11 for some members of the Windows Insider Program. However, it looks like we might get some additional features for the app in the near future.
</p>

<p>
	 
</p>

<p>
	Windows coding enthusiast "PhantomOcean3" <a href="https://twitter.com/phantomofearth/status/1703825416979448245?s=46" rel="external nofollow">posted on his X (formerly Twitter) account</a> that he found some code strings that seem to indicate there's an AI image generation feature coming for Paint called Cocreator:
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed3810632868" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/PhantomOfEarth/status/1703825416979448245?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1703825416979448245%257Ctwgr%255E97aa26f935c6c99e6d1f58524841df9904ba8385%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/microsoft-paint-may-add-an-ai-art-generator-in-the-future-similar-to-bing-image-creator/" style="overflow: hidden; height: 423px;"></iframe>
</div>

<p>
	In <a href="https://twitter.com/PhantomOfEarth/status/1703825419181400574" rel="external nofollow">a follow up post</a>, he stated the feature is based on OpenAI's DALL-E AI image generator. That's the same one that Microsoft already uses for its <a href="https://www.neowin.net/news/microsofts-bing-chat-adds-bing-image-creator-for-making-ai-generated-art/" rel="external nofollow">Bing Image Creator service in Bing Chat.</a>
</p>

<p>
	 
</p>

<p>
	It's possible we could learn a lot more about Microsoft's plans to add AI features in Paint and other Windows 11 apps in just a few days as part of the <a href="https://www.neowin.net/news/microsoft-announces-a-surface-event-for-september-21/" rel="external nofollow">company's press event in New York City on September 21</a>.
</p>

<p>
	 
</p>

<p>
	The Paint app for Windows 10 and 11 has received quite a few updates in the Insider channel over the past few months. That includes adding the long-awaited <a href="https://www.neowin.net/news/the-windows-11-paint-app-gets-dark-mode-and-more-in-a-new-dev-and-canary-insider-update/" rel="external nofollow">dark mode to the app</a> this past summer.
</p>

<p>
	 
</p>

<p>
	Some of the other new additions <a href="https://www.neowin.net/news/microsoft-paint-app-adds-centered-canvas-support-for-canary-and-dev-windows-insider-channels/" rel="external nofollow">include center canvas support in mid-August</a>, followed by a <a href="https://www.neowin.net/news/microsoft-paint-gets-background-removal-feature-in-the-latest-update/" rel="external nofollow">background removal feature in early September</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-updates-paint-with-layers-and-transparency-support-for-insiders/" rel="external nofollow">Today's Insider update for Dev and Canary channel members</a> put in a way to add, remove, and manage layers on the canvas. There's also new support for transparency "including the ability to open and save transparent PNGs" according to Microsoft.
</p>

<p>
	 
</p>

<p>
	All of these new features coming in the space of a short time span seems to indicate that Microsoft is trying to improve its core apps for Windows on a more frequent basis.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-paint-may-add-an-ai-art-generator-in-the-future-similar-to-bing-image-creator/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18731</guid><pubDate>Mon, 18 Sep 2023 21:01:49 +0000</pubDate></item><item><title>How to Update and Upgrade Linux on Your Chromebook</title><link>https://nsaneforums.com/news/software-news/how-to-update-and-upgrade-linux-on-your-chromebook-r18714/</link><description><![CDATA[<p>
	Linux on Chromebook gives you versatility and better utility, especially when using Google and Linux apps. If you have a Chromebook and want to run Linux via the terminal, you can update and upgrade your machine to install the latest available updates.
</p>

<p>
	 
</p>

<p>
	It’s essential to update and upgrade your Chromebook regularly, so your machine can reap the benefits of the latest Google releases.
</p>

<p>
	 
</p>

<p>
	Here’s how you can enable Linux and update and upgrade your packages via the Chromebook terminal:
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>How to Enable Linux on Your Chromebook</strong></span>
</p>

<p>
	 
</p>

<p>
	The recent Chromebook laptops come pre-configured and preloaded with Linux containers, which you can turn on/off depending on your requirements. To turn on Linux, you must enable the developer mode on your Chromebook first.
</p>

<p>
	 
</p>

<p>
	Simply follow the steps below to enable Linux on your Chromebook:
</p>

<p>
	 
</p>

<ol>
	<li>
		Navigate to the Settings icon via the main menu and click on the <strong>Advanced </strong>sub-menu.
	</li>
	<li>
		Within the <strong>Advanced</strong> section, click on <strong>Developers</strong>.
	</li>
	<li>
		In the <strong>Developers </strong>menu, click the <strong>Turn On</strong> button in the Linux Development Environment section.
	</li>
	<li>
		On the <strong>Set up Linux development environment</strong> screen, click on <strong>Next</strong>.
	</li>
	<li>
		Enter your username. The username you set here will be shown on your terminal window. Subsequently, you can even set up the memory for your Linux container via the <strong>Custom</strong> radio button or go with the default value. Click <strong>Install</strong> once done.
	</li>
	<li>
		Once you've set up the container, the installation begins. The process takes a little time if it's your first time setting up the Linux container on your machine.
	</li>
	<li>
		Once the setup is completed, the terminal pops up immediately.
	</li>
</ol>

<p>
	<br />
	<span style="color:#2980b9;">Chromebook's new Linux interface</span> can be a little confusing, but with the right inputs, you can quickly get it up and running in no time.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Access Penguin on Chromebook</strong></span>
</p>

<p>
	 
</p>

<p>
	To proceed, you must access the Penguin terminal, especially if you have enabled Linux and want to update and upgrade your Linux packages. You can open the terminal with the steps listed below:
</p>

<p>
	 
</p>

<ol>
	<li>
		Navigate to the main menu and click on the Linux app icon.
	</li>
	<li>
		Click on the <strong>Terminal </strong>icon.
	</li>
	<li>
		In the resulting menu, you will see a few options to change the terminal settings and an option to launch Penguin. Click on the Penguin icon to fire up the terminal.
	</li>
</ol>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Update and Upgrade Your Chromebook From the Terminal</strong></span>
</p>

<p>
	 
</p>

<p>
	Once Linux is enabled and the terminal window is set up, you can update and upgrade Linux on your Chromebook. Like on any other Debian-based distro, you can use the update and upgrade commands on your Chromebook.
</p>

<p>
	 
</p>

<p>
	To update your machine, use:
</p>

<p>
	 
</p>

<p>
	sudo apt update<br />
	Let the update process complete. Once the process runs successfully, you will be prompted to upgrade your machine's available packages. Use the apt upgrade command to upgrade to the latest package versions.
</p>

<p>
	 
</p>

<p>
	sudo apt upgrade -y<br />
	You can even run both commands together; Linux will update and upgrade the packages. Use the command below to update and upgrade Linux at once:
</p>

<p>
	 
</p>

<p>
	sudo apt update &amp;&amp; sudo apt upgrade -y<br />
	Once the entire cycle runs successfully, it's time to upgrade ChromeOS to the latest release. You can use dist-upgrade for this purpose, as follows:
</p>

<p>
	 
</p>

<p>
	sudo apt dist-upgrade -y<br />
	Since Google releases regular updates for ChromeOS, this command proves to be quite helpful, especially when you want to install the latest available release.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Check the OS Version After the Upgrade</strong></span>
</p>

<p>
	 
</p>

<p>
	Post an OS upgrade, you can check if your system upgraded successfully. To do so, simply run:
</p>

<p>
	cat /etc/os-release
</p>

<p>
	<br />
	The version number is printed on the terminal screen, which you can refer to for confirmation.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;"><strong>Update and Upgrade Linux on Your Chromebook Easily</strong></span>
</p>

<p>
	 
</p>

<p>
	Linux's versatility as an OS is clear, especially when you can run, download, and use various packages on ChromeOS. The entire update and upgrade process is simple, easy to follow, and gets the work done.
</p>

<p>
	 
</p>

<p>
	After all, when dealing with two of the best OSes in town, you will undoubtedly have simplicity with your update processes.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.msn.com/en-us/news/technology/how-to-update-and-upgrade-linux-on-your-chromebook/ar-AA1gR3v0" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18714</guid><pubDate>Sun, 17 Sep 2023 21:11:32 +0000</pubDate></item><item><title>How to disable Windows Copilot in Windows</title><link>https://nsaneforums.com/news/software-news/how-to-disable-windows-copilot-in-windows-r18712/</link><description><![CDATA[<p>
	The <a cmp-ltrk="Links" cmp-ltrk-idx="3" data-mrf-link="https://www.ghacks.net/2023/09/16/here-is-what-you-can-expect-from-the-windows-11-version-23h2-update/" data-wpel-link="internal" href="https://www.ghacks.net/2023/09/16/here-is-what-you-can-expect-from-the-windows-11-version-23h2-update/" mrfobservableid="41b1f059-1989-4d9d-8a46-dd01553596a0" rel="external nofollow">next feature update for Windows 11</a> is just around the corner, and with it comes <a cmp-ltrk="Links" cmp-ltrk-idx="4" data-mrf-link="https://www.ghacks.net/2023/05/24/microsoft-windows-copilot-azure-ai/" data-wpel-link="internal" href="https://www.ghacks.net/2023/05/24/microsoft-windows-copilot-azure-ai/" mrfobservableid="bd63ab13-60fe-44fc-94de-3d65bcd4307f" rel="external nofollow">Windows Copilot</a>. In this guide, we explain how you can turn off Windows Copilot entirely. Most guides out there focus on hiding the Windows Copilot icon on the taskbar, but that does not put the feature to rest entirely.
</p>

<p>
	 
</p>

<p>
	For those who have not heard of Windows Copilot; it is an AI-powered feature that acts on user input. It is part Bing Chat and part a basic control feature for some Windows tasks. Bing Chat integration is not new, it is in Windows 11 and also in Edge, which means that the Windows tasks feature is the novelty here.
</p>

<p>
	 
</p>

<p>
	You can use it currently, in development builds, to toggle dark mode, capture a screenshot and ask the AI to run a few other commands. Microsoft promises to extend the functionality and also introduce third-party plugins support.
</p>

<p>
	 
</p>

<p>
	Some Windows users may find Windows Copilot useful, <a cmp-ltrk="Links" cmp-ltrk-idx="5" data-mrf-link="https://www.ghacks.net/2023/07/09/there-is-not-enough-windows-in-windows-copilot/" data-wpel-link="internal" href="https://www.ghacks.net/2023/07/09/there-is-not-enough-windows-in-windows-copilot/" mrfobservableid="908edd73-e7b4-4db8-b3d2-9b6141be1cba" rel="external nofollow">others underwhelming</a>.
</p>

<h2>
	Disabling Windows Copilot
</h2>

<p>
	<img alt="windows-copilot.png" class="ipsImage" data-ratio="75.10" height="450" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/windows-copilot.png"></p><noscript><img class="alignnone size-full wp-image-202086" alt="windows copilot" width="1440" height="900" src="https://www.ghacks.net/wp-content/uploads/2023/09/windows-copilot.png"></noscript>


<p>
	 
</p>

<p>
	Microsoft has not added an on/off switch for Windows Copilot in the Settings. The only option that you find there, currently at least, is to hide the Windows Copilot icon, so that it is no longer pinned to the Taskbar.
</p>

<p>
	 
</p>

<div id="td-incontent-120171410290">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	This won't turn off Windows Copilot however, as you can still use the keyboard shortcut Windows-C to bring up the interface.
</p>

<p>
	 
</p>

<p>
	The only available option to disable Windows Copilot entirely is to do so using the Group Policy Editor or the Windows Registry (which work hand in hand).
</p>

<h2>
	Hiding Windows Copilot's taskbar icon
</h2>

<p>
	<img alt="windows-copilot-taskbar-hide-icon.png" class="ipsImage" data-ratio="75.10" height="450" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/windows-copilot-taskbar-hide-icon.png"></p><noscript><img class="alignnone size-full wp-image-202093" alt="windows copilot taskbar hide icon" width="1440" height="900" src="https://www.ghacks.net/wp-content/uploads/2023/09/windows-copilot-taskbar-hide-icon.png"></noscript>


<p>
	 
</p>

<p>
	Some Windows users may find it sufficient to hide the icon on the taskbar. This is a relatively easy task, although not as easy as it could be. Right-clicking on the Windows Copilot icon displays no context menu with an option to unpin it from the taskbar.
</p>

<p>
	 
</p>

<p>
	You need to right-click on a blank spot on the taskbar, select taskbar settings, and toggle the Windows Copilot option under Taskbar Items so that its status is off.
</p>

<div id="td-incontent-1372707160072">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<h2>
	Using the Group Policy Editor to disable Windows Copilot
</h2>

<p>
	<img alt="turn-off-windows-copilot.png" class="ipsImage" data-ratio="75.10" height="450" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/turn-off-windows-copilot.png"></p><noscript><img class="alignnone size-full wp-image-202095" alt="turn off windows copilot" width="1440" height="900" src="https://www.ghacks.net/wp-content/uploads/2023/09/turn-off-windows-copilot.png"></noscript>


<p>
	 
</p>

<p>
	The Group Policy Editor has a new Windows Copilot policy that determines the state of the feature. Please note that the editor is only available in professional and enterprise editions of Windows. Users who run the Home edition of Windows may skip this section and jump straight to the Registry method below.
</p>

<p>
	 
</p>

<p>
	Here are the steps to take to turn off the feature in Windows:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open the Start Menu.
	</li>
	<li>
		Type gpedit.msc and select the Group Policy Editor result.
	</li>
	<li>
		Use the folder structure on the left to navigate to the right policy: User Configuration &gt; Administrative Templates &gt; Windows Components &gt; Windows Copilot.
	</li>
	<li>
		Double-click on Turn off Windows Copilot.
	</li>
	<li>
		Set the status of the policy to Enabled.
	</li>
	<li>
		Activate the Apply and then the OK button.
	</li>
	<li>
		Exit the Group Policy Editor window.
	</li>
	<li>
		Restart the Windows PC.
	</li>
</ol>

<p>
	 
</p>

<p>
	Setting the policy to Enabled removes the Windows Copilot icon from the Windows taskbar, disables Windows Copilot, so that it can't be started anymore using the keyboard shortcut or through other means. Note that this needs to be done for each user individually.
</p>

<h2>
	Using the Registry to disable Windows Copilot
</h2>

<p>
	<img alt="disable-windows-copilot-registry.png" class="ipsImage" data-ratio="75.10" height="452" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/09/disable-windows-copilot-registry.png"></p><noscript><img class="alignnone size-full wp-image-202096" alt="disable windows copilot registry" width="1431" height="900" src="https://www.ghacks.net/wp-content/uploads/2023/09/disable-windows-copilot-registry.png"></noscript>


<p>
	 
</p>

<p>
	The Registry option is open to all editions of Windows, including Windows Home. Note that it is recommended to backup the Registry before proceeding.
</p>

<p>
	 
</p>

<ol>
	<li>
		Open the Start Menu.
	</li>
	<li>
		Type regedit.exe and select the Registry Editor result.
	</li>
	<li>
		Confirm the UAC prompt that Windows displays.
	</li>
	<li>
		Paste the following path into the address bar of the Registry Editor: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot
		<ul>
			<li>
				If a key is missing, right-click on the key that is available and select New &gt; Key to create it. Name it accordingly, e.g. WindowsCopilot,, to create the path as shown above.
			</li>
		</ul>
	</li>
	<li>
		Right-click on WindowsCopilot and select New &gt; Dword (32-bit) Value.
	</li>
	<li>
		Name it TurnOffWindowsCopilot.
	</li>
	<li>
		Set its value to 1 by double-clicking on the name.
	</li>
	<li>
		Close the Registry Editor windows.
	</li>
	<li>
		Restart the PC.
	</li>
</ol>

<p>
	 
</p>

<p>
	Setting the value to 1 disables Windows Copilot. You can undo the change at any time by right-clicking on the TurnOffWindowsCopilot entry and selecting Delete from the context menu.
</p>

<p>
	 
</p>

<div id="div-gpt-ad-1524862513262-0">
	 
</div>

<p>
	<a href="https://www.ghacks.net/2023/09/17/how-to-disable-windows-copilot-in-windows/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18712</guid><pubDate>Sun, 17 Sep 2023 19:06:25 +0000</pubDate></item><item><title>Microsoft apparently canning P2P Win32 services on Windows 11 23H2, Windows 12</title><link>https://nsaneforums.com/news/software-news/microsoft-apparently-canning-p2p-win32-services-on-windows-11-23h2-windows-12-r18705/</link><description><![CDATA[<p>
	While Insider builds are meant for testing new features and changes, and those are generally announced in the changelog for such builds, often, some of these changes come unannounced too. For example, some users have noticed that the <a href="https://www.neowin.net/news/microsoft-might-automatically-install-the-new-outlook-on-your-windows-11-23h2-pc/" rel="external nofollow">new Outlook was automatically installed</a> on the latest<a href="https://www.neowin.net/news/windows-11-beta-build-226312338-kb5030305-changes-chat-to-microsoft-teams---free/" rel="external nofollow"> Beta channel build</a>. This was not disclosed in the release notes, though a senior <a href="https://www.neowin.net/news/microsoft-might-automatically-install-the-new-outlook-on-your-windows-11-23h2-pc/#:~:text=Windows%20Insider%20Program%2C-,confirmed,-that%20this%20was" rel="external nofollow">Microsoft official confirmed</a> it was expected behavior.
</p>

<p>
	 
</p>

<p>
	While some users will certainly consider that to be an unpleasant advance, Microsoft seems to be doing what many will feel is a good move as well. The tech giant seems to be making a conscious effort to <a href="https://www.neowin.net/news/microsoft-getting-serious-about-fixing-windows-11s-slow-file-explorer-freezes-crashes/" rel="external nofollow">improve the File Explorer performance</a> in Windows 11. This was also according to the newest Beta channel build as well as the <a href="https://www.neowin.net/news/microsoft-claims-it-has-fixed-file-explorer-performance-issues-with-windows-11-build-23545/" rel="external nofollow">Dev channel build</a>. This leaves only the Canary channel but not for long as X (formerly Twitter) user and Windows enthusiast Xeno soon discovered another interesting undeclared change in <a href="https://www.neowin.net/news/windows-11-canary-insider-build-25951-adds-smb-ntlm-blocking-and-dialect-management/" rel="external nofollow">this one too</a>.
</p>

<p>
	 
</p>

<p>
	It looks like Microsoft has removed several DLL files related to peer networking such as those for distributed routing and peer-to-peer services from the build's System32 folder. Xeno notes exactly a dozen such files were removed which has consequently led to three such services being eliminated as a result. They <a href="https://twitter.com/XenoPanther/status/1702035511181709752" rel="external nofollow">write</a><span>:</span>
</p>

<p>
	 
</p>

<p>
	<em>Quite a few dlls removed from 25951's System32</em>
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<em>drt.dll (Distributed Routing Table)</em>
		</p>
	</li>
	<li>
		<p>
			<em>drtprov.dll (Distributed Routing Table Providers)</em>
		</p>
	</li>
	<li>
		<p>
			<em>drttransport.dll (Distributed Routing Table Transport Providers)</em>
		</p>
	</li>
	<li>
		<p>
			<em>Groupinghc.dll (Grouping Helper Class)</em>
		</p>
	</li>
	<li>
		<p>
			<em>P2P.dll (Peer-to-Peer Grouping)</em>
		</p>
	</li>
	<li>
		<p>
			<em>P2PGraph.dll (Peer-to-Peer Graphing)</em>
		</p>
	</li>
	<li>
		<p>
			<em>p2pnetsh.dll (Peer-to-Peer NetSh Helper)</em>
		</p>
	</li>
	<li>
		<p>
			<em>p2psvc.dll (Peer-to-Peer Services)</em>
		</p>
	</li>
	<li>
		<p>
			<em>pnrpauto.dll (PNRP Auto Service Dll)</em>
		</p>
	</li>
	<li>
		<p>
			<em>Pnrphc.dll (PNRP Helper Class)</em>
		</p>
	</li>
	<li>
		<p>
			<em>pnrpnsp.dll (PNRP Name Space Provider)</em>
		</p>
	</li>
	<li>
		<p>
			<em>pnrpsvc.dll (PNRP Service Dll)</em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	<em>As a result, the following services have also been removed:</em>
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<em>Peer Name Resolution Protocol</em>
		</p>
	</li>
	<li>
		<p>
			<em>Peer Networking Grouping</em>
		</p>
	</li>
	<li>
		<p>
			<em>Peer Networking Identity Manager</em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	Microsoft may feel such features are not as important in the upcoming Windows 11 23H2 update, and if that happens then the next major Windows release, generally referred to as Windows 12, will also lack these P2P features.
</p>

<p>
	 
</p>

<p>
	These services are pretty old though at this point (two decades). As an example, Peer Name Resolution Protocol (PNRP) originated back in the XP days as a solution against some of DNS' drawbacks. Of course, this is still in the testing phase and Microsoft could bring it back again in future builds.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-apparently-canning-p2p-win32-services-on-windows-11-23h2-windows-12/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18705</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Navigating the Landscape of Linux File System Types</title><link>https://nsaneforums.com/news/software-news/navigating-the-landscape-of-linux-file-system-types-r18698/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Introduction</span>
</p>

<p>
	 
</p>

<p>
	In the Linux environment, the file system acts as a backbone, orchestrating the systematic storage and retrieval of data. It is a hierarchical structure that outlines how data is organized, stored, and accessed on a storage device. Understanding the different Linux file system types can profoundly aid both developers and administrators in optimizing system performance and ensuring data security. This article delves deep into the intricate world of Linux file system types, tracing their evolutionary history and dissecting their features to provide a roadmap for selecting the appropriate file system for your needs.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">History of Linux File Systems</span>
</p>

<p>
	<br />
	<span style="font-size:20px;"><strong>Early Adventures in Linux File Systems</strong></span>
</p>

<p>
	 
</p>

<p>
	In the late 80s and early 90s, the Linux environment utilized relatively rudimentary file systems such as Minix, which later evolved to extended file systems like ext and ext2. These were foundational in framing the modern Linux file systems we see today.
</p>

<p>
	 
</p>

<p>
	<strong><span style="font-size:20px;">The Journey from ext2 to ext4</span></strong>
</p>

<p>
	 
</p>

<p>
	The extended family of file systems transitioned from ext2 to ext3, introducing journaling features, and eventually culminated in the development of ext4, which brought forth substantial improvements in performance and storage capabilities.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:22px;">Understanding Linux File System Types</span>
</p>

<p>
	<br />
	Dive into the fascinating world of Linux file systems, each characterized by its unique features and functionalities that cater to various demands and preferences.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:20px;"><strong>The Extended Family</strong></span>
</p>

<p>
	<br />
	<strong><span style="font-size:18px;">ext2</span></strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Limitations:</strong> Known for its simplicity and robustness, ext2 lacks journaling capabilities, which can be a drawback in data recovery scenarios.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Ideal for USB drives and flash memory where journaling isn't a priority.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:18px;"><strong>ext3</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Limitations:</strong> Building upon ext2, ext3 introduced journaling capabilities, improving data integrity yet lagging in performance compared to its successors.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Suitable for systems requiring data reliability without the need for top-tier performance.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:18px;"><strong>ext4</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Limitations:</strong> Ext4 introduced backward compatibility with ext2 and ext3, enhanced performance, and increased storage capacity, though it might suffer from fragmentation over time.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Perfect for modern Linux distributions where performance and reliability are paramount.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:18px;"><strong>Btrfs (B-tree File System)</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Limitations:</strong> A modern file system that offers advanced features such as pooling, snapshots, and checksums, while still being in the developmental stage, experiencing stability issues.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Suitable for systems where storage efficiency and data recovery are critical, like in NAS devices and Linux-based home servers.
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:18px;"><strong>XFS</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Limitations:</strong> XFS shines in handling large files and high-performance environments but falls short in data recovery due to the lack of a robust journaling feature.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Ideal for enterprise environments requiring high throughput and handling large data files efficiently.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:18px;"><strong>ReiserFS and Reiser4</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Limitations:</strong> These systems prioritize space efficiency, with Reiser4 further improving upon its predecessor’s functionalities but facing limited adoption and support.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Suitable for systems with smaller files where space efficiency is a significant concern.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:22px;">Special Purpose File Systems</span>
</p>

<p>
	<br />
	Venture into the world of special purpose file systems designed to serve specific functions within the Linux ecosystem.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:18px;"><strong>ProcFS</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Understanding ProcFS:</strong> A virtual file system that gives a glimpse into the kernel’s view of the system, aiding developers and administrators in system monitoring.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Predominantly used for debugging and system monitoring by providing a filesystem interface to kernel data structures.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:18px;"><strong>SysFS</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Understanding SysFS:</strong> It amalgamates information from various other file systems, presenting a unified view of the device and kernel data, yet can be complex to navigate.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Essential in system management, especially in configuring hardware devices and obtaining system information.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:18px;"><strong>tmpFS</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Understanding tmpFS:</strong> A temporary file system residing in the RAM, offering fast access speeds but limited by the available memory size.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Utilized in scenarios where fast read/write operations are necessary, such as caching and storing temporary files.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:22px;">Network File Systems</span>
</p>

<p>
	<br />
	These file systems facilitate file sharing over a network, enhancing collaboration and data accessibility.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:18px;"><strong>NFS (Network File System)</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Understanding NFS:</strong> Allows for seamless file sharing across Linux systems in a network, though it may encounter performance issues over slow networks.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Well-suited for environments where multiple systems need to access a common data repository, like in educational institutions and corporate networks.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:18px;"><strong>SMB/CIFS (Server Message Block/Common Internet File System)</strong></span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Features and Understanding SMB/CIFS:</strong> Provides interoperability between Linux and Windows systems, albeit sometimes facing security vulnerabilities.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Use Cases:</strong> Excellent for mixed OS environments needing a common platform for file sharing and printer access.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:22px;">Comparative Analysis</span>
</p>

<p>
	<br />
	Before making a choice, weigh the different file systems against each other based on several parameters.
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Performance: </strong>Evaluate how different file systems fare in terms of speed and efficiency.
	</li>
	<li>
		<strong>Reliability:</strong> Assess the data safety provisions offered by various systems.
	</li>
	<li>
		<strong>Scalability:</strong> Consider the ability of these systems to manage increasing amounts of data.
	</li>
	<li>
		<strong>Security:</strong> Analyze the security measures each system has in place to protect data.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:22px;">How to Choose the Right File System</span>
</p>

<p>
	 
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Assessing Your Needs:</strong> Determine your requirements based on the nature and scale of your operations.
	</li>
	<li>
		<strong>Compatibility with Your Linux Distribution:</strong> Ensure your choice is compatible with your Linux distribution to avoid compatibility issues.
	</li>
	<li>
		<strong>Community and Support:</strong> Consider the support and community backing a file system enjoys before making your decision.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:22px;">Case Studies/Real-World Examples</span>
</p>

<p>
	<br />
	Explore real-world scenarios that depict the deployment of various file systems in different environments.
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Large Enterprise Environments:</strong> Discover how large corporations employ these file systems to streamline operations.
	</li>
	<li>
		<strong>Small Business Setups:</strong> Learn how small businesses leverage these file systems to foster efficiency and security.
	</li>
	<li>
		<strong>Personal Computing:</strong> Uncover the preferences in personal computing circles and why certain file systems are favored.
	</li>
</ul>

<p>
	<br />
	<span style="font-size:22px;">Conclusion</span>
</p>

<p>
	 
</p>

<p>
	Having navigated the intricate landscape of Linux file system types, you are now equipped with the knowledge to make informed choices, fostering a system characterized by efficiency, reliability, and security. As Linux continues to evolve, we can anticipate more advancements in file system technologies, steering towards a future of enhanced performance and greater possibilities.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.linuxjournal.com/content/navigating-landscape-linux-file-system-types" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18698</guid><pubDate>Sun, 17 Sep 2023 00:15:50 +0000</pubDate></item><item><title>Edge 117 is out with sync favorites recovery, Edge for Business, and deprecated features</title><link>https://nsaneforums.com/news/software-news/edge-117-is-out-with-sync-favorites-recovery-edge-for-business-and-deprecated-features-r18693/</link><description><![CDATA[<p>
	Microsoft is rolling out the latest feature update for its browser. Version 117 is now available in the Stable Channel, bringing customers new features and experiences, such as <a href="https://www.neowin.net/news/microsoft-announces-edge-for-businessa-dedicated-mode-for-companies-and-organizations/" rel="external nofollow">Microsoft Edge for Business</a> for unmanaged devices, a new feature for favorites recovery, autofill enhancements, and more.
</p>

<p>
	 
</p>

<p>
	In addition, <a href="https://www.neowin.net/news/microsoft-deprecates-some-edge-features-to-improve-and-simplify-its-browser/" rel="external nofollow">Edge 117 deprecates several tools to simplify the browser</a>. With the latest update, Math Solver, Picture Dictionary, Citations, Grammar Tools, and Kids Mode are no longer in active development. Although they are still available, Microsoft may remove the deprecated features in future updates.
</p>

<h3>
	What is new in Microsoft Edge 117?
</h3>

<p>
	<strong>Announcement: Microsoft Edge for Business is available for unmanaged BYOPC</strong>
</p>

<p>
	 
</p>

<p>
	Microsoft Edge for Business is a dedicated Microsoft Edge experience built for work that enables admins in organizations to give their users a productive and secure work browser. This dedicated work experience is now available for unmanaged Windows (BYOPC) using Microsoft Intune Mobile Application Management (MAM). This release includes the supporting changes for Microsoft Edge.
</p>

<p>
	 
</p>

<p>
	<strong>Note</strong>:
</p>

<p>
	 
</p>

<ul>
	<li>
		Support is available for Windows 11, build 10.0.22621 (22H2) or later.
	</li>
	<li>
		Requires Microsoft Intune 2309 or higher
	</li>
	<li>
		App Protection Conditional Access is in Public Preview.
	</li>
	<li>
		If you have a Conditional Access (CA) policy on your tenant that targets "All cloud apps" that covers "Mobile apps and desktop clients" and requires a compliant device, app protection policies or has a "Block" grant control, your end users will not be able to MAM enroll. A change to support this is targeted for Microsoft Edge v118.
	</li>
	<li>
		If you want to continue testing/evaluating APP CA, you can choose to exclude the "Edge Auth" application from your cloud app targeting. Some Microsoft Edge features might not function properly until CA is satisfied, but MAM enrollment will be able to complete.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Feature updates:</strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Microsoft Edge for Business Banner</strong>. Administrators can control the availability of the in-product Microsoft Edge for Business banner using the PromotionalTabsEnabled policy.
	</li>
	<li>
		<strong>Microsoft Edge Sync Favorites Recovery</strong>. The Microsoft Edge Sync Favorites Recovery feature lets sync users restore any favorites that they lost or deleted within the last 14 days. Users can access this feature from either the Microsoft Edge favorites hub or the edge://favorites page. For more information, see Recover lost or deleted favorites in Microsoft Edge - Microsoft Support
	</li>
	<li>
		<strong>Autofill Autocomplete</strong>. This feature helps you fill form fields faster on the web. When you start typing in a form field, Microsoft Edge suggests possible in-line completions when there's an exact match with your saved data in the browser. For example, if you type the first few characters of your address, autocomplete will suggest the rest of address - you can choose the autocomplete suggestion or continue typing as usual. Autofill options can be found in Settings (edge://settings/personalinfo).
	</li>
	<li>
		<strong>Deprecation of Web Select</strong>. To improve end user experience, this feature is being deprecated and will no longer be an option under Web Capture or via keyboard shortcut.
	</li>
	<li>
		<strong>Deprecation of features</strong>. To improve end user experience and simplify the More tools menu, the following features are being deprecated: Math Solver, Picture Dictionary, Citations, Grammar Tools, and Kids Mode.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can download Microsoft Edge 117 by navigating to edge://settings/help. Alternatively, download the browser <a href="https://www.microsoft.com/en-us/edge?ep=22&amp;form=MA13IT&amp;es=15" rel="external nofollow">from the official website</a>. Microsoft Edge 117 is available on Windows 10 and 11, macOS, and Linux. Full release notes with security fixes and policy updates are available <a href="https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel" rel="external nofollow">in the official documentation</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/edge-117-is-out-with-sync-favorites-recovery-edge-for-business-and-deprecated-features/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed1480261100" src="https://nsaneforums.com/topic/443882-microsoft-edge-1170204531/?do=embed&amp;comment=1798727&amp;embedComment=1798727&amp;embedDo=findComment#comment-1798727" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>]]></description><guid isPermaLink="false">18693</guid><pubDate>Sat, 16 Sep 2023 19:54:10 +0000</pubDate></item><item><title>Microsoft releases update for Edge on Windows 7 and 8</title><link>https://nsaneforums.com/news/software-news/microsoft-releases-update-for-edge-on-windows-7-and-8-r18692/</link><description><![CDATA[<p>
	Microsoft <a href="https://www.neowin.net/news/microsoft-announces-end-of-support-for-edge-on-windows-7-8-and-81/" rel="external nofollow">stopped supporting Edge on Windows 7, 8, and 8.1 in January 2023</a>, which means Edge 109 was the final browser update available for those operating systems. Still, <a href="https://www.neowin.net/news/microsoft-extends-edge-support-on-windows-server-2012-and-r2-to-october-2023/" rel="external nofollow">as revealed by Microsoft at the beginning of this year</a>, the company is willing to release intermittent security updates and critical patches. One such patch has just landed, bringing Windows 7, 8, 8.1, and Server 2012 R2 users an important update.
</p>

<p>
	 
</p>

<p>
	If you are still using pre-Windows 10 versions, do not get too excited about the latest Microsoft Edge update for your old operating system. It is based on Edge 109, the last version to support old Windows releases, and it adds nothing but fixes for security vulnerabilities, namely for heap buffer overflow in WebP in <a href="https://www.neowin.net/news/google-releases-emergency-update-to-patch-new-chrome-vulnerability-existing-in-the-wild/" rel="external nofollow">Chromium versions prior to 116.0.5845.187</a> that allowed a remote attacker to perform an out-of-bounds memory write using a specially crafted HTML page.
</p>

<p>
	 
</p>

<p>
	Here is how Microsoft describes the update in its documentation:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em><strong><a href="https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel#version-10901518140-september-15-2023" rel="external nofollow">Version 109.0.1518.140</a>: September 15, 2023</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>This update was done for our M109 Windows down-level extended support. We're shipping 109 to Win 7, 8, and 8.1 (including Server 2012 R2 which is based on Win 8.1).</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Microsoft has a fix for CVE-2023-4863 to Microsoft Edge Stable Channel (Version 109.0.1518.140), which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide. This backport was done to our M109 Windows down-level extended support."</em>
</p>

<p>
	 
</p>

<p>
	It is worth noting that Microsoft will soon stop releasing even those rare security updates. M109 down-level extended support for Windows 7, 8, 8.1, and Server 2012 R2 will end on October 20, 2023. After that, Firefox will become the only mainstream browser actively supporting now-dead Windows versions. <a href="https://www.neowin.net/news/mozilla-finally-reveals-the-end-of-support-date-for-firefox-on-windows-7-8-and-81/" rel="external nofollow">Mozilla Foundation plans</a> to keep releasing security updates for Firefox for one more year, with the end of Firefox 115 Extended Support Release (ESR) scheduled for September 2024. As a reminder, <a href="https://www.neowin.net/news/statcounter-windows-11s-market-share-decreased-in-august-2023/" rel="external nofollow">according to Statcounter</a>, old Windows versions still account for about 4.45% of all PC users.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-releases-update-for-edge-on-windows-7-and-8/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18692</guid><pubDate>Sat, 16 Sep 2023 19:51:50 +0000</pubDate></item><item><title>Windows 11 Canary Insider Build 25951.1010 (KB5031089) released; no new features [Update]</title><link>https://nsaneforums.com/news/software-news/windows-11-canary-insider-build-259511010-kb5031089-released-no-new-features-update-r18682/</link><description><![CDATA[<p>
	<strong>Update: September 15, 2023</strong> - Microsoft has released the Windows 11 Canary Insider Build 25951.1010 (KB5031089) update. However, this update was launched by the company to test its current servicing pipeline for builds and does not have any new features.
</p>

<p>
	 
</p>

<p>
	<strong>Original story</strong> - Microsoft has released the latest Windows 11 build for the members of the Windows Insider Program on the Canary channel. The new build number is 25951 and includes a couple of new SMB related features, along with a bug fix and a couple of known issues. You can also download <a href="https://aka.ms/wipISO" rel="external nofollow">the ISO files for this build</a>.
</p>

<p>
	 
</p>

<p>
	Here is the changelog:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>What’s new in Build 25951</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>SMB NTLM Blocking</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Starting with this build (Build 25951), the SMB client now supports blocking NTLM for remote outbound connections. This changes legacy behavior, where Windows <a href="https://learn.microsoft.com/openspecs/windows_protocols/ms-spng/b16309d8-4a93-4fa6-9ee2-7d84b2451c84" rel="external nofollow">SPNEGO</a> would negotiate Kerberos, NTLM, and other mechanisms with the destination server to decide on a supported security package. NTLM in this case refers to all versions of the LAN Manager security package: <a href="https://learn.microsoft.com/windows/security/threat-protection/security-policy-settings/network-security-lan-manager-authentication-level" rel="external nofollow">LM, NTLM, and NTLMv2</a>.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>With this new option, an administrator can intentionally block Windows from offering NTLM via SMB. An attacker who tricks a user or application into sending NTLM challenge responses to a malicious server will no longer receive any NTLM data and cannot brute force, crack, or pass a password, as they will never be sent over the network. This adds a new level of protection for enterprises without a requirement to <a href="https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/jj865674(v=ws.10)" rel="external nofollow">entirely disable NTLM</a> usage in the OS. You can configure this option with Group Policy and PowerShell. You can also block the use of NTLM in SMB connections on demand with NET USE and PowerShell.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>For more information on configuring and troubleshooting NTLM blocking, review <a href="https://aka.ms/SmbNtlmBlock" rel="external nofollow">https://aka.ms/SmbNtlmBlock</a>.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>SMB Dialect Management</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>Starting with this build (Build 25951), the SMB server now supports controlling which SMB 2 and 3 dialects it will negotiate. This changes legacy behavior, where Windows SMB always negotiated the highest matched server dialect from SMB 2.0.2 to 3.1.1 clients. Beginning in Windows 10, support was added for <a href="https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-interception-defense?tabs=group-policy#use-smb-311" rel="external nofollow">controlling SMB client dialects</a>, but not server dialects.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>With this new option, an administrator can remove older SMB protocols from usage in the organization, blocking older, less secure, and less capable Windows devices and third parties from connecting.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>You can configure this option with Group Policy and PowerShell. Both SMB client and server now include complete management support (previously the client support was only <a href="https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-interception-defense?tabs=group-policy#use-smb-311" rel="external nofollow">manual registry editing</a>).</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>For more information on understanding and configuring SMB dialects, review <a href="https://aka.ms/SmbDialectManage" rel="external nofollow">https://aka.ms/SmbDialectManage.</a></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>Changes and Improvements</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>[Lock screen]</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>We’ve adjusted the network flyout on the Lock screen to better match the UI of the network flyout from quick settings in system tray on the taskbar.</em>
		</p>
	</li>
</ul>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>Known issues</strong></em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<ul>
	<li>
		<p style="margin-left: 40px;">
			<em>Some popular games may not work correctly on the most recent Insider Preview builds in the Canary Channel. Please be sure to submit feedback in Feedback Hub on any issues you see with playing games on these builds.</em>
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			<em><strong>[NEW]</strong> We’re investigating reports that the print queue is no longer accessible.</em>
		</p>
	</li>
</ul>

<p>
	 
</p>

<p>
	You can check out <a href="https://blogs.windows.com/windows-insider/2023/09/13/announcing-windows-11-insider-preview-build-25951-canary-channel/" rel="external nofollow">the full blog post here</a>:
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-canary-insider-build-25951-adds-smb-ntlm-blocking-and-dialect-management/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18682</guid><pubDate>Fri, 15 Sep 2023 20:40:40 +0000</pubDate></item><item><title>Microsoft quietly put in a Windows 11 keyboard shortcut to LinkedIn</title><link>https://nsaneforums.com/news/software-news/microsoft-quietly-put-in-a-windows-11-keyboard-shortcut-to-linkedin-r18681/</link><description><![CDATA[<p>
	Microsoft's support website includes a page which lists a lot of <a href="https://support.microsoft.com/en-us/windows/keyboard-shortcuts-in-windows-dcc61a57-8ff0-cffe-9796-cb9706c75eec" rel="external nofollow">keyboard shortcut features in Windows 11</a>. They include a number of shortcuts that have been recently added. One of them is for the Windows Copilot generative AI assistant. Just press the Windows Key and C to launch Copilot.
</p>

<p>
	 
</p>

<p>
	However, it looks like Microsoft has quietly put in a number of other keyboard shortcuts in Windows 11 that are not listed on its support page. That includes one that is just downright weird. As posted by <a href="https://twitter.com/rudeism/status/1702453312627364251" rel="external nofollow">X (formerly Twitter) user Rudeism</a> (via <a href="https://www.pcgamer.com/ctrlshiftaltwinl-is-the-most-cursed-windows-11-shortcut-combo/" rel="external nofollow">PC Gamer</a>), the "Ctrl+Shift+Alt+Win+L" keyboard shortcut will send you to the LinkedIn website.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed6428991566" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/rudeism/status/1702453312627364251?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1702453312627364251%257Ctwgr%255Ee3c861648b4c973b418cc7d6f90c0599367a73ab%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/microsoft-quietly-put-in-a-windows-11-keyboard-shortcut-to-linkedin/" style="overflow: hidden; height: 351px;"></iframe>
</div>

<p>
	Furthermore, this keyboard shortcut works on your default web browser, rather than just on Microsoft's Edge browser. There's no word on why Microsoft decided to put this odd little Easter Egg in its Windows 11 keyboard shortcuts.
</p>

<p>
	 
</p>

<p>
	There are other similar shortcuts in the OS for launching Microsoft's productive apps as well. That includes using "Ctrl+Shift+Alt+Win+T" to launch Microsoft Teams. You can also launch the Microsoft 365 versions of Word, Excel, and PowerPoint by pressing "Ctrl+Shift+Alt+Win+W", "Ctrl+Shift+Alt+Win+X", and "Ctrl+Shift+Alt+Win+P", respectively. Another similar Windows 11 shortcut, "Ctrl+Shift+Alt+Win+O", launches the Outlook app.
</p>

<p>
	 
</p>

<p>
	Again there's no word on who is responsible for adding these keyboard combos in Windows 11, and it's likely we may never know.
</p>

<p>
	 
</p>

<p>
	Some of the official keyboard shortcuts Microsoft has posted on its support page as Windows 11 additions include opening widgets with the Windows key+W, opening snap layouts with the Windows key+Z, and toggling the microphone as mute in apps that support Call Mute by using the Windows key+Alt+K. That last shortcut is a Windows 11 22H2 exclusive.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-quietly-put-in-a-windows-11-keyboard-shortcut-to-linkedin/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18681</guid><pubDate>Fri, 15 Sep 2023 20:39:25 +0000</pubDate></item><item><title>PowerToys to get a redesigned colour Picker, here is an early look</title><link>https://nsaneforums.com/news/software-news/powertoys-to-get-a-redesigned-colour-picker-here-is-an-early-look-r18680/</link><description><![CDATA[<p>
	A couple of days ago, <a href="https://www.neowin.net/news/microsoft-shows-a-redesigned-powertoys-run-launcher-with-windows-11-like-visuals/" rel="external nofollow">Microsoft revealed a redesigned PowerToys Run launcher</a>with Windows 11-like aesthetics and new features. As it turned out, Run is not the only tool to get a fresh coat of paint. Microsoft published an early preview of the upcoming PowerToys colour Picker rework.
</p>

<p>
	 
</p>

<p>
	PowerToys colour Picker is a neat utility that, as the name implies, lets you get colour codes in different formats, such as HEX, RGB, HSL, HSV, and plenty of others. In addition, PowerToys generates a palette containing similar to the select colour tones. You can invoke PowerToys' colour Picker by pressing Win + Shift + C (almost all PowerToys shortcuts are customizable) and get colour from any pixel on the screen.
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>After the colour Picker is activated, hover your mouse cursor over the colour you would like to copy and left-click the mouse button to select a colour. If you want to see the area under your cursor in more detail, scroll up to zoom in.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>The copied colour will be stored in your clipboard in the format that is configured in the settings (default: HEX).</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>The editor lets you see the history of (up to 20) picked colours and copy their representation in any predefined string format. In PowerToys Settings, you can configure which colour formats are visible in the editor and in what order that they appear.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://github.com/microsoft/PowerToys/pull/28560" rel="external nofollow">A pull request published on PowerToys' GitHub repository</a> describes the proposed change:
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em>This PR moves colourPicker off ModernWpf to WpfUI and introducing a fresh new UX, inline with the Windows 11 design language.</em>
</p>

<p>
	 
</p>

<p>
	You can see how the current UI compares with what is to come:
</p>

<p>
	 
</p>

<p>
	<img alt="1694803898_powertoys_color_picker.jpg" class="ipsImage" data-ratio="60.83" height="252" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/09/1694803898_powertoys_color_picker.jpg">
</p>

<p>
	<em>Old vs new</em>
</p>

<p>
	 
</p>

<p>
	And here is the new version in action:
</p>

<p>
	 
</p>

<p>
	<img alt="1694803776_powertoys_color_picker.gif" class="ipsImage" data-ratio="75.10" height="451" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/09/1694803776_powertoys_color_picker.gif">
</p>

<p>
	 
</p>

<p>
	PowerToys is an open-source set of utilities for Windows 10 and 11, which means every user with the necessary skills can contribute to the project's development <a href="https://github.com/microsoft/PowerToys" rel="external nofollow">on GitHub</a>. As for regular customers with no dev knowledge, they can get PowerToys <a href="https://github.com/microsoft/PowerToys" rel="external nofollow">from its GitHub repository</a>, <a href="https://aka.ms/getPowertoys" rel="external nofollow">the Microsoft Store</a>, or winget.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/powertoys-to-get-a-redesigned-color-picker-here-is-an-early-look/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18680</guid><pubDate>Fri, 15 Sep 2023 20:38:14 +0000</pubDate></item><item><title>Reminder: Many older Windows Insider Preview builds expire today</title><link>https://nsaneforums.com/news/software-news/reminder-many-older-windows-insider-preview-builds-expire-today-r18679/</link><description><![CDATA[<p>
	If you are a member of Microsoft's Windows Insider Preview program and have signed up to get new preview builds in the Canary and Dev channels, you might want to update them now if you have not done so over the past few weeks.
</p>

<p>
	 
</p>

<p>
	In mid-August, Microsoft released the <a href="https://blogs.windows.com/windows-insider/2023/08/16/announcing-windows-11-insider-preview-build-25931-canary-channel/" rel="external nofollow">Canary Channel build 25931</a> and the <a href="https://blogs.windows.com/windows-insider/2023/08/18/announcing-windows-11-insider-preview-build-23526-dev-channel/" rel="external nofollow">Dev Channel build 23526</a> to the people who signed up to get updates on those Windows Insider channels. In the blog posts for those updates, there were these specific messages:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>Insider Preview Build Expiration</strong>: The expiration date for Insider Preview builds flighted to the Canary Channel has been updated to 9/15/2024 starting with Build 25931. Please make sure you are updated to the latest build in the Canary Channel.</em>
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	<em><strong>Insider Preview Build Expiration</strong>: The expiration date for Insider Preview builds flighted to the Dev Channel has been updated to 9/15/2024 starting with Build 23526. Please make sure you are updated to the latest build in the Dev Channel.</em>
</p>

<p>
	 
</p>

<p>
	Basically, that means if you have a Canary build older than 25931 or a Dev build older than 23526 installed on your PC, those builds expire today, September 15, 2023. You need to update those builds to the newest versions, or at least with the version mentioned in those blog posts.
</p>

<p>
	 
</p>

<p>
	Running an expired Windows 11 preview build will result in the operating system nagging you with full-screen banners, as shown <a href="https://twitter.com/XenoPanther/status/1702722798538420693/photo/1" rel="external nofollow">by X (formerly Twitter) user XenoPanther below</a>. Also, Microsoft is now servicing old Windows Insider builds, which means you are not getting critical security patches and important fixes.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed1361204063" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/XenoPanther/status/1702722798538420693?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1702722798538420693%257Ctwgr%255Ee6555fa925157c1dd30191f9e98aa4f7130dfc72%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/reminder-many-older-windows-insider-preview-builds-expire-today/" style="overflow: hidden; height: 706px;"></iframe>
</div>

<p>
	You can get more info on how to update <a href="https://learn.microsoft.com/en-us/windows-insider/build-expiration" rel="external nofollow">from an expired build on this Microsoft support post</a>.
</p>

<p>
	 
</p>

<p>
	Microsoft is likely going to be launching its next major Windows 11 update, 23H2, in a matter of days or weeks. It's possible the company could start rolling it out, or announce its release date, next week during its Surface device reveal event.
</p>

<p>
	 
</p>

<p>
	If you are a member of the Windows Insider Program, you likely know about a number of the new features that will be added to 23H2, including Windows Copilot, the redesigned File Explore and much more. You can check out <a href="https://www.neowin.net/reviews/here-is-everything-new-in-windows-11-23h2-the-next-big-feature-update/" rel="external nofollow">our early preview of Windows 11 23H2 for more info</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/reminder-many-older-windows-insider-preview-builds-expire-today/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18679</guid><pubDate>Fri, 15 Sep 2023 20:36:51 +0000</pubDate></item><item><title>Instagram reportedly working on public collections that you can show to everyone</title><link>https://nsaneforums.com/news/software-news/instagram-reportedly-working-on-public-collections-that-you-can-show-to-everyone-r18678/</link><description><![CDATA[<p>
	The Meta-owned social media app Instagram is working on a feature dubbed public collections, according to an alleged screenshot of the feature shared by Alessandro Paluzzi. The leaker and reverse engineer has a <a href="https://www.neowin.net/news/you-can-try-the-instagram-threads-web-interface-ahead-of-its-official-launch-on-thursday/" rel="external nofollow">history of posting details</a> about underdevelopment Instagram and Threads features.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed3433357487" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/alex193a/status/1702555620069499174?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1702555620069499174%257Ctwgr%255Ed5d8bdf00f8d0bb4439c0cb4a70ade37a513f27d%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/instagram-reportedly-working-on-public-collections-that-you-can-show-to-everyone/" style="overflow: hidden; height: 784px;"></iframe>
</div>

<p>
	According to the screenshot, the unreleased public collections feature will give users a choice to make their collections visible to everyone. However, Paluzzi added that in case an account is private only the followers of that account will be able to view a public collection. As of now, there is no word on when (or if) the said feature will see the light of the day.
</p>

<p>
	 
</p>

<p>
	For the uninitiated, the Collections feature <a href="https://www.neowin.net/news/instagram-now-lets-you-sort-your-saved-posts-into-collections/" rel="external nofollow">launched in 2017</a> already allows users to organize photos, videos, and Reels they save in the app. Users can organize the saved content into multiple folders or collections and name them accordingly.
</p>

<p>
	 
</p>

<p>
	You can tap on the bookmark button in the bottom right corner of a post to save it. Then to access them later, go to your profile page &gt; tap on the hamburger menu &gt; tap on Saved. Earlier this year, Instagram added another feature called <a href="https://www.neowin.net/news/instagrams-collaborative-collections-let-you-keep-shared-posts-with-friends-in-one-place/" rel="external nofollow">Collaborative Collections</a> that allows a user and their friends to organize posts in a shared space.
</p>

<p>
	 
</p>

<p>
	A couple of things to keep in mind is that you can't share an already existing private collection with others. On the other hand, a collaborative collection can't be set to private once created. Anyone who can view a Collaborative Collection can delete it as well irrespective of who created it.
</p>

<p>
	 
</p>

<p>
	In recent news. Meta is expected to launch <a href="https://www.neowin.net/news/meta-will-reportedly-launch-paid-subscriptions-for-ad-free-facebook-instagram/" rel="external nofollow">ad-free subscriptions for Instagram and Facebook</a> in the European Union region. This comes after the company was hit <a href="https://www.neowin.net/news/meta-gets-hit-with-a-13-billion-fine-by-the-eu-for-sending-personal-data-to-the-us/" rel="external nofollow">with a $1.3 billion fine</a> by the EU for sending personal data to the United States.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/instagram-reportedly-working-on-public-collections-that-you-can-show-to-everyone/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18678</guid><pubDate>Fri, 15 Sep 2023 20:35:44 +0000</pubDate></item><item><title>Microsoft Bing Chat is currently down for some in the US and Europe</title><link>https://nsaneforums.com/news/software-news/microsoft-bing-chat-is-currently-down-for-some-in-the-us-and-europe-r18654/</link><description><![CDATA[<p>
	If you have been trying to use Microsoft's Bing Chat chatbot AI, and have been unable to do so this morning, you are not alone. A number of users in the United States and Europe have been reporting that Bing Chat, and services that use the chatbot, are currently suffering from connectivity issues.
</p>

<p>
	 
</p>

<p>
	Both Bleeping Computer and Windows Central have reported on the Bing Chat issues. In addition to the main Bing Chat services, the connectivity errors are also affecting users if they try to access the Bing Chat Enterprise spinoff.
</p>

<p>
	 
</p>

<p>
	The chatbot cannot also be accessed on products like the SwiftKey mobile keyboard app, the Bing Chat sidebar on Microsoft's Edge browser, and with Windows Insiders members who are currently testing the upcoming Windows Copilot feature in Windows 11. The DownDetector site has also seen an upswing in reports surrounding Bing this morning.
</p>

<p>
	 
</p>

<p>
	Windows Central reports that the issues don't extend to using the old-fashioned Bing search engine. They also don't seem to be affecting the Bing Image Creator app and service.
</p>

<p>
	 
</p>

<p>
	This is the first time since Bing Chat first launched in February that there has been an extended period of issues with the chatbot. So far, Microsoft has yet to issue any comments about this downtime. We will update this story when we get more information.
</p>

<p>
	 
</p>

<p>
	<strong>Developing...</strong>
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.neowin.net/news/microsoft-bing-chat-is-currently-down-for-some-in-the-us-and-europe/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">18654</guid><pubDate>Fri, 15 Sep 2023 12:40:22 +0000</pubDate></item><item><title>tiny11 23H2 is here: lightweight Windows 11 with gaming improvements, and enhancements</title><link>https://nsaneforums.com/news/software-news/tiny11-23h2-is-here-lightweight-windows-11-with-gaming-improvements-and-enhancements-r18651/</link><description><![CDATA[<p>
	Last month, @NTDEV_, creator of the popular tiny10/11 Windows modification, <a href="https://www.neowin.net/news/tiny10-23h2-is-outa-lightweight-and-modern-windows-10-with-multiple-improvements/" rel="external nofollow">released tiny10 version 23H2</a>, a modern Windows 10 image with unnecessary components removed. Those who left Windows 10 behind and moved to Windows 11 can also taste a lightweight operating system as tiny11 23H2 is now available for download.
</p>

<p>
	 
</p>

<p>
	Like its Windows 10-based counterpart, tiny11 23H2 is a modified Windows 11 ISO rebuilt using the open-source OSDBuilder tool with a few extra tweaks. The latter ensures the project is compatible with most Windows components, apps, and updates. As a result, you get a modern and reliable operating system that takes significantly less space on disk than the "vanilla" Windows 11.
</p>

<p>
	 
</p>

<p>
	Another big change in tiny11 23H2 is Xbox Identity Provider support, which means tiny11 users can finally play games downloaded from the Microsoft Store and use Xbox-related services.
</p>

<p>
	 
</p>

<p>
	You can see tiny11 23H2 in action on a YouTube video published by the developer:
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/Jili3CD_74s?feature=oembed" title="Introducing tiny11 23H2" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	It is worth noting that despite carrying a 23H2 moniker, the latest tiny11 is still based on Windows 11 22H2 since <a href="https://www.neowin.net/reviews/here-is-everything-new-in-windows-11-23h2-the-next-big-feature-update/" rel="external nofollow">version 23H2</a> is not out yet. Again, like tiny10, "23H2" only indicates a release from the second half of 2023 (there is no such thing as Windows 10 23H2).
</p>

<p>
	 
</p>

<p>
	There are two more things you must consider before downloading tiny11. First, it is not activated. @NTDEV_ aims to provide users with a lightweight Windows modification, not a way to pirate Microsoft's operating system. Second, consider potential privacy implications when downloading altered Windows ISOs and ensure you trust the developer before using tiny11 for your daily computing tasks. Alternatively, you can create your own tiny11 using <a href="https://osdbuilder.osdeploy.com/" rel="external nofollow">the OSDBuilder script</a>.
</p>

<p>
	 
</p>

<p>
	You can download tiny11 version 23H2 <a href="https://archive.org/details/tiny11-23h2" rel="external nofollow">from the Internet Archive</a>. The ISO is x64-only for now (Windows 11 is not available in 32-bit "flavor"), but the developer says an ARM64 variant will be available soon.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/tiny11-23h2-is-here-lightweight-windows-11-with-gaming-improvements-and-enhancements/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">18651</guid><pubDate>Fri, 15 Sep 2023 06:11:24 +0000</pubDate></item></channel></rss>
