Skip to main content

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.

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.

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.

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.

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.

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.