Skip to main content

What's New

Measure your WiFi Throughput with Fritz!App WLAN

Depending on where you live, setting up a wireless network may be as easy as plugging in the router and connecting your devices to the network. If you are unlucky, however, you may run into performance issues right away with the default settings.

Maybe reception works fine in one room but not another, or it is not fine at all once you move a couple of steps away from the router.

Resources for learning bash/shell scripting in GNU/Linux

There is a stigma around the word Linux, where people generally envision people with glasses, beards, and look like a hippy programmer. Funny enough, this perfectly describes Richard Stallman, the creator of GNU, the actual operating system that we simply refer to as ‘Linux’ nowadays (much to his distaste.)

However, part of this stigma, is also that GNU/Linux users are constantly glued to terminals, hacking away code constantly to run their operating system. This once upon a time wasn’t too far off, but nowadays most users may never even see the terminal.

How web trackers exploit password managers

Most web browsers come with a built-in password manager, a basic tool to save login data to a database and fill out forms and/or sign in to sites automatically using the information that is in the database.

Users who want more functionality rely on third-party password managers like LastPass, KeePass or Dashlane. These password managers add functionality, and may install as browser extensions or desktop programs.

NoScript WebExtension update improves user interface

A new version of the Firefox security extension NoScript was released today. NoScript 10.1.6.2 is the most recent WebExtensions version of NoScript.

The developer of NoScript maintains two different versions of the extension right now: NoScript 5.x, a legacy add-on for Firefox ESR and Firefox pre-57 versions, and NoScript 10.x, the WebExtensions version that is been released shortly after the release of Firefox 57.

Google pulls crypto-mining Chrome extension Archive Poster

Google removed Archive Poster from the Chrome Web Store the other day after reports emerged that the extension abused user devices to mine crypto-currency.

Archive Poster's main function improved Tumblr, a popular blogging site. It allowed users to run actions -- reblog, queue, draft or like -- from blog archives.

Archive Poster had more than 105,000 active users and a near perfect rating before Google pulled the extension from the official Chrome Web Store.

Registry Live Watch for Windows

Registry Live Watch is a free portable program for Microsoft Windows devices. The primary purpose of the program is to monitor a Registry key for changes.

I stumbled upon the program on Major Geeks today. It is quite old; the release dates back to the year 2009. The fact that it has not been updated for years means that it is abandoned by its developer and that you should not expect updates for it.

How to clean up the Windows Program Files folder

Win32 programs have a lot of flexibility when it comes to the installation process. Programs may install in various directories, may write to the Registry, or run on system start without asking the user about it.

Most programs install in one of the "official" program folders. There is c:\Program Files\ for 64-bit applications, and c:\Program Files (x86)\ for 32-bit programs.

Firefox 57.0.3 bug fix release

Mozilla released Firefox 57.0.3 on December 28, 2017. The update is for the Release channel of the Firefox web browser for all supported operating systems.

The release notes list a single issue that is fixed in the release:

Fix a crash reporting issue that inadvertently sends background tab crash reports to Mozilla without user opt-in.

The link to the bug leads to a protected page that users without proper permission cannot access. It appears that Firefox did send data about crashes to Mozilla even if users did not opt-in.

A detailed Windows Resource Monitor guide

The Windows operating system comes with plenty of built-in tools to analyze resource usage. The most prominent one is probably the Windows Task Manager, as it highlights resource usage of individual processes, and gives admins and users options to kill any misbehaving ones.

The Performance Monitor and Resource Monitor are two additional tools that admins and experienced Windows users may use to analyze performance or resources related issues on Windows PCs.

Windows 10: GPU performance in Task Manager

Microsoft added a bunch of smaller features and improvements to the Windows 10 Fall Creators Update.

One of the new features displays the GPU performance in the Task Manager provided that a compatible driver is installed.

You can launch the Windows Task Manager with the shortcut Ctrl-Shift-Esc. If this is the first time opening the Task Manager, you need to switch from the -- completely unusable -- default display mode to the full Task Manager by clicking on "more details".

AutoBootDisk: copy Linux distributions to bootable USB drives

AutoBootDisk is a free cross-platform program that you may use to copy Linux distributions to a bootable USB drive so that you can boot Linux from these devices right away.

Programs like UNetbootin, Universal USB Installer, or Rufus let you copy operating systems to USB Flash drives to boot from them. All support Linux, and some support Windows and other operating systems as well.

Thunderbird Audit reveals unpatched security issues

A recent security audit of the email client Thunderbird and the encryption extension Enigmail revealed unpatched security issues in the email program and in Enigmail.

The report has not been released yet as issues are not yet patched in the Thunderbird program. The researchers found 22 vulnerabilities in total in both programs; three of the vulnerabilities received a critical rating, five a rating of high.

Google Plus has a massive spam problem

Remember Google Plus? Google's answer to Facebook that did not really meet the company's expectation even after forcing most sites and websites to integrate it in their sites?

I use Google Plus only to post links to new articles that I write here on Ghacks, but not for anything else. I have done this ever since Google Plus was introduced by Google, and got the odd comment underneath posted links occasionally.

Spam was never a big issue on the site until recently. I started to receive notifications about new comments some weeks ago that were all spam.

Bulk Crap Uninstaller 4.0 update released

Bulk Crap Uninstaller 4.0 is out; the new major version of the third-party software uninstaller for Windows comes with a set of new features such as related application detection during removal, or a new treemap view for installed applications.

Most programs that you install on a Windows machine can be removed through the Control Panel or Settings application. While that works most of the time, it is the case that many programs are not removed completely.

Avast releases machine-code decompiler RetDec

Computer security heavyweight Avast released its machine-code decompiler RetDec as an open source tool to the public recently.

The company worked on RetDec for seven years, and released the decompiler "to help the cybersecurity community fight malicious software". The decompiler can be used to analyze a program without running it.

Basically, what a decompiler does is take an executable file as input, to source code. It is pretty much the exact opposite of a compiler, a program that turns source code into executable files.