What's New
Game Saturday: Unpuzzle 2 (Puzzle, Online)
Unpuzzle 2 is a free puzzle game in which you try to remove connections between all puzzle pieces in each level to proceed to the next.
The only option that you have is to drag puzzle pieces vertically or horizontally. As you can imagine, this is not as easy as it sounds. You may drag them only if no other puzzle piece is in the way, only if it is connected to a single other piece, and if other connections don't get in the way either.
Firefox 60 ships with Windows Group Policy Support
Mozilla is working on integrating Group Policy Support for Firefox running on Windows devices in the upcoming Firefox 60 release.
Firefox 60 is the next Extended Support Release of the web browser which replaces Firefox ESR 52.x, the last official version of Firefox to support the old extensions system. Mozilla made Firefox 60 the next ESR target and not Firefox 59.
A look at KDE Neon – a minimal mini-distribution
So, with the news of Linux Mint no longer providing KDE in future releases, some people have started to wonder where they might turn should the need / desire to change distributions in the future arises; granted you don’t have to leave LM-KDE at all if you don’t want, there will just be no more ISO’s being made, etc.
Ghostery: open source and new business model
The source code of the privacy extension Ghostery for the web browsers Firefox, Chrome, Opera and Edge, has been published on GitHub by the development company.
Ghostery is a very popular browser extension. On Firefox, it is one of seven extensions with more than 1 million users; and on Chrome, it has more than 2.8 million active users.
The extension has not been without controversy in the past. While the extension did what it was supposed to do -- protect user privacy while running -- it was the underlying revenue scheme of the company that met criticism.
Recent WizTree updates bring improvements across the board
WizTree 3.19 is the latest version of the large folder and files browser for Microsoft's Windows operating system. It is my favorite application of its kind as it is super fast and well designed.
Report: Forced Windows 10 version 1709 upgrades that bypass Windows Update
Reports are coming in that Windows 10 systems running an earlier feature version of the operating system are upgraded to Windows 10 version 1709 forcefully in some circumstances.
The issue seems to be related to KB4023814, "Some versions of Windows 10 display a notification to install the latest version", which Microsoft updated on March 5, 2018 the last time.
McAfee acquires VPN company TunnelBear
Security company McAfee announced the acquisition of TunnelBear, a Toronto-based company best known for its VPN product TunnelBear, today.
A look at NordVPN's browser extensions
NordVPN is a fairly popular VPN service provider that supports many of the features that users come to expect from a service of its kind this day and age.
It claims that it has a strict no logging policy, allows P2P traffic, offers servers in a lot of countries and regions, and does not restrict user bandwidth.
Microsoft adds two new privacy options to Windows 10 setup
When you set up Windows 10 on a computer or in a virtual machine, a privacy settings screen is displayed during setup which lets you change some privacy-related settings before the first start of the operating system.
The page lists options to turn privacy-related settings off, as all are enabled by default. You may use it to switch from the collection of data from full to basic, disable tailored experiences (Edge uses less battery than your browser), and turn off location-based experiences or speech recognition.
Interactive Malware Analysis Tool Any.Run launches
Any.Run, an interactive malware analysis tool based in Russia opened its doors to the public yesterday. A free community version is available at the time which allows anyone to register an account and start analyzing Windows programs, scripts and other files.
While you can use established services like Virustotal to analyze files, most are not interactive. Any.Run supports a full sandboxed environment that you may use to analyze files interactively.
Malwarebytes 3.4.4 update released
Malwarebytes, maker of the security software of the same name, released Malwarebytes 3.4.4 for the Microsoft Windows operating system yesterday.
The new version is the first stable release for Windows in 2018. Existing Malwarebytes installations should pick up the update automatically as automatic updates are enabled by default.
Google Chrome 65 release information
Google started the rollout of the web browser Google Chrome 65 for desktop and mobile systems earlier today.
The release post on the official Chrome Releases blog does not reveal much about changes, improvements or new features but an hour-long combing through of the official changelog revealed several interesting changes in Chrome 65.
Microsoft Office March 2018 Patch Day
Microsoft released non-security updates for Microsoft Office 2010, 2013 and 2016 yesterday. The company releases non-security updates for Office on the first Tuesday of each month, and security updates along with security updates for Windows and other Microsoft products on the second Tuesday of each month.
Note that the updates listed below are only available for Microsoft Installer (MSI) based editions of Office.
The updates don't apply to click-to-run editions of Microsoft Office such as Microsoft Office 365 Home.
How to protect individual shows or movies on Netflix with a PIN
Netflix announced plans to improve the built-in parental control functionality of the streaming service to give parents more control over what minors may watch on the service.
The service's parental controls are straightforward right now. Parents set up a four digit PIN and a maturity level in the Settings.
Back to Basics Part 4 – using grep in GNU/Linux
One of the really confusing things for users who are new to messing with the command line, can be trying to search with specifics. A useful little tool for aiding in this process, is called grep, or “global regular expression print,” which will search for regular statements in anything you pipe it through, and show you matches for what you looked for (if any exist.)
A rather straightforward example of this, before we continue, would be to use grep to search through the list of processes given with the command ps aux, to search for a specific application.